1. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  2. eae697f popmaildir: give examples in help text. +91 byte by Denys Vlasenko · 15 years ago
  3. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  4. c77e478 include/fix_u32.h: fix trivial compile breakage :( by Denys Vlasenko · 15 years ago
  5. 8cb4036 libbb/loop.c: use common fix_u32.h trick by Denys Vlasenko · 15 years ago
  6. cbcc123 tftp: do not show progress bar if we get error right away. +13 bytes by Denys Vlasenko · 15 years ago
  7. 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
  8. 26ffe81 su: move restricted_shell into su.c (the only user) by Denys Vlasenko · 15 years ago
  9. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 15 years ago
  10. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 15 years ago
  11. 2f8a460 fix Unicode build on glibc by Denys Vlasenko · 15 years ago
  12. baab327 usage: fix typo by Bernhard Reutner-Fischer · 15 years ago
  13. 5e73457 delete forgotten chunk in prev commit by Denys Vlasenko · 15 years ago
  14. bb169f4 trim help text by Denys Vlasenko · 15 years ago
  15. 125c2d2 trim/regularize help text by Denys Vlasenko · 15 years ago
  16. 80f4275 include/platform.h: PowerPC can also do unaligned access by Joakim Tjernlund · 15 years ago
  17. 3fdba18 wget: ignore --no-check-certificate by Bernhard Reutner-Fischer · 15 years ago
  18. 343dfd7 dnsd: add -s option. This allows (clumsy) operation with read dns servers by Denys Vlasenko · 15 years ago
  19. b55d652 dnsd: better usage text by Denys Vlasenko · 15 years ago
  20. 5fb3849 dnsd: fix one big-endian goof; add a TODO about RA bit by Denys Vlasenko · 15 years ago
  21. 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
  22. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  23. bb1dcc9 more thorough fix for systems with strange socklen_t by Denys Vlasenko · 15 years ago
  24. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  25. 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
  26. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  27. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  28. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  29. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
  30. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  31. 0d47833 tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIME by Mikhail Gusarov · 15 years ago
  32. fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 15 years ago
  33. 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
  34. d084cb9 trim usage text a bit; fix cp usage (meaning of -H option) by Denys Vlasenko · 15 years ago
  35. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  36. 662078f small doc update by Denys Vlasenko · 15 years ago
  37. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  38. 607f65d cpio: improve help text more; fix -p and -F interaction by Denys Vlasenko · 15 years ago
  39. 93ac7d8 cpio: improve help text; document two TODOs by Denys Vlasenko · 15 years ago
  40. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  41. 999e442 ifplugd: clarify -a in help text by Denys Vlasenko · 15 years ago
  42. b8f0e80 ifplugd: mention iff mode in help by Denys Vlasenko · 15 years ago
  43. 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
  44. ede737b ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronization by Denys Vlasenko · 15 years ago
  45. 79ae534 ifplugd: simplify run_script() by Denys Vlasenko · 15 years ago
  46. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  47. d0f601f find: add optional support for -links. +100 bytes by Matheus Izvekov · 15 years ago
  48. 074e8dc ntpd: make -w less cumbersome to use by Denys Vlasenko · 15 years ago
  49. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  50. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  51. 4168fdd ntpd: add -w "watch" option, useful for debugging to look at our own data by Denys Vlasenko · 15 years ago
  52. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  53. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  54. 4662de0 replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest by Denys Vlasenko · 15 years ago
  55. 11a802a lsusb: new applet. +400 bytes by Souf Oued · 15 years ago
  56. 982bc71 lspci: new applet. +573 bytes by Souf Oued · 15 years ago
  57. f92874e replace /bin/mdev with /sbin/mdev by Denys Vlasenko · 15 years ago
  58. 14b0f4f trim usage text. -238 bytes by Denys Vlasenko · 15 years ago
  59. 907647f ntpd: implement -x. shrink code a bit. -69 bytes by Denys Vlasenko · 15 years ago
  60. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  61. 57be1ee ping: fix unaligned access. closes bug 745. by Denys Vlasenko · 15 years ago
  62. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  63. b1278a3 ntpd: locally bind every peer socket. +22 bytes by Denys Vlasenko · 15 years ago
  64. 8d580c7 ntpd: add -q option. By Adam Tkac. by Denys Vlasenko · 15 years ago
  65. 74f8e78 traceroute: fix help text to not show -6 when traceroute6 is off by Denys Vlasenko · 15 years ago
  66. 4c06531 traceroute6: new applet by Leonid Lisovskiy. +1562 bytes by Leonid Lisovskiy · 15 years ago
  67. b158506 ntpd: new applet by Adam Tkac. +5k. by Adam Tkac · 15 years ago
  68. d095fd4 flashcp: new applet by Stefan Seyfried. +900 bytes by Stefan Seyfried · 15 years ago
  69. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  70. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  71. cc8b687 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  72. f591499 wget: factor out progress bar code by Magnus Damm · 15 years ago
  73. 245a4f8 big endian warning fixes by Denys Vlasenko · 15 years ago
  74. 05ed00f applets: meant to fix order, not enable bbsh by Mike Frysinger · 15 years ago
  75. 78824f3 applets: fix alphabetical order by Mike Frysinger · 15 years ago
  76. b57eee8 libbb.h: remove two over-zealous RETURNS_MALLOC by Denys Vlasenko · 15 years ago
  77. 68c6746 mkswap: add -L LABEL option. closes bug 689. by Denys Vlasenko · 15 years ago
  78. 53283ad include/libbb.h: mark malloc-returning functions with GCC attribute by Denys Vlasenko · 15 years ago
  79. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  80. 0d8ea64 mkfs.reiser: new applet. needs much polishing by Vladimir Dronnikov · 15 years ago
  81. fe4e23f Add more compat code for non GNU environments by Dan Fandrich · 15 years ago
  82. e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
  83. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  84. 21a542d platform compatibility work (by Dan Fandrich) by Dan Fandrich · 15 years ago
  85. dac863a sed: shrink usage text by Denys Vlasenko · 15 years ago
  86. 7b28415 Minor usage tweak for sed. by Rob Landley · 15 years ago
  87. 180f585 read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes by Denys Vlasenko · 15 years ago
  88. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  89. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  90. 1dacfbb ftpget/put: make 3rd parameter optional by Vladimir Dronnikov · 15 years ago
  91. 50be963 date: line up tabs in usage text by Denys Vlasenko · 15 years ago
  92. ca22cda date: handle long options by Bernhard Reutner-Fischer · 15 years ago
  93. 9d57a80 libbb.h: tidy it up a bit. no code changes (verified) by Denys Vlasenko · 15 years ago
  94. 11c12c4 fix isalnum and isxdigit. Unfortunately, +285 bytes by Denys Vlasenko · 15 years ago
  95. a7a1fd0 eliminate all remaining users of ctype. ~600 byte large tables are gone. by Denys Vlasenko · 15 years ago
  96. f2cbb03 *: optimize most of isXXXXX() macros by Denys Vlasenko · 15 years ago
  97. 7b4cd6f libbb: smaller isdigit. -95 bytes by Denys Vlasenko · 15 years ago
  98. f125b6d *: use better isspace implementation by Denys Vlasenko · 15 years ago
  99. c1ab01b mke2fs: mention -F in usage text by Denys Vlasenko · 15 years ago
  100. 838e07a trimming help text by Denys Vlasenko · 15 years ago