Age | Commit message (Expand) | Author |
2007-10-07 | reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 | Denis Vlasenko |
2007-09-30 | move udhcp_{client/server}_config to common_bufsiz1 | Denis Vlasenko |
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-15 | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko |
2007-08-14 | udhcpd: add -f "foreground" and -S "syslog" options | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-08-02 | udhcp: slight shrink | Denis Vlasenko |
2007-08-02 | start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-23 | rework long option handling. saves ~1.2k | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-07-03 | udhcp: many small fixes: | Denis Vlasenko |
2007-07-01 | udhcp: new config option "Rewrite the lease file at every new acknowledge" | Denis Vlasenko |
2007-05-03 | udhcpc: stop deleting our own pidfile if we daemonize. | Denis Vlasenko |
2007-04-07 | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-03-26 | Move udhcp to new NOMMU helpers. | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-18 | fix potentially misaligned 32-bit accesses | Denis Vlasenko |
2006-12-19 | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer |
2006-11-29 | fix support for globally disabling --long-options. | Denis Vlasenko |
2006-11-27 | udhcpc: convert to getopt32 | Denis Vlasenko |
2006-11-18 | udhcp: fix indentation and style. | Denis Vlasenko |
2006-10-12 | small style fixes | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-29 | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko |
2006-09-26 | several fixes from openWRT project | Denis Vlasenko |
2006-09-11 | Build fixes for gcc 4.0 with -Werror, from Tito. | Rob Landley |
2006-09-07 | Fix (hopefully) bug 976. Need more thorough audit. | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-05-28 | My first bout of untangling udhcp. Make lots of gratuitous #defines go | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-08 | add back in udhcp support | Mike Frysinger |
2006-03-23 | remove in place of external link | Mike Frysinger |
2006-03-23 | sync busybox and udhcp trees | Mike Frysinger |
2006-03-20 | Roy Walker writes: | Eric Andersen |
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley |
2006-02-20 | Patch from Giuseppe Ciotta to specify retry count. | Rob Landley |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen |
2006-01-25 | just whitespace | Tim Riker |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2005-09-23 | more make safe the exported namespace for udhcp. Move to bb-specific file for... | "Vladimir N. Oleynik" |
2005-09-22 | add support for setting the dhcp vendor class option (option 60). | Paul Fox |
2005-08-01 | allow suppression of default client-id. fixes bug 000037. allows | Paul Fox |
2005-07-21 | remove duplicate check against chaddr. | Paul Fox |
2005-07-20 | applying fix for: | Paul Fox |