Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | Silence a couple pointless warnings. | Rob Landley | |
2008-12-08 | Fix netcat -f | Rob Landley | |
2008-11-18 | More than 4k of input can be queued up in a pipe, so loop needs to continue ↵ | Rob Landley | |
reading until POLLIN is exhausted before acknowledging POLLHUP. | |||
2008-11-16 | Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed. | Rob Landley | |
2008-11-16 | Second attempt at making netcat -l work properly. | Rob Landley | |
2008-11-15 | Add netcat server mode, -l, -L, and -t. | Rob Landley | |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley | |
macros in each C file, and making generated/globals.h from that. Rename "toy" to "this" along the way to avoid toy/toys confusion. | |||
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley | |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley | |
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also convert more of Makefile into a thin wrapper around shell scripts that actually do the work. (Makefile is only still there for the user interface.) | |||
2007-12-03 | Add comments about SUSv3 specs (or lack thereof). | Rob Landley | |
2007-12-03 | Add first pass at netcat. Base applet, -f, and -w implemented. | Rob Landley | |