Age | Commit message (Expand) | Author |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-03-12 | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko |
2008-01-29 | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-09-07 | *: replace select-for-one descriptor with poll, it's smaller. | Denis Vlasenko |
2007-09-06 | fix infinite retry bug. also, reduce per-packet receive timeout | Paul Fox |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-06-25 | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko |
2007-05-30 | whitespace fixes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-09 | tftp: explain "block# 0" codepath; report our decision to bail out to server | Denis Vlasenko |
2007-05-08 | tftp: code diet, and I think retransmits were broken. | Denis Vlasenko |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-01 | tcpsvd: new applet | Denis Vlasenko |
2007-02-08 | tftp: fix my bug | Denis Vlasenko |
2007-02-07 | tftp: fix IPv6 fallout | Denis Vlasenko |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-20 | fixing bugs revealed by randomconfig runs | Denis Vlasenko |
2007-01-12 | next part of ipv6-ization. dnsd code is "interesting"... | Denis Vlasenko |
2007-01-12 | next part of ipv6-ization is here: wget & httpd | Denis Vlasenko |
2007-01-11 | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko |
2006-12-17 | tftp: corrupted input packets were killing retransmits - fixed | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-05 | eject: -T fix | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-06-18 | Make this slightly more readable, and expose the hypocrasy of a comment that | Rob Landley |
2006-06-14 | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfig | Bernhard Reutner-Fischer |
2006-06-13 | Don't break allbareconfig. | Rob Landley |
2006-06-10 | - revert incorrect select change | Bernhard Reutner-Fischer |
2006-06-10 | - fix two segfaults (reported by Horst Kronstorfer) | Bernhard Reutner-Fischer |
2006-06-10 | - use bb_xbind | Bernhard Reutner-Fischer |
2006-06-03 | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-04-05 | - this applet should peruse USE_FEATURE_TFTP_... | Bernhard Reutner-Fischer |
2006-01-25 | just whitespace | Tim Riker |
2005-12-15 | Fix -g and -p options. Patch from Traceman. (I don't know who that is, | Rob Landley |
2005-10-17 | more const, use bb_getopt_ulflags, insert XXX for show place of problems | "Vladimir N. Oleynik" |
2005-07-20 | applying fix for: | Paul Fox |
2005-06-07 | Thus spake Brenda J. Butler: | Rob Landley |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |