1. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  2. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  3. dbbc3f2 dumpleases: make NOEXEC by Denys Vlasenko · 7 years ago
  4. bbc7bee make --help texts more uniform by Denys Vlasenko · 8 years ago
  5. f7683cd Convert all udhcp applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  6. f98705a dumpleases: string reuse by Denys Vlasenko · 9 years ago
  7. d320a1e dumpleases: new option -d to show time in seconds by Isaac Dunham · 9 years ago
  8. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  9. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  10. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  11. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  12. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  13. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  14. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  15. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  16. 385b456 udhcp: cosmetic cleanups; one case of s/full_read/xread/ by Denys Vlasenko · 15 years ago
  17. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  18. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  19. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  20. 85bb843 dumpleases: unicode spport by Tomas Heinrich · 15 years ago
  21. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  22. 31af3d5 udhcp: shorten mac len from 16 to 6 in lease file by Denys Vlasenko · 16 years ago
  23. 1d924f5 udhcp: rename fields in struct dhcpOfferedAddr by Denys Vlasenko · 16 years ago
  24. bd79c3d dhcpd: remember and record hostnames; optimize get_option 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. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  28. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  29. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  30. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  31. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  32. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  33. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  34. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  35. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  36. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  37. ba2fb71 Copyright, help text, whitespace cleanups by Denis Vlasenko · 18 years ago
  38. 5e43d85 dumpleases: getopt32()-ization by Denis Vlasenko · 18 years ago
  39. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  40. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  41. 5a3395b udhcp: fix indentation and style. by Denis Vlasenko · 18 years ago
  42. 5bd2a4b - remove last reminiscents of IN_BUSYBOX by Bernhard Reutner-Fischer · 18 years ago
  43. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  44. 7031f62 add back in udhcp support by Mike Frysinger · 19 years ago
  45. 787140d remove in place of external link by Mike Frysinger · 19 years ago
  46. 13c8327 sync busybox and udhcp trees by Mike Frysinger · 19 years ago
  47. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  48. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  49. 4040d3d forgotten include by Russ Dill · 21 years ago
  50. 8b38451 why the complication of a static string rather than a define? gcc isn't dumb by Russ Dill · 21 years ago
  51. 4b77aca start attempting to bring udhcp in busybox back to the state where it is (ideally) an exact copy of udhcp outside of busybox so that its easy to merge back and forth by Russ Dill · 21 years ago
  52. 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
  53. 54fde9e slight change to reflect BB_VER change by Russ Dill · 22 years ago
  54. 1eb7a17 resync with udhcp cvs by Russ Dill · 22 years ago
  55. 27e99c8 Fixup dumpleases compile problem by Eric Andersen · 22 years ago
  56. 61fb489 added full udhcp integration by Russ Dill · 22 years ago