| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 1 | -3/+3 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -4/+4 |
| 2019-03-22 | Add -E to change the escape character, from Artturi Alm. |  nicm | 4 | -24/+44 |
| 2018-08-05 | document some more escapes which are hit by restricted mode, |  jmc | 1 | -13/+19 |
| 2017-12-10 | sort -r in the description list, and make its grammar match those |  jmc | 1 | -6/+6 |
| 2017-12-10 | -r restricted mode blocks certain operations as ~ operations. |  deraadt | 4 | -8/+34 |
| 2017-08-22 | Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on a |  mestre | 1 | -1/+3 |
| 2016-02-04 | Include stdint.h for the uint{8,16}_t types. OK nicm@ |  millert | 1 | -1/+2 |
| 2015-10-16 | doug and I think the kernel has enough features to support |  deraadt | 1 | -1/+5 |
| 2015-10-05 | Set the line file descriptor nonblocking and make it blocking again for |  nicm | 4 | -6/+29 |
| 2015-10-05 | Style nits on a couple of casts. |  nicm | 1 | -3/+3 |
| 2015-05-18 | Add -d flag and dc capability to open devices non-blocking, used for the |  nicm | 2 | -8/+26 |
| 2015-04-24 | remove the old tip SCCS note |  deraadt | 1 | -4/+2 |
| 2015-02-28 | Reduce usage of predefined strings in manpages. |  bentley | 1 | -4/+4 |
| 2015-02-08 | Separate the two usages for cu so you can either give it -l and -s (like |  nicm | 2 | -17/+23 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -3/+3 |
| 2014-09-21 | Fix an invalid escape sequence. |  daniel | 1 | -3/+3 |
| 2014-04-12 | -l should override HOST, pointed out by claudio@ |  nicm | 1 | -4/+5 |
| 2014-03-31 | If HOST or the host argument starts with a /, treat it as a device name |  nicm | 1 | -6/+10 |
| 2014-03-31 | Fix REMOTE to work like tip(1) - it can be either a path to a remote(5) |  nicm | 2 | -17/+31 |
| 2014-03-26 | Add support for retrieving the line and speed from the /etc/remote dv |  nicm | 2 | -22/+100 |
| 2013-11-20 | unsigned char casts with ctype macros are pretty obvious when dealing |  deraadt | 1 | -2/+2 |
| 2013-11-12 | simpler prototype repairs |  deraadt | 2 | -2/+9 |
| 2013-07-20 | Add support for XMODEM-CRC and fix transfer initiation. Successfully |  naddy | 1 | -7/+47 |
| 2013-04-24 | simplify tilde expand as seen in ssh. ok nicm |  tedu | 1 | -13/+14 |
| 2013-03-11 | Simplify text about -l and use cua not tty in examples. |  nicm | 1 | -19/+7 |
| 2013-03-09 | Add new cu to the build and disable tip. Also bump "first appeared in" |  nicm | 1 | -3/+3 |
| 2013-01-17 | Fix a couple of spacing/style nits. |  nicm | 2 | -5/+5 |
| 2013-01-17 | Instead of creating line termios from scratch, call tcgetattr() and |  nicm | 1 | -7/+10 |
| 2012-11-21 | Plug fp leak, from rustyBSD at gmx dot fr. |  nicm | 1 | -2/+2 |
| 2012-07-15 | Add a command (~D) to drop the DTR line for a second (similar to using |  nicm | 2 | -3/+11 |
| 2012-07-13 | kill unused variable |  halex | 1 | -3/+3 |
| 2012-07-13 | make the compat for -XXX to -s XXX simpler. sometimes you dont need to use |  dlg | 1 | -21/+8 |
| 2012-07-12 | Set CLOCAL in remove c_cflag or line noise is likely to make cu exit as |  nicm | 1 | -2/+2 |
| 2012-07-12 | Add handler for SIGHUP. |  nicm | 1 | -1/+4 |
| 2012-07-12 | Describe ~X as "send" not "transfer" to be clearer. |  nicm | 1 | -3/+3 |
| 2012-07-11 | Make ~~ send a ~, pointed out by naddy. |  nicm | 1 | -1/+4 |
| 2012-07-11 | Separate total block counter (reported to user) from 8-bit block counter |  nicm | 1 | -3/+5 |
| 2012-07-10 | Fix usage. |  nicm | 1 | -2/+3 |
| 2012-07-10 | Add ~R command to start recording output to a file. |  nicm | 4 | -4/+35 |
| 2012-07-10 | Use function to restore termios and add ~X to help. |  nicm | 2 | -6/+5 |
| 2012-07-10 | Trim some unused externs. |  nicm | 1 | -3/+1 |
| 2012-07-10 | Add builtin XMODEM send support with ~X, only tested with lrz -X so far. |  nicm | 5 | -5/+205 |
| 2012-07-10 | +limits.h. |  nicm | 1 | -1/+2 |
| 2012-07-10 | Once we've set up termios, lines need to be \r\n terminated, and we need |  nicm | 6 | -28/+117 |
| 2012-07-10 | closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appears ;-). |  nicm | 1 | -3/+3 |
| 2012-07-10 | Implement ~C. |  nicm | 2 | -2/+65 |
| 2012-07-10 | Restore termios and signal handlers before ~$ so ^C will kill child. |  nicm | 2 | -2/+16 |
| 2012-07-10 | Add a ~S escape to change the speed interactively (not using ~s since |  nicm | 4 | -17/+55 |
| 2012-07-10 | Add first cut of replacement for tip/cu. Not linked to the build. |  nicm | 6 | -0/+747 |