1. 26c64ba udhcpc: log script parameter too by Denys Vlasenko · 15 years ago
  2. 97ef654 udhcpc: support option 0x79 (static routes) (part of bug 341) by Denys Vlasenko · 15 years ago
  3. 7895b91 udhcp: dname_dec may return NULL, account for that case by Denys Vlasenko · 15 years ago
  4. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
  5. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  6. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  7. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  8. bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
  9. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  10. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  11. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  12. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  13. 95891fc openvt: fix gross mismatch between us and "standard" openvt. by Denis Vlasenko · 17 years ago
  14. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  15. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  16. 35ff746 dhcpc: let server know we don't like oversized packets. add TODO comment by Denis Vlasenko · 17 years ago
  17. 3f11231 max_option_length[] holds small ints, uint8_t is enough by Denis Vlasenko · 17 years ago
  18. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  19. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  20. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  21. c2f5b02 udhcpc: fix my breakage by Denis Vlasenko · 18 years ago
  22. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  23. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  24. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  25. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  26. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  27. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  28. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 19 years ago
  29. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  30. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  31. c1ef7bd just whitespace by Tim Riker · 19 years ago
  32. 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
  33. 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago
  34. 57f49d3 fix memory leak caused by switch to vfork by Russ Dill · 21 years ago
  35. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  36. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  37. ad95373 Use standard C99 types by Eric Andersen · 21 years ago
  38. d242e49 fix a long standing underallocation bug by Russ Dill · 21 years ago
  39. a899263 move debugging to safe place (before vfork) by Russ Dill · 21 years ago
  40. 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
  41. 76729b8 include headers with prototypes to make sure prototypes match by Russ Dill · 21 years ago
  42. 62419df make udhcp work under uclinux, to an extent by Russ Dill · 21 years ago
  43. 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
  44. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  45. 858fad7 sync with udhcp bug fixes by Russ Dill · 22 years ago
  46. 1eb7a17 resync with udhcp cvs by Russ Dill · 22 years ago
  47. 6b5bd0e Support using ip in udhcpc scripts. by Glenn L McGrath · 22 years ago
  48. 61fb489 added full udhcp integration by Russ Dill · 22 years ago