1. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  2. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  3. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  4. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  5. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  6. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  7. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  8. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
  9. e283413 udhcp: code shrink by Denys Vlasenko · 15 years ago
  10. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  11. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
  12. 0f62c4d udhcpd: remove five more options which do not make sense or not supported by Denys Vlasenko · 15 years ago
  13. 95cc814 udhcpd: fix a bug in add_lease where it was reading at [-1] by Denys Vlasenko · 15 years ago
  14. 799d00e udhcp: convert old-style logging in print_static_leases by Denys Vlasenko · 16 years ago
  15. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 16 years ago
  16. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  17. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 16 years ago
  18. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 16 years ago
  19. 56f2d06 udhcp: rename sprintip to sprint_nip, siaddr to siaddr_nip by Denys Vlasenko · 16 years ago
  20. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
  21. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  22. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  23. bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
  24. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
  25. 73121c3 dhcpd,dumpleases: write and use 64-bit current time in lease file. by Denis Vlasenko · 16 years ago
  26. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
  27. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  28. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  29. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  30. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  31. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  32. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  33. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  34. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  35. c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
  36. fcc6347 udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 17 years ago
  37. 2e4c3c4 udhcpc: add -o "do not request options by default" switch by Denis Vlasenko · 17 years ago
  38. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 17 years ago
  39. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  40. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  41. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  42. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  43. 35ff746 dhcpc: let server know we don't like oversized packets. add TODO comment by Denis Vlasenko · 17 years ago
  44. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  45. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  46. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  47. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  48. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  49. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  50. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago
  51. c4d606e udhcpd: allow "domain" to be a list of DNS servers, not just one by Denis Vlasenko · 18 years ago
  52. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  53. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  54. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  55. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  56. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  57. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  58. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  59. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  60. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  61. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 19 years ago
  62. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  63. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  64. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  65. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  66. c1ef7bd just whitespace by Tim Riker · 19 years ago
  67. 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
  68. b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
  69. abf58d6 Wade Berrier writes: by Eric Andersen · 20 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. e304956 clean up some bad, bad formatting by Russ Dill · 21 years ago
  74. 5f46f1c remove reference to missing header file which is breaking the build by Eric Andersen · 21 years ago
  75. 8b38451 why the complication of a static string rather than a define? gcc isn't dumb by Russ Dill · 21 years ago
  76. 7becf59 when compiled standalone, udhcp needs these headers by Russ Dill · 21 years ago
  77. a3170d5 whoops by Russ Dill · 21 years ago
  78. 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
  79. 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
  80. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  81. 1eb7a17 resync with udhcp cvs by Russ Dill · 22 years ago
  82. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  83. 61fb489 added full udhcp integration by Russ Dill · 22 years ago