1. adc08ef tftpd: slight correction to progress bar code by Denys Vlasenko · 15 years ago
  2. 8bd0af9 tftp: add optiona support for progress bar by Magnus Damm · 15 years ago
  3. bbd4235 tftp: extend tsize support a little by Magnus Damm · 15 years ago
  4. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  5. f5c2f72 add more service examples by Denys Vlasenko · 15 years ago
  6. 44f8d01 tweak mdev_fat.conf example by Denys Vlasenko · 15 years ago
  7. bf40f56 tweak examples by Denys Vlasenko · 15 years ago
  8. 5a34d02 ifplugd: small optimization by Denys Vlasenko · 15 years ago
  9. 6eaac02 fbsplash: allow compressed image files by Vladimir Dronnikov · 15 years ago
  10. 9be4f31 top: do not use #if inside printf, it can be a macro by Denys Vlasenko · 15 years ago
  11. 6e8e666 adding examples/mdev_fat.conf by Denys Vlasenko · 15 years ago
  12. 1612c75 mdev: print line# in error messages by Denys Vlasenko · 15 years ago
  13. 27094ca add examples/mdev.conf by Denys Vlasenko · 15 years ago
  14. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  15. 0d8c0b8 removed SuSv3 doc tarball - potential licensing problem by Denys Vlasenko · 15 years ago
  16. 8fdf066 whitespace fixes by Denys Vlasenko · 15 years ago
  17. 6cf7f01 adding example runit-style service directory by Denys Vlasenko · 15 years ago
  18. 85bb843 dumpleases: unicode spport by Tomas Heinrich · 15 years ago
  19. 05ed00f applets: meant to fix order, not enable bbsh by Mike Frysinger · 15 years ago
  20. eacbca5 all_sourcecode.tests: check commented out applet order too by Mike Frysinger · 15 years ago
  21. 78824f3 applets: fix alphabetical order by Mike Frysinger · 15 years ago
  22. caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
  23. f8a73bf lsmod: beautify. no code changes by Denys Vlasenko · 15 years ago
  24. b57eee8 libbb.h: remove two over-zealous RETURNS_MALLOC by Denys Vlasenko · 15 years ago
  25. ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
  26. 692bcff mkfs_vfat: fixes for large image cases by Denys Vlasenko · 15 years ago
  27. 68c6746 mkswap: add -L LABEL option. closes bug 689. by Denys Vlasenko · 15 years ago
  28. c6fb2a6 passwd: do not complain if /etc/shadow is missing by Denys Vlasenko · 15 years ago
  29. 26c64ba udhcpc: log script parameter too by Denys Vlasenko · 15 years ago
  30. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  31. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  32. 0d8ea64 mkfs.reiser: new applet. needs much polishing by Vladimir Dronnikov · 15 years ago
  33. d784b65 btrfs.c: check first two superblocks, for additional robustness by Denys Vlasenko · 15 years ago
  34. 8930096 volume_id: add FAST_FUNC where appropriate by Denys Vlasenko · 15 years ago
  35. 662e8b7 volume_id: add support for btrfs by Vladimir Dronnikov · 15 years ago
  36. e62a246 mdev: do not die on mknod errors by Denys Vlasenko · 15 years ago
  37. 4214f8b mountpoint: btrfs fix by Vladimir Dronnikov · 15 years ago
  38. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  39. 95a036e tty: use defines rather than constants by Bernhard Reutner-Fischer · 15 years ago
  40. 85ca327 *: random code shrink by Denys Vlasenko · 15 years ago
  41. 1f6d230 lineedit: REALLY fix compile error now by Denys Vlasenko · 15 years ago
  42. 4dc0826 lineedit: compile fix by Denys Vlasenko · 15 years ago
  43. 00f0ef4 echo et al: support \e escape by Denys Vlasenko · 15 years ago
  44. e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
  45. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  46. ca25449 chpst: tiny shrinkage and add possible TODO by Bernhard Reutner-Fischer · 15 years ago
  47. b04f058 mdev: adjust error message by Bernhard Reutner-Fischer · 15 years ago
  48. 933993a mdev: handle string modes by Bernhard Reutner-Fischer · 15 years ago
  49. 6531f09 mdev: tiny shrinkage by index_in_strings by Bernhard Reutner-Fischer · 15 years ago
  50. b35e3a8 applets/usage_compressed: combine many seds in one; hide dd stats by Bernhard Reutner-Fischer · 15 years ago
  51. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  52. d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
  53. eb62d7c libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly by Denys Vlasenko · 15 years ago
  54. 1502a8b libbb/xrealloc_vector.c: better comment by Denys Vlasenko · 15 years ago
  55. 12450db libbb/bb_do_delay.c: shrink by Denys Vlasenko · 15 years ago
  56. 52b971f libbb/ask_confirmation.c: shrink by Denys Vlasenko · 15 years ago
  57. b204e6b httpd_indexcgi: fix off-by-one error by Denys Vlasenko · 15 years ago
  58. dac863a sed: shrink usage text by Denys Vlasenko · 15 years ago
  59. 7b28415 Minor usage tweak for sed. by Rob Landley · 15 years ago
  60. 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
  61. d31a879 lsmod: unicode-aware column formatting by Tomas Heinrich · 15 years ago
  62. 0f91b3d read_key: ignore unknown keys (do not return them to caller byte-by-byte) by Denys Vlasenko · 15 years ago
  63. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  64. 9d71fc6 read_key: document more weird key sequences by Denys Vlasenko · 15 years ago
  65. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  66. 77c066e modutils: add FEATURE_INSMOD_TRY_MMAP option by Denys Vlasenko · 15 years ago
  67. 30f3c1d tar: add support for -o as synonym to --no-same-owner. +5 bytes by Bernhard Reutner-Fischer · 15 years ago
  68. f645037 tar: handle "tar fx TARFILE" etc by Denys Vlasenko · 15 years ago
  69. b87d972 patch: add Rob's version for reference, it may handle fuzz and offsets by Denys Vlasenko · 15 years ago
  70. 6f2ebae patch: add another test (currently fails) by Denys Vlasenko · 15 years ago
  71. 0939f2e fix up potential printf's with unsafe format strings by Denys Vlasenko · 15 years ago
  72. 4b8b37f mkfs_ext2: fix compile error by Denys Vlasenko · 15 years ago
  73. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  74. 1dacfbb ftpget/put: make 3rd parameter optional by Vladimir Dronnikov · 15 years ago
  75. 337a31b ifplugd: fix compile error by Denys Vlasenko · 15 years ago
  76. 50be963 date: line up tabs in usage text by Denys Vlasenko · 15 years ago
  77. d93fc61 ls: fix "ls | cat" to not show "total NNN" header by Denys Vlasenko · 15 years ago
  78. ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
  79. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  80. 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
  81. a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
  82. 56b3eec small optimizations of toupper/tolower by Denys Vlasenko · 15 years ago
  83. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  84. 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
  85. c1947f1 build failure fix and some cosmetics by Denys Vlasenko · 15 years ago
  86. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  87. 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
  88. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  89. 46e364d mkfs_ext2: code shrink by Denys Vlasenko · 15 years ago
  90. 09bbb28 mkfs_ext2: fix a bug where we don't fully respect -n on files by Denys Vlasenko · 15 years ago
  91. c1ab01b mke2fs: mention -F in usage text by Denys Vlasenko · 15 years ago
  92. 838e07a trimming help text by Denys Vlasenko · 15 years ago
  93. 149a32a mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir) by Denys Vlasenko · 15 years ago
  94. 3945bc1 tune2fs: new applet by Vladimir. Only supports -L LABEL by Denys Vlasenko · 15 years ago
  95. 481ca96 mkfs_ext2: 1.41.9 compat by Denys Vlasenko · 15 years ago
  96. a46317b df: trivial 64-bit fix by Denys Vlasenko · 15 years ago
  97. 010fb00 mkfs_ext2: make sure we extend the image to requested size by Denys Vlasenko · 15 years ago
  98. eaba484 cosmetics in mkfs_ext2.txt by Denys Vlasenko · 15 years ago
  99. 1d6e447 mkfs_ext2_test: disable incomtatible behavior in standard mke2fs by Denys Vlasenko · 15 years ago
  100. ece01ee mkfs_ext2: e2fsck 1.14.4 compat by Denys Vlasenko · 15 years ago