1. dc50676 Move stpcpy replacement function into libbb by Dan Fandrich · 14 years ago
  2. 0b8a772 typo fix by Denys Vlasenko · 14 years ago
  3. ab8d00d progress meter: fix bugs found in stall detection and unknown size logic by Denys Vlasenko · 14 years ago
  4. d55e139 progress meter: move file name to bb_progress_t. +20 bytes by Denys Vlasenko · 14 years ago
  5. e52e67c libbb/progress.c: make sure we never get negative ETA by Denys Vlasenko · 14 years ago
  6. 838d4bb progress meter: display >999 hours ETA correctly by Denys Vlasenko · 14 years ago
  7. f836f01 wget: shrink progress meter code; strink wget and add debug logging by Denys Vlasenko · 14 years ago
  8. 805aa9f progress bar: better overflow protection; more precise bar by Denys Vlasenko · 14 years ago
  9. dee0fc9 save 10 bytes on strings by Denys Vlasenko · 14 years ago
  10. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
  11. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
  12. c5d0f15 libbb: spawn should remove child which failed to exec by Denys Vlasenko · 14 years ago
  13. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  14. 6307357 move nofork_save_area from libbb.h to vfork_daemon_rexec.c by Denys Vlasenko · 14 years ago
  15. c71b469 libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe by Denys Vlasenko · 14 years ago
  16. 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
  17. aa4f9a2 libbb/copy_file.c: use smallints instead of signed chars by Denys Vlasenko · 14 years ago
  18. 8d0e0cd move utmp.h include to libbb.h by Denys Vlasenko · 14 years ago
  19. 9b3b979 add ENABLE_FEATURE_SYSTEMD and use it in syslogd by Davide Cavalca · 14 years ago
  20. 975c714 nicer looking ifdef in libbb/makedev.c by Denys Vlasenko · 14 years ago
  21. 6b1ce45 FreeBSD compat for match_fstype by Chris Rees · 14 years ago
  22. e22af94 FreeBSD compat for makedev by Chris Rees · 14 years ago
  23. e3c127d FreeBSD compat by Chris Rees · 14 years ago
  24. e9a40e3 libbb: make ndelay_no/off a bit more clever. +14 bytes by Denys Vlasenko · 14 years ago
  25. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  26. 10ee20b libbb: better comment in parse_date by Denys Vlasenko · 14 years ago
  27. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  28. 0f44c08 libbb: progress indicator: use unicode support funcs instead of open-coding it by Denys Vlasenko · 14 years ago
  29. 84dba9c tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061 by Denys Vlasenko · 14 years ago
  30. f42c7b8 suppress "'fast_strtol_10' defined but not used" warning by Denys Vlasenko · 14 years ago
  31. 327d288 kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX by Denys Vlasenko · 14 years ago
  32. 7b276fc kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code by Denys Vlasenko · 14 years ago
  33. 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
  34. 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
  35. 2272129 plug a DIR* leak on error path by Denys Vlasenko · 14 years ago
  36. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  37. a04440c typo fix by Denys Vlasenko · 14 years ago
  38. 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
  39. 5dcc660 libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework by Denys Vlasenko · 14 years ago
  40. 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
  41. 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
  42. 26777aa fixes for bugs discovered by randomconfig builds and tests by Denys Vlasenko · 14 years ago
  43. 29ca159 fix misspelling in comment by Denys Vlasenko · 14 years ago
  44. f376303 lineedit: fix tab-completion of filenames with spaces by Mike Shal · 14 years ago
  45. 2e9aeae lineedit: create history files with mode 0600 by Wolfram Sang · 14 years ago
  46. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
  47. 854738d type fix in comment by Denys Vlasenko · 14 years ago
  48. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  49. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  50. 6b3f0b0 unicode: update unicode_width on !unicode branch too. Closes bug 2593 by Denys Vlasenko · 14 years ago
  51. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  52. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  53. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  54. 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
  55. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  56. a2d27a1 libbb/process_escape_sequence.c: fix recently broken handling of \\ by Denys Vlasenko · 14 years ago
  57. b507cc3 powertop: new applet by Marek Polacek · 14 years ago
  58. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  59. 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
  60. f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
  61. 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
  62. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  63. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  64. 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
  65. 7ab94ca md5: remove outdated comment by Denys Vlasenko · 14 years ago
  66. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  67. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  68. b5aa1d9 libbb/hash_sha.c -> libbb/hash_md5_sha.c by Denys Vlasenko · 14 years ago
  69. eb7fe6d libbb: move md5 and shaN into a common source file. no code changes by Denys Vlasenko · 14 years ago
  70. e08ef58 md5: length should be stored in *little-endian* order! fixing... by Denys Vlasenko · 14 years ago
  71. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  72. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  73. 06f719f libbb: rename hash source files. no code changes by Denys Vlasenko · 14 years ago
  74. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  75. b8d0259 md5: fix biuld failure on big-endian machines by Denys Vlasenko · 14 years ago
  76. cfe114c md5: code shrink -5 bytes by Denys Vlasenko · 14 years ago
  77. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
  78. 36ab585 md5: code shrink by Denys Vlasenko · 14 years ago
  79. a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
  80. 446c234 whitespace fix by Denys Vlasenko · 14 years ago
  81. 4bc3b85 sha512: inline rotr64 by Denys Vlasenko · 14 years ago
  82. 273abcb shaN: small code shrink by Denys Vlasenko · 14 years ago
  83. 1ac476b md5: fix "fast" md5 broken by prev commit by Denys Vlasenko · 14 years ago
  84. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  85. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  86. 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
  87. 3d16098 libbb/md5: small code shrink by Denys Vlasenko · 14 years ago
  88. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  89. 63adf83 fix build failure for pmap by Dan Fandrich · 14 years ago
  90. c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 14 years ago
  91. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  92. 99862cb hush: optional support for history saving by Denys Vlasenko · 14 years ago
  93. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  94. d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 14 years ago
  95. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
  96. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
  97. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
  98. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
  99. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
  100. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago