1. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  2. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago
  3. c4d606e udhcpd: allow "domain" to be a list of DNS servers, not just one by Denis Vlasenko · 18 years ago
  4. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  5. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  6. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  7. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  8. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  9. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  10. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  11. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  12. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  13. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  14. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  15. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  16. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  17. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  18. c1ef7bd just whitespace by Tim Riker · 19 years ago
  19. 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
  20. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  21. abf58d6 Wade Berrier writes: by Eric Andersen · 20 years ago
  22. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  23. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  24. 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
  25. e304956 clean up some bad, bad formatting by Russ Dill · 21 years ago
  26. 5f46f1c remove reference to missing header file which is breaking the build by Eric Andersen · 21 years ago
  27. 8b38451 why the complication of a static string rather than a define? gcc isn't dumb by Russ Dill · 21 years ago
  28. 7becf59 when compiled standalone, udhcp needs these headers by Russ Dill · 21 years ago
  29. a3170d5 whoops by Russ Dill · 21 years ago
  30. 8f43126 not sure who made this change, but it certainly mucks things up (note 'fwrite(leases, ...'), adds a bit more code, and some stack overhead. Anywho, this fixes it, and retains the spirit of what the submitter of this change was attempting to acheive (the entire lease is written at once in a struct) by Russ Dill · 21 years ago
  31. 4a9e34c options is a pretty common symbol, bad idea to use as a global in udhcp when compiling into busybox by Russ Dill · 21 years ago
  32. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  33. 1eb7a17 resync with udhcp cvs by Russ Dill · 22 years ago
  34. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  35. 61fb489 added full udhcp integration by Russ Dill · 22 years ago