Age | Commit message (Expand) | Author |
2013-07-20 | Add support for XMODEM-CRC and fix transfer initiation. Successfully | Christian Weisgerber |
2013-04-24 | simplify tilde expand as seen in ssh. ok nicm | Ted Unangst |
2013-03-11 | Simplify text about -l and use cua not tty in examples. | Nicholas Marriott |
2013-03-09 | Add new cu to the build and disable tip. Also bump "first appeared in" | Nicholas Marriott |
2013-01-17 | Fix a couple of spacing/style nits. | Nicholas Marriott |
2013-01-17 | Instead of creating line termios from scratch, call tcgetattr() and | Nicholas Marriott |
2012-11-21 | Plug fp leak, from rustyBSD at gmx dot fr. | Nicholas Marriott |
2012-07-15 | Add a command (~D) to drop the DTR line for a second (similar to using | Nicholas Marriott |
2012-07-13 | kill unused variable | Alexander Hall |
2012-07-13 | make the compat for -XXX to -s XXX simpler. sometimes you dont need to use | David Gwynne |
2012-07-12 | Set CLOCAL in remove c_cflag or line noise is likely to make cu exit as | Nicholas Marriott |
2012-07-12 | Add handler for SIGHUP. | Nicholas Marriott |
2012-07-12 | Describe ~X as "send" not "transfer" to be clearer. | Nicholas Marriott |
2012-07-11 | Make ~~ send a ~, pointed out by naddy. | Nicholas Marriott |
2012-07-11 | Separate total block counter (reported to user) from 8-bit block counter | Nicholas Marriott |
2012-07-10 | Fix usage. | Nicholas Marriott |
2012-07-10 | Add ~R command to start recording output to a file. | Nicholas Marriott |
2012-07-10 | Use function to restore termios and add ~X to help. | Nicholas Marriott |
2012-07-10 | Trim some unused externs. | Nicholas Marriott |
2012-07-10 | Add builtin XMODEM send support with ~X, only tested with lrz -X so far. | Nicholas Marriott |
2012-07-10 | +limits.h. | Nicholas Marriott |
2012-07-10 | Once we've set up termios, lines need to be \r\n terminated, and we need | Nicholas Marriott |
2012-07-10 | closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appear... | Nicholas Marriott |
2012-07-10 | Implement ~C. | Nicholas Marriott |
2012-07-10 | Restore termios and signal handlers before ~$ so ^C will kill child. | Nicholas Marriott |
2012-07-10 | Add a ~S escape to change the speed interactively (not using ~s since | Nicholas Marriott |
2012-07-10 | Add first cut of replacement for tip/cu. Not linked to the build. | Nicholas Marriott |