forked from npat-efault/picocom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS
72 lines (51 loc) · 2.6 KB
/
CONTRIBUTORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
The following people contributed improvements, fixes, suggestions, and
comments:
- Oliver Kurth ([email protected]) contributed bug fixes and the manual
page for picocm.
- Julius P. Malkiewicz ([email protected]) contributed FreeBSD
portablity fixes, the C-\ command implementation, the UUCP locks
implementation, and other minor fixes.
- Pavel Vymetalek ([email protected]) contributed the higher
baudrates support.
- Niels Moller ([email protected]) contributed support for
non-alphabetic escape keys.
- ([email protected]) contributed fixes to select(2) and read(2) error
handling.
- ([email protected]) suggested fix to prevent serial port form
becoming controlling terminal.
- Edgar Johansen ([email protected]) suggested conditionals to enable
compilation without UUCP_LOCK_DIR
- Scott Tsai ([email protected]) suggested better UUCP_LOCK_DIR definition
- Josh Handley (https://github.com/jhandley) added support for
line-editing, autocompletion and history when entering "send" and
"receive" file names. Editing support uses the "linenoise"
library. See: https://github.com/jhandley/picocom
- Salvatore Sanfilippo (https://github.com/antirez) is the author of
the linenoise line-editing library. See:
https://github.com/antirez/linenoise
- From Cody Schafer's (https://gitbub.com/jmesmon) fork originated the
idea to add custom baudrate support to picocom. See:
https://github.com/jmesmon/picocom
- From Paul Chakravarti's (https://github.com/paulchakravarti) fork
orignated the idea to add support for disabling the send- and
rceive-file commands, and for not using the shell when executing
external programs (to avoid shell escapes). See:
https://github.com/paulchakravarti/picocom-noexec
- Vicente Olivert Riera ([email protected]) contribiuted minor
patches
- Peter Bradstreet ([email protected]) helped diagnose
input performance problems on overloaded / slow systems.
- Cody Planteen (https://github.com/planteen) contributed the
implementation of the toggle-RTS command.
- Joe Merten (https://github.com/JoeMerten) contributed the
--lower-rts and --lower-dtr options, custom baudrate support for
FreeBSD and macOS, the --logfile option implementation, and several
bug-fixes.
- Maciej Grela (https://github.com/mgrela) contributed the initial
--initstring option implementation.
- Baruch Siach (https://github.com/baruchsiach) contributed
improvements to the Makefile
- Christopher N. Hesse (https://github.com/raymanfx) contributed the
initial Android makefile
- Ben (https://github.com/the-dem) contributed backward compatibility
fixes.