1. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
  2. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  3. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  4. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  5. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  6. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  7. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  8. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  9. 7ff85c5 udhcp: simplify SO_BINDTODEVICE call by Denis Vlasenko · 16 years ago
  10. 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
  11. 7d9399e udhcpc: fixlet for previous commit by Denis Vlasenko · 16 years ago
  12. c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
  13. f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
  14. cdb0b65 dhcpc: treat "discover...select...discover..." loop the same way by Denis Vlasenko · 16 years ago
  15. 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
  16. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  17. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  18. eb75129 udhcp: use libbb for config file parsing (by Vladimir) by Denis Vlasenko · 16 years ago
  19. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  20. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  21. dd9c072 udhcpc: change BPF filter to not use 0xffffffff as a max packet size, by Denis Vlasenko · 16 years ago
  22. ff7cd6f use USE_FEATURE_UDHCP_PORT instead of ifdef by Denis Vlasenko · 17 years ago
  23. f716a6d udhcpc: removing stray whitespace by Denis Vlasenko · 17 years ago
  24. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  25. 873b895 udhcpc: reduce ifdef forest, no code changes by Denis Vlasenko · 17 years ago
  26. 21765fa udhcpc: kill undocumented -W, it was a no-op. by Denis Vlasenko · 17 years ago
  27. fc9e108 udhcpc: shrink udhcpc: guard against zero lease time by Denis Vlasenko · 17 years ago
  28. 6de8994 udhcpc: regularize the names of receiving functions, by Denis Vlasenko · 17 years ago
  29. 19903f0 udhcpc: simplify renewal of the lease by Denis Vlasenko · 17 years ago
  30. b234291 udhcpc: properly reduce timeout if bogus packets were received by Denis Vlasenko · 17 years ago
  31. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  32. c4f12f5 -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes. by Denis Vlasenko · 17 years ago
  33. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  34. b89e202 udhcp: protect agianst timer overflowing 32-bit counter by Denis Vlasenko · 17 years ago
  35. a4a93fd udhcp: fix config help text 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. 95891fc openvt: fix gross mismatch between us and "standard" openvt. by Denis Vlasenko · 17 years ago
  39. a1acfc8 udhcp: build fix for ppc kernel 2.4.36 by Denis Vlasenko · 17 years ago
  40. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  41. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 17 years ago
  42. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  43. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  44. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  45. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  46. a523e2e udhcp: we were forgetting to set right op byte in tha packet by Denis Vlasenko · 17 years ago
  47. 84da0bf udhcp: make paths configurable syslogd: trivial build fix by Denis Vlasenko · 17 years ago
  48. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  49. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  50. b386c1c udhcp: ifdef out unused members by Denis Vlasenko · 17 years ago
  51. d55fe3e udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) by Denis Vlasenko · 17 years ago
  52. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  53. b76b9a4 udhcpc: filter unwanted packets in kernel by Denis Vlasenko · 17 years ago
  54. ca9635b udhcpc: fix wrong options in decline and release packets by Denis Vlasenko · 17 years ago
  55. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  56. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  57. 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 17 years ago
  58. 6198792 udhcp: decided to not send "short" dhcp packets, by Denis Vlasenko · 17 years ago
  59. fff145d udhcp: fix oversized packet sending (introduced by "slack for bad dhcp servers" options); by Denis Vlasenko · 17 years ago
  60. 1918368 udhcpc: support for -O <option>. by Denis Vlasenko · 17 years ago
  61. 2bec513 fix whitespace damage by Denis Vlasenko · 17 years ago
  62. b539c84 dhcp: heed TODO item - divorced options from their string descriptions by Denis Vlasenko · 17 years ago
  63. 35ff746 dhcpc: let server know we don't like oversized packets. add TODO comment by Denis Vlasenko · 17 years ago
  64. 72e7604 dhcpc: cope with buggy DHCP servers which send oversized packets by Denis Vlasenko · 17 years ago
  65. 6884f66 dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smaller by Denis Vlasenko · 17 years ago
  66. 68af8e7 udhcpc: remove -W option, -A can be reused for that help texts: trimmed a bit by Denis Vlasenko · 17 years ago
  67. b559105 fix a thinko in build system by Denis Vlasenko · 17 years ago
  68. 9cdfd14 dhcpc: cleanup and comments; fix buggy timeout handling in corner cases. by Denis Vlasenko · 17 years ago
  69. 223bc97 udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>) by Denis Vlasenko · 17 years ago
  70. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  71. 49cce2b add "-A N" / "--tryagain=N" option to client, to allow altering the by Paul Fox · 17 years ago
  72. 1bec1b9 telnet: use poll, it's shorter *: style fixes by Denis Vlasenko · 17 years ago
  73. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  74. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  75. 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
  76. deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
  77. d7b3350 dhcpreplay: code shrink, -40 bytes by Denis Vlasenko · 17 years ago
  78. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  79. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  80. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  81. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  82. 3f11231 max_option_length[] holds small ints, uint8_t is enough by Denis Vlasenko · 17 years ago
  83. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  84. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  85. bb23c06 if pidfile turned out to be !regular file, do not unlink it. by Denis Vlasenko · 17 years ago
  86. 9f7b92a dhcpd: make -S and -f actually work by Denis Vlasenko · 17 years ago
  87. 3d17d2b udhcpd: add -f "foreground" and -S "syslog" options by Denis Vlasenko · 17 years ago
  88. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  89. 22a80d1 udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ by Denis Vlasenko · 17 years ago
  90. 80edead udhcp: slight shrink by Denis Vlasenko · 17 years ago
  91. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  92. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  93. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  94. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  95. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  96. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  97. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  98. e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
  99. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  100. bd7bb29 wget: use monotonic_sec instead of gettimeofday by Denis Vlasenko · 18 years ago