1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  5. 713d241 dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease by Denys Vlasenko · 14 years ago
  6. fa5e295 dhcpd: smaller code: do not look for REQUESTED_IP twice by Denys Vlasenko · 14 years ago
  7. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  8. 0bb35e1 udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size by Denys Vlasenko · 14 years ago
  9. 6db1373 udhcpd: fix daemonize crash on nommu systems by Mike Frysinger · 14 years ago
  10. f8fcc18 udhcpd: note missing sanity checks on INFORM message handling by Denys Vlasenko · 14 years ago
  11. 406bd14 udhcpd: fix -v/-P mixup by Denys Vlasenko · 14 years ago
  12. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 14 years ago
  13. 7724c76 udhcp: pass pointer to whole packet to "add option" functions by Denys Vlasenko · 14 years ago
  14. a8f6b99 udhcp: move options.c to common.c; disable unused bool and s16 option code by Denys Vlasenko · 14 years ago
  15. 651a269 *: merge some common strings by Denys Vlasenko · 14 years ago
  16. dde8bdc udhcp: merge options.h into common.h, script.c into dhcpc.c by Denys Vlasenko · 14 years ago
  17. 53f72bb dhcpd: apparently, sometimes IP is in ciaddr, not requested_ip... by Denys Vlasenko · 14 years ago
  18. c7dc79e udhcpd: untangle incredibly messy handling of DHCPREQUEST by Denys Vlasenko · 14 years ago
  19. 2e7aa92 udhcp: tweak udhcpd.conf example and comments. no code changes by Denys Vlasenko · 14 years ago
  20. e5ce91b udhcp: code shrink; disable time and log server options by Denys Vlasenko · 14 years ago
  21. a953987 udhcpd: remove redundant code in send_offer() by Denys Vlasenko · 14 years ago
  22. 8a7c166 udhcp: move serverpacket.c into dhcpd.c, no other changes by Denys Vlasenko · 14 years ago
  23. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  24. 6947d2c udhcp: logging improvements, field and variable renames by Denys Vlasenko · 15 years ago
  25. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 15 years ago
  26. ac906fa udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v by Denys Vlasenko · 15 years ago
  27. 26918dd udhcp: rename server/client_config.arp to server_mac and client_mac by Denys Vlasenko · 15 years ago
  28. cab3a01 udhcp: cleanup of static lease handling by Denys Vlasenko · 15 years ago
  29. 990a617 udhcp: rename giaddr to gateway_nip and server to server_nip by Denys Vlasenko · 15 years ago
  30. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 15 years ago
  31. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  32. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 15 years ago
  33. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 15 years ago
  34. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 15 years ago
  35. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 15 years ago
  36. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  37. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  38. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  39. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 16 years ago
  40. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  41. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 16 years ago
  42. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 16 years ago
  43. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  44. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  45. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  46. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  47. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  48. 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
  49. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  50. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  51. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  52. e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
  53. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  54. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  55. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 17 years ago
  56. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  57. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 17 years ago
  58. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  59. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 17 years ago
  60. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  61. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  62. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  63. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  64. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  65. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  66. 3f78561 My first bout of untangling udhcp. Make lots of gratuitous #defines go by Rob Landley · 18 years ago
  67. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  68. 9ffd423 Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary by Rob Landley · 18 years ago
  69. 7031f62 add back in udhcp support by Mike Frysinger · 18 years ago
  70. 787140d remove in place of external link by Mike Frysinger · 18 years ago
  71. c1ef7bd just whitespace by Tim Riker · 18 years ago
  72. 37adefc Off by one error in max_leases sanity check. Bug 349, apparently. by Rob Landley · 19 years ago
  73. abf58d6 Wade Berrier writes: by Eric Andersen · 20 years ago
  74. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  75. ad95373 Use standard C99 types by Eric Andersen · 20 years ago
  76. 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 20 years ago
  77. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 21 years ago
  78. 9f4395c sorry about all the noise, should be all synced up now by Russ Dill · 21 years ago
  79. 61fb489 added full udhcp integration by Russ Dill · 22 years ago