1. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  2. d2383f5 paste: new applet by Maxime Coste · 8 years ago
  3. 9967c99 libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode by Denys Vlasenko · 8 years ago
  4. 06f20bf link: new applet by Denys Vlasenko · 8 years ago
  5. b288978 docs: Update filenames in keep_data_small.txt by Kang-Che Sung · 8 years ago
  6. f4f8fe8 build system: fix a few warnings for allnoconfig build by Denys Vlasenko · 8 years ago
  7. c30a5b1 dd: support iflag=skip_bytes by Rafał Miłecki · 9 years ago
  8. 97c6491 typo fixes by Maninder Singh · 10 years ago
  9. d3fabf8 zcip: Add environment variable for overriding log functionality by Michel Stam · 10 years ago
  10. 3ed81cf unit-tests: implement the unit-testing framework by Bartosz Golaszewski · 10 years ago
  11. e765b5a libbb: rename execable -> executable. No code changes by Denys Vlasenko · 11 years ago
  12. f332617 docs/new-applet-HOWTO.txt: tweak a bit by Denys Vlasenko · 11 years ago
  13. 9dbe4d0 docs: update new-applet-HOWTO.txt by Bartosz Golaszewski · 11 years ago
  14. d74f843 docs: tweak keep_data_small.txt by Denys Vlasenko · 11 years ago
  15. 28a2094 bloat-o-meter: add usage info by Bartosz Golaszewski · 11 years ago
  16. d7ea34e Documentation update by Denys Vlasenko · 11 years ago
  17. 982e87f Whitespace fixes by Denys Vlasenko · 11 years ago
  18. ad546ec Update docs/tcp.txt by Denys Vlasenko · 11 years ago
  19. 7801148 Add notes about TCP programming quirks. by Denys Vlasenko · 11 years ago
  20. 40b97fb mdev: add environment variable match by Denys Vlasenko · 12 years ago
  21. 8a6a2f9 update seamless uncompression code by Denys Vlasenko · 13 years ago
  22. 774bce8 archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changes by Denys Vlasenko · 13 years ago
  23. 7449e18 getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout by Denys Vlasenko · 13 years ago
  24. 17fb598 docs/ctty.htm: add a useful URL to by Denys Vlasenko · 13 years ago
  25. 5c6ba6c mdev: expand --help so that it's actually useful. by Denys Vlasenko · 13 years ago
  26. b5de0c1 typo fixes by Dan Fandrich · 13 years ago
  27. 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
  28. 0288b27 small fixes atop syslog config patch by Denys Vlasenko · 14 years ago
  29. 102b8bd .gitignore: add missing ignores by Bjørn Forsman · 14 years ago
  30. b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick by Denys Vlasenko · 14 years ago
  31. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  32. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  33. 02788ac scripts: remove bitrotted scripts/individual by Denys Vlasenko · 14 years ago
  34. b27d62a update docs/new-applet-HOWTO.txt by Holger Blasum · 14 years ago
  35. 17fc33d finish busybox.1 renaming by Denys Vlasenko · 14 years ago
  36. 738e4de English fixes to docs/smallint.txt by Denys Vlasenko · 14 years ago
  37. 8f8ee53 adding docs/smallint.txt by Denys Vlasenko · 14 years ago
  38. 2b01168 docs: Sync up AUTHORS and busybox_footer.pod by Kevin Cernekee · 14 years ago
  39. 20e2c35 docs: Change CVS references to Git by Kevin Cernekee · 14 years ago
  40. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  41. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  42. 9669363 Remove some more mentions of Subversion by Dan Fandrich · 14 years ago
  43. 64b6f7c doc: remove trailing empty line by Bernhard Reutner-Fischer · 14 years ago
  44. b4d0351 *: s/spaces/tabs/ by Denys Vlasenko · 14 years ago
  45. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  46. abb154b document how to find non-shared string dups by Denys Vlasenko · 15 years ago
  47. b38af7b mdev: add "!" syntax support by Denys Vlasenko · 15 years ago
  48. 00ddd44 fix typos in comments and doc by Denys Vlasenko · 15 years ago
  49. 4875e71 docs/unicode.txt: added more TODOs by Denys Vlasenko · 15 years ago
  50. 698dca5 add unicode.txt by Denys Vlasenko · 15 years ago
  51. ac36450 Example Unicode files by Denys Vlasenko · 15 years ago
  52. 185e691 update link to the comp.lang.c FAQ by Denys Vlasenko · 15 years ago
  53. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
  54. f92874e replace /bin/mdev with /sbin/mdev by Denys Vlasenko · 15 years ago
  55. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  56. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  57. 26ff18b Fixes to usage text; updated busybox.spec by Denys Vlasenko · 15 years ago
  58. acabf8f Update documentation generator so that it sucks less by Denys Vlasenko · 15 years ago
  59. db57fc2 Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev documentation by Bernhard Reutner-Fischer · 15 years ago
  60. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  61. 6d48d3e rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes. by Denys Vlasenko · 15 years ago
  62. 252ccba remove msh_function.patch. msh is deprecated by Denys Vlasenko · 15 years ago
  63. cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 15 years ago
  64. 145512c Update POSIX compliance table by Denys Vlasenko · 15 years ago
  65. dc2bbb9 tweak docs by Denys Vlasenko · 16 years ago
  66. 29ec116 POSIX conformance documentation for busybox by David Krakov · 16 years ago
  67. 7a5814c split website off into dedicated git repo by Mike Frysinger · 16 years ago
  68. 318a8e5 TODO: add some by Denys Vlasenko · 16 years ago
  69. 845142e Adjust names, link contributing info in main index by Bernhard Reutner-Fischer · 16 years ago
  70. 3322351 add .gitignore files by Mike Frysinger · 16 years ago
  71. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  72. bae3abf website: another tweak by Denis Vlasenko · 16 years ago
  73. 9367734 website: yet another small tweak by Denis Vlasenko · 16 years ago
  74. 6c76a96 website: another tiny tweak by Denis Vlasenko · 16 years ago
  75. 4e4c5db website: textual fixes in 1.14.0 announcement text by Denis Vlasenko · 16 years ago
  76. 5dcb43a website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0 by Denis Vlasenko · 16 years ago 1_14_0
  77. b024f8d website: update ActionTec URL to http://opensource.actiontec.com/ by Denis Vlasenko · 16 years ago
  78. 33c6b2a website: fix obsolete by Denis Vlasenko · 16 years ago
  79. 1d925af website: add http://www.dream-multimedia-tv.de/ to list of products using bbox by Denis Vlasenko · 16 years ago
  80. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  81. 4221e90 ftpd: stop unconditional logging to syslog. This was the only applet by Denis Vlasenko · 16 years ago
  82. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
  83. c8985bf website: mention fixes to syslogd by Denis Vlasenko · 16 years ago
  84. 0103417 website: announce 1.13.3 by Denis Vlasenko · 16 years ago
  85. 02468c2 - add big busybox logo as transparent png by Bernhard Reutner-Fischer · 16 years ago
  86. f0dc2c1 - use https for bugzilla URLs by Bernhard Reutner-Fischer · 16 years ago
  87. b2ec038 website: announce 1.13.2 amd 1.12.4 by Denis Vlasenko · 16 years ago
  88. 54143af Add fancy svn browser thingy (via Lance Albertson of OSL) by Bernhard Reutner-Fischer · 16 years ago
  89. 9b143a9 Update links to new site locations (via Lance Albertson at OSL) by Bernhard Reutner-Fischer · 16 years ago
  90. d16950d acpid: new applet by Vladimir. +737 bytes by Denis Vlasenko · 16 years ago
  91. f7d87f9 Announce 1.13.1 and 1.12.3 by Denis Vlasenko · 16 years ago
  92. 6f05874 webpage: announce 1.13.0 and 1.12.2 by Denis Vlasenko · 16 years ago
  93. 73cc543 move documentation to docs/ by Denis Vlasenko · 16 years ago
  94. 2239f81 - add some anchors by Bernhard Reutner-Fischer · 16 years ago
  95. 22eb410 website: announce 1.12.1 and 1.11.3 by Denis Vlasenko · 16 years ago
  96. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  97. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  98. b61dc1c webpage: add "RD129 embedded board from ELPA" to product page by Denis Vlasenko · 16 years ago
  99. 3728bc5 website: add a product using bbox - EMTEC MovieCube R700 by Denis Vlasenko · 16 years ago
  100. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago