1. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  2. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  3. 1ce190b udhcp: use fdprintf for pidfile creation (smaller code) by Denis Vlasenko · 18 years ago
  4. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  5. 4c7e5b6 I *always* forget svn add :( by Denis Vlasenko · 18 years ago
  6. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  7. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  8. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  9. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago
  10. c4d606e udhcpd: allow "domain" to be a list of DNS servers, not just one by Denis Vlasenko · 18 years ago
  11. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  12. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  13. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  14. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  15. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  16. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  17. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  18. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  19. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  20. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  21. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  22. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  23. c2f5b02 udhcpc: fix my breakage by Denis Vlasenko · 18 years ago
  24. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  25. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  26. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  27. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  28. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  29. a838194 - style fixes by Bernhard Reutner-Fischer · 18 years ago
  30. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  31. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  32. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  33. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  34. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  35. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  36. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  37. ea62077 add open_read_close() and similar stuff 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. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  41. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  42. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  43. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  44. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  45. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  46. d797fcd udhcp: FEATURE_UDHCP_SYSLOG should be selected only if by Denis Vlasenko · 18 years ago
  47. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  48. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  49. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  50. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  51. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  52. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  53. 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
  54. cf5b80b This file doesn't appear to be used anywhere. by "Robert P. J. Day" · 18 years ago
  55. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  56. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  57. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  58. 67d4943 CONFIG_DHCP -> CONFIG_APP_DHCP. by Rob Landley · 18 years ago
  59. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  60. c8b360e Use BB endianness macro. by Rob Landley · 19 years ago
  61. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  62. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  63. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  64. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  65. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  66. d9b6b84 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
  67. 49f6afc rename by Mike Frysinger · 19 years ago
  68. e3412d8 remove files not related to busybox by Mike Frysinger · 19 years ago
  69. 72c4d64 - add helptext for --retries by Bernhard Reutner-Fischer · 19 years ago
  70. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  71. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  72. dce5809 make the makefile a little more flexible so we can store in either location by Mike Frysinger · 19 years ago
  73. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  74. 28a6afe Roy Walker writes: by Eric Andersen · 19 years ago
  75. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  76. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  77. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  78. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  79. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  80. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  81. e8f504e Bug 751: file handle leaks can add up until available filehandles for the by Rob Landley · 19 years ago
  82. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  83. ea6360e Missed a file in the last checkin, won't build without this... by Rob Landley · 19 years ago
  84. a2841e6 Patch from Giuseppe Ciotta to specify retry count. by Rob Landley · 19 years ago
  85. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  86. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  87. c1ef7bd just whitespace by Tim Riker · 19 years ago
  88. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  89. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  90. 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
  91. 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
  92. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  93. 28de951 by Paul Fox · 19 years ago
  94. 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago
  95. 230b411 Fix the warning by rewriting the function to be smaller and simpler. by Rob Landley · 19 years ago
  96. 37adefc Off by one error in max_leases sanity check. Bug 349, apparently. by Rob Landley · 19 years ago
  97. a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 19 years ago
  98. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  99. 7b86134 remove duplicate check against chaddr. by Paul Fox · 19 years ago
  100. 01f6798 applying fix for: 0000260: udhcpc doesn't validate client hardware address by Paul Fox · 19 years ago