1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  2. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
  3. b76b9a4 udhcpc: filter unwanted packets in kernel by Denis Vlasenko · 17 years ago
  4. ca9635b udhcpc: fix wrong options in decline and release packets by Denis Vlasenko · 17 years ago
  5. 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 17 years ago
  6. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
  7. 1918368 udhcpc: support for -O <option>. by Denis Vlasenko · 17 years ago
  8. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  9. 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
  10. 9cdfd14 dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. by Denis Vlasenko · 17 years ago
  11. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  12. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  13. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  14. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  15. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  16. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  17. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  18. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago
  19. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  20. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  21. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  22. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  23. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  24. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  25. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  26. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  27. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  28. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 18 years ago
  29. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  30. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  31. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  32. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  33. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  34. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  35. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  36. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  37. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  38. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  39. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  40. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  41. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  42. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  43. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  44. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  45. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  46. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  47. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  48. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  49. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  50. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  51. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  52. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  53. 28a6afe Roy Walker writes: by Eric Andersen · 19 years ago
  54. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  55. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  56. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  57. c1ef7bd just whitespace by Tim Riker · 19 years ago
  58. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  59. b628409 more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS by "Vladimir N. Oleynik" · 19 years ago
  60. 28de951 by Paul Fox · 19 years ago
  61. a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 19 years ago
  62. 7b86134 remove duplicate check against chaddr. by Paul Fox · 19 years ago
  63. 01f6798 applying fix for: 0000260: udhcpc doesn't validate client hardware address by Paul Fox · 19 years ago
  64. 0b1ff5a Tobias Krawutschke found a bug where the DHCP client would accept packets by Rob Landley · 20 years ago
  65. 918f2ab Revert the uptime() removal. Let the list sort it out... by Rob Landley · 20 years ago
  66. 8b80c71 Patch from Shaun Jackman: by Rob Landley · 20 years ago
  67. 3cc01a8 In Bug 209, bernhardf writes: by Mike Frysinger · 20 years ago
  68. d824853 merge from udhcp module by Mike Frysinger · 20 years ago
  69. 309c7b7 fix timewarp in client (server fix later) by Russ Dill · 21 years ago
  70. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  71. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  72. 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
  73. 4b77aca start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth by Russ Dill · 21 years ago
  74. d9461f8 Allow one to detect and handle the case where no lease could be obtained by Glenn L McGrath · 21 years ago
  75. 8ce8f9b Remove stray '\n' by Glenn L McGrath · 21 years ago
  76. 1b2e7c3 Make gcc not whine about "deprecated use of label at end of compound statement" by Eric Andersen · 21 years ago
  77. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  78. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  79. 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
  80. 6393d69 merge fixes with udhcp by Russ Dill · 22 years ago
  81. 54fde9e slight change to reflect BB_VER change by Russ Dill · 22 years ago
  82. 1eb7a17 resync with udhcp cvs by Russ Dill · 22 years ago
  83. d7e1a6c Make sure we have a show_usage function prototype -Erik by Eric Andersen · 22 years ago
  84. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  85. f5ecd43 sync to udhcp 0.9.8 by Russ Dill · 22 years ago
  86. 61fb489 added full udhcp integration by Russ Dill · 22 years ago