Mercurial > hg > toybox
graph
-
Second attempt at making netcat -l work properly.Sun, 16 Nov 2008 01:57:06 -0600, by Rob Landley
-
Add netcat server mode, -l, -L, and -t.Sat, 15 Nov 2008 05:17:23 -0600, by Rob Landley
-
Work around a reiserfs bug. (One line change, switch from looking at broken struct dirent->dt_type to looking at stat() output. The rest are unrelated variable renames.)Wed, 12 Nov 2008 18:01:35 -0600, by Rob Landley
-
Announce 0.0.7.Wed, 12 Nov 2008 13:56:49 -0600, by Rob Landley
-
Added tag 0.0.7 for changeset db86f4df58b9Wed, 12 Nov 2008 13:38:12 -0600, by Rob Landley
-
Tighten up chvt, save a few bytes.Fri, 24 Oct 2008 23:19:38 -0500, by Rob Landley
-
Upgrade patch to detect hunks that start after a false start.Thu, 23 Oct 2008 16:44:30 -0500, by Rob Landley
-
Fix giant glaring thinko.Thu, 28 Aug 2008 17:32:05 -0500, by Rob Landley
-
An error from an input file isn't fatal, keep reading remaining input files.Fri, 15 Aug 2008 14:16:53 -0500, by Rob Landley
-
Chroot should stop option parsing at the first non-option argument.Fri, 15 Aug 2008 14:14:10 -0500, by Rob Landley
-
Tweak from Roberto Foglietta.Fri, 18 Jul 2008 08:43:18 -0500, by Rob Landley
-
Roberto Foglietta pointed out that readall() needs fdlength() to restoreFri, 18 Jul 2008 05:43:44 -0500, by Rob Landley
-
Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len.Fri, 18 Jul 2008 04:15:59 -0500, by Rob Landley
-
Add "tee" command.Thu, 03 Jul 2008 19:19:00 -0500, by Rob Landley