Mercurial > hg > toybox
graph
-
Fix netcat -fMon, 08 Dec 2008 00:16:07 -0600, by Rob Landley
-
Fix typo.Sun, 30 Nov 2008 20:42:16 -0600, by Rob Landley
-
Add unameThu, 27 Nov 2008 07:31:34 -0600, by Rob Landley
-
The epoch can also show up as 1970-01-01 (depending on timezone), so treat any year >0 and <= 1970 as meaning "file does not exist".Tue, 18 Nov 2008 22:22:18 -0600, by Rob Landley
-
More than 4k of input can be queued up in a pipe, so loop needs to continue reading until POLLIN is exhausted before acknowledging POLLHUP.Tue, 18 Nov 2008 22:17:43 -0600, by Rob Landley
-
Shell $(netcat) won't return unless child's stdin/stdout/stderr are closed.Sun, 16 Nov 2008 02:41:04 -0600, by Rob Landley
-
Second attempt at making netcat -l work properly.Sun, 16 Nov 2008 01:57:06 -0600, by Rob Landley