forked from npat-efault/picocom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONTRIBUTORS
52 lines (37 loc) · 1.93 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
The following people contributed improvements, fixes, suggestions, and
comments:
- Oliver Kurth (oku@debian.org) contributed bug fixes and the manual
page for picocm.
- Julius P. Malkiewicz (julius@sonartech.com.au) contributed FreeBSD
portablity fixes, the C-\ command implementation, the UUCP locks
implementation, and other minor fixes.
- Pavel Vymetalek (pvymetalek@seznam.cz) contributed the higher
baudrates support.
- Niels Moller (nisse@lysator.liu.se) contributed support for
non-alphabetic escape keys.
- (lwithers@gmail.com) contributed fixes to select(2) and read(2) error
handling.
- (bob.dunlop@xyzzy.org.uk) suggested fix to prevent serial port form
becoming controlling terminal.
- Edgar Johansen (edgar@storteig.com) suggested conditionals to enable
compilation without UUCP_LOCK_DIR
- Scott Tsai (scott.tw@gmail.com) 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 (Vincent.Riera@imgtec.com) contribiuted minor
patches
- Peter Bradstreet (peter.bradstreet@oracle.com) helped diagnose
input performance problems on overloaded / slow systems.