1. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  2. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  3. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  4. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  5. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  6. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  7. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  8. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  9. d7b3350 dhcpreplay: code shrink, -40 bytes by Denis Vlasenko · 17 years ago
  10. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  11. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  12. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  13. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  14. 3f11231 max_option_length[] holds small ints, uint8_t is enough by Denis Vlasenko · 17 years ago
  15. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  16. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  17. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago
  18. 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
  19. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  20. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  21. 22a80d1 udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ by Denis Vlasenko · 17 years ago
  22. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  23. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  24. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  25. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  26. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  27. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  28. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  29. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  30. e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
  31. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  32. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 17 years ago
  33. 4b924f3 whitespace fixes by Denis Vlasenko · 18 years ago
  34. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  35. 5a6aedd xpipe: introduce (saves ~170 bytes) by Denis Vlasenko · 18 years ago
  36. 0fe67b1 udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not loaded). by Denis Vlasenko · 18 years ago
  37. 6e6d331 udhcpc: stop deleting our own pidfile if we daemonize. by Denis Vlasenko · 18 years ago
  38. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  39. fbd2918 udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. by Denis Vlasenko · 18 years ago
  40. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  41. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 18 years ago
  42. 5e43d85 dumpleases: getopt32()-ization by Denis Vlasenko · 18 years ago
  43. 10457b9 make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet. by Denis Vlasenko · 18 years ago
  44. ec1a4b5 pidfile.c: not used anymore by Denis Vlasenko · 18 years ago
  45. af1c843 Move udhcp to new NOMMU helpers. by Denis Vlasenko · 18 years ago
  46. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  47. 1ce190b udhcp: use fdprintf for pidfile creation (smaller code) by Denis Vlasenko · 18 years ago
  48. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  49. 4c7e5b6 I *always* forget svn add :( by Denis Vlasenko · 18 years ago
  50. 5066473 udhcp: optionally support RFC3397 (by Gabriel L. Somlo <somlo@cmu.edu>) by Denis Vlasenko · 18 years ago
  51. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago
  52. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  53. e129f43 add a comment so that people won't get confused by Denis Vlasenko · 18 years ago
  54. c4d606e udhcpd: allow "domain" to be a list of DNS servers, not just one by Denis Vlasenko · 18 years ago
  55. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  56. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  57. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  58. 35d4da0 exterminate u_intXXX. by Denis Vlasenko · 18 years ago
  59. 4ebaf10 strdup -> xstrdup sed: de-obfuscate piece of code by Denis Vlasenko · 18 years ago
  60. 74c9d23 fix potentially misaligned 32-bit accesses by Denis Vlasenko · 18 years ago
  61. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  62. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  63. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  64. 28fbd69 - use xlisten/xsocket some more. Saves .25 kB by Bernhard Reutner-Fischer · 18 years ago
  65. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  66. c61852a fix support for globally disabling --long-options. by Denis Vlasenko · 18 years ago
  67. c2f5b02 udhcpc: fix my breakage by Denis Vlasenko · 18 years ago
  68. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  69. e2d3ded udhcpc: convert to getopt32 by Denis Vlasenko · 18 years ago
  70. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  71. c90c3f3 add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes by Denis Vlasenko · 18 years ago
  72. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  73. a838194 - style fixes by Bernhard Reutner-Fischer · 18 years ago
  74. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  75. 736230e dhcprelay: new applet by Denis Vlasenko · 18 years ago
  76. c9cdeaa add compile-time check for correct DHCP packet size by Denis Vlasenko · 18 years ago
  77. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  78. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  79. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  80. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  81. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  82. a6dbb08 small style fixes by Denis Vlasenko · 18 years ago
  83. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  84. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  85. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  86. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  87. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  88. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  89. 49ea466 Build fixes for gcc 4.0 with -Werror, from Tito. by Rob Landley · 18 years ago
  90. d797fcd udhcp: FEATURE_UDHCP_SYSLOG should be selected only if by Denis Vlasenko · 18 years ago
  91. 239369b Fix (hopefully) bug 976. Need more thorough audit. by Denis Vlasenko · 18 years ago
  92. 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
  93. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  94. 27af5a0 replacing func() with xfunc() where appropriate by Denis Vlasenko · 18 years ago
  95. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  96. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  97. 91a3390 get rid of udhcp submenu by Mike Frysinger · 18 years ago
  98. cf5b80b This file doesn't appear to be used anywhere. by "Robert P. J. Day" · 18 years ago
  99. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  100. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago