1. 7945808 udhcp: fix some default values from "" to NULL by Denys Vlasenko · 14 years ago
  2. fb6b173 udhcp: add FEATURE_UDHCP_8021Q option by Nigel Hathaway · 14 years ago
  3. c37d4c6 dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form by Nigel Hathaway · 14 years ago
  4. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  5. 9ac5596 udhcpc: emit "correct" secs field by Denys Vlasenko · 14 years ago
  6. e6bb8d3 udhcpc: add -B option by Keith Young · 14 years ago
  7. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  8. 5827167 udhcpd: optional IP selection based on MAC hash by Vladislav Grishenko · 14 years ago
  9. 713e6d7 udhcpc: use more correct, and more importantly, more understandable BPF code by Vladislav Grishenko · 14 years ago
  10. fbea220 udhcpc: fix a problem with binary-encoded options by Denys Vlasenko · 14 years ago
  11. dd169e8 eliminate aliasing warnings in traceroute.c and udhcp/socket.c by Denys Vlasenko · 14 years ago
  12. df16891 remove a few aliasing warnings by Denys Vlasenko · 14 years ago
  13. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  14. 8993c3f udhcpc: document SIGUSRn effect in help text by Denys Vlasenko · 14 years ago
  15. 713d241 dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease by Denys Vlasenko · 14 years ago
  16. fa5e295 dhcpd: smaller code: do not look for REQUESTED_IP twice by Denys Vlasenko · 14 years ago
  17. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  18. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  19. 5d374e9 udhcpc: exit if iface disappeared; use correct MAC if it changes by Denys Vlasenko · 14 years ago
  20. c72c1d7 udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf by Denys Vlasenko · 14 years ago
  21. a5048fa udhcpc: periodically reread our ifindex and mac by Denys Vlasenko · 14 years ago
  22. b3af65b udhcpc: emit maxsize option in all non-NAK type packets by Denys Vlasenko · 14 years ago
  23. 2c3b71a dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE by Denys Vlasenko · 14 years ago
  24. c59e06e udhcpc: better help text by Denys Vlasenko · 14 years ago
  25. d3c5ab7 udhcpc: remove now-unneeded definitions of vendor and client-id opts by Denys Vlasenko · 14 years ago
  26. 1cbdc03 udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same better by Denys Vlasenko · 14 years ago
  27. 9e244c7 udhcpc: move usage text to .c file. no code changes by Denys Vlasenko · 14 years ago
  28. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  29. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  30. ad8def2 udhcpc: fix OPTION_IP_PAIR parsing by Vladislav Grishenko · 14 years ago
  31. c0f39b0 dhcprelay: code shrink, and explain its workings a bit more by Denys Vlasenko · 14 years ago
  32. 7d3a48a udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options by Vladislav Grishenko · 14 years ago
  33. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  34. 58a15cd Fix a typo in config text by Denys Vlasenko · 14 years ago
  35. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  36. 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
  37. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  38. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  39. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  40. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  41. 6db1373 udhcpd: fix daemonize crash on nommu systems by Mike Frysinger · 15 years ago
  42. b8b72f0 dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849 by Denys Vlasenko · 15 years ago
  43. e58c6e2 dhcp: indicate IP network order in prototypes too by Denys Vlasenko · 15 years ago
  44. b7d19cc dhcp: readability cleanups and small code shrink by Denys Vlasenko · 15 years ago
  45. fde3fb3 udhcpd: fix hostname truncation bug 1663 by Denys Vlasenko · 15 years ago
  46. 5ab6b0f udhcp: s/sipservers/sipsrv/ to match other similar option names by Denys Vlasenko · 15 years ago
  47. f8fcc18 udhcpd: note missing sanity checks on INFORM message handling by Denys Vlasenko · 15 years ago
  48. 4f3aa51 udhcp: implement "raw" binary options. Closes bug 735 by Denys Vlasenko · 15 years ago
  49. c03602b udhcp: s/dhcp_option/dhcp_optflag/g by Denys Vlasenko · 15 years ago
  50. 9c0ea86 udhcpc: trivial shrink by Denys Vlasenko · 15 years ago
  51. 243ddcb udhcpd: support decoding of option 120 "SIP servers". Closes bug 737 by Denys Vlasenko · 15 years ago
  52. 8a659f6 libbb: make index_in_substrings return -1 on ambiguous matches by Denys Vlasenko · 15 years ago
  53. c8a2ab1 dumpleases: better help text by Denys Vlasenko · 15 years ago
  54. 406bd14 udhcpd: fix -v/-P mixup by Denys Vlasenko · 15 years ago
  55. 9107b63 udhcp: abort if we see unknown option, and show valid options if so by Denys Vlasenko · 15 years ago
  56. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  57. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  58. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 15 years ago
  59. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 15 years ago
  60. 7e6add1 udhcpc: add -x OPT:VAL option by Denys Vlasenko · 15 years ago
  61. 3d9c69f udhcp: add testing bits to dns en/decoder by Denys Vlasenko · 15 years ago
  62. 702f7d6 udhcp: we call DNS name encoder with NULL, this can SEGV. added a check by Denys Vlasenko · 15 years ago
  63. a14a9d7 udhcp: fix DNS domanin codec bug: bad compression flag checks by Denys Vlasenko · 15 years ago
  64. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  65. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
  66. e283413 udhcp: code shrink by Denys Vlasenko · 15 years ago
  67. 6ef8def udhcp: remove two unused fields by Denys Vlasenko · 15 years ago
  68. 6b61629 udhcp: make rfc derived doc more readable (but it still is contradictory) by Denys Vlasenko · 15 years ago
  69. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 15 years ago
  70. 8d11445 udhcpc: do not test for srand init, just do it at the start by Denys Vlasenko · 15 years ago
  71. 501e35c udhcp: merge clientpacket.c into dhcpc.c by Denys Vlasenko · 15 years ago
  72. 6b24d53 udhcpc: merge clientsocket.c into dhcpc.c. +4 bytes. by Denys Vlasenko · 15 years ago
  73. 53f72bb dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... by Denys Vlasenko · 15 years ago
  74. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 15 years ago
  75. 2e7aa92 udhcp: tweak udhcpd.conf example and comments. no code changes by Denys Vlasenko · 15 years ago
  76. e5ce91b udhcp: code shrink; disable time and log server options by Denys Vlasenko · 15 years ago
  77. 87fa216 udhcpc: make it possible to disable vendor id; improve help text by Denys Vlasenko · 15 years ago
  78. 0f62c4d udhcpd: remove five more options which do not make sense or not supported by Denys Vlasenko · 15 years ago
  79. a953987 udhcpd: remove redundant code in send_offer() by Denys Vlasenko · 15 years ago
  80. 8a7c166 udhcp: move serverpacket.c into dhcpd.c, no other changes by Denys Vlasenko · 15 years ago
  81. 777706c udhcp: remove support for some really old and odd options by Denys Vlasenko · 15 years ago
  82. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  83. 2f14263 udhcp[cd]: fix aliasing warnings by Denys Vlasenko · 15 years ago
  84. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  85. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  86. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  87. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  88. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  89. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  90. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  91. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
  92. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  93. 85bb843 dumpleases: unicode spport by Tomas Heinrich · 15 years ago
  94. 26c64ba udhcpc: log script parameter too by Denys Vlasenko · 15 years ago
  95. 219757f udhcpc: fix bug 629: use bcast receive when we perform rebinding by Denys Vlasenko · 15 years ago
  96. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  97. aa369e0 udhcpc: if got IP successfully, disable -n for future renewals by Justin Maggard · 15 years ago
  98. 4abfc26 udhcpc: small simplification by Denys Vlasenko · 15 years ago
  99. 753a3ce typo by Denys Vlasenko · 15 years ago
  100. 7d6a791 udhcpc: add/edit comments, no code changes by Denys Vlasenko · 15 years ago