1. 6578f2c pstree: new applet. +1664 bytes by Lauri Kasanen · 14 years ago
  2. a04440c typo fix by Denys Vlasenko · 14 years ago
  3. 8da415e add if guards around include <malloc.h> by Denys Vlasenko · 14 years ago
  4. 5dcc660 libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash rework by Denys Vlasenko · 14 years ago
  5. 0ab45da exclude the case of just "busybox" from previous commit by Denys Vlasenko · 14 years ago
  6. 8f0af3b if only one applet is enabled, make "busybox applet [params]" work as expected by Denys Vlasenko · 14 years ago
  7. 26777aa fixes for bugs discovered by randomconfig builds and tests by Denys Vlasenko · 14 years ago
  8. 29ca159 fix misspelling in comment by Denys Vlasenko · 14 years ago
  9. f376303 lineedit: fix tab-completion of filenames with spaces by Mike Shal · 14 years ago
  10. 2e9aeae lineedit: create history files with mode 0600 by Wolfram Sang · 14 years ago
  11. 2b662c5 libbb: remove unused variable by Lauri Kasanen · 14 years ago
  12. 854738d type fix in comment by Denys Vlasenko · 14 years ago
  13. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago
  14. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  15. 6b3f0b0 unicode: update unicode_width on !unicode branch too. Closes bug 2593 by Denys Vlasenko · 14 years ago
  16. caddfc8 decompress_bunzip2: handle concatenated .bz2 files by Denys Vlasenko · 14 years ago
  17. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  18. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  19. 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
  20. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  21. a2d27a1 libbb/process_escape_sequence.c: fix recently broken handling of \\ by Denys Vlasenko · 14 years ago
  22. b507cc3 powertop: new applet by Marek Polacek · 14 years ago
  23. ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
  24. 03a5fe3 sha1: small tweak for clearer code, no logic changes by Denys Vlasenko · 14 years ago
  25. f4c93ab sha1: use Rob's code, it's smaller and faster by Denys Vlasenko · 14 years ago
  26. 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
  27. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  28. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  29. 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
  30. 7ab94ca md5: remove outdated comment by Denys Vlasenko · 14 years ago
  31. 302ad14 libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256 by Denys Vlasenko · 14 years ago
  32. c48a5c6 hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes by Denys Vlasenko · 14 years ago
  33. b5aa1d9 libbb/hash_sha.c -> libbb/hash_md5_sha.c by Denys Vlasenko · 14 years ago
  34. eb7fe6d libbb: move md5 and shaN into a common source file. no code changes by Denys Vlasenko · 14 years ago
  35. e08ef58 md5: length should be stored in *little-endian* order! fixing... by Denys Vlasenko · 14 years ago
  36. 9ff50b8 *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits by Denys Vlasenko · 14 years ago
  37. b102e12 *: use SWAP_BE64 instead of open-coding it by Denys Vlasenko · 14 years ago
  38. 06f719f libbb: rename hash source files. no code changes by Denys Vlasenko · 14 years ago
  39. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  40. b8d0259 md5: fix biuld failure on big-endian machines by Denys Vlasenko · 14 years ago
  41. cfe114c md5: code shrink -5 bytes by Denys Vlasenko · 14 years ago
  42. f6dacc2 bring md5 and sha1 names closer. no code changes by Denys Vlasenko · 14 years ago
  43. 36ab585 md5: code shrink by Denys Vlasenko · 14 years ago
  44. a971a19 shaN: code shrink by Denys Vlasenko · 14 years ago
  45. 446c234 whitespace fix by Denys Vlasenko · 14 years ago
  46. 4bc3b85 sha512: inline rotr64 by Denys Vlasenko · 14 years ago
  47. 273abcb shaN: small code shrink by Denys Vlasenko · 14 years ago
  48. 1ac476b md5: fix "fast" md5 broken by prev commit by Denys Vlasenko · 14 years ago
  49. bcccad3 md5: code shrink; and use 64-byte temp buf, not 128-byte. by Denys Vlasenko · 14 years ago
  50. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  51. 7018671 libbb/md5: code shrink by Denys Vlasenko · 14 years ago
  52. 3d16098 libbb/md5: small code shrink by Denys Vlasenko · 14 years ago
  53. d4d289a tweaks to build system, mainly making menuconfig text and order clearer by Denys Vlasenko · 14 years ago
  54. 63adf83 fix build failure for pmap by Dan Fandrich · 14 years ago
  55. c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 14 years ago
  56. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  57. 99862cb hush: optional support for history saving by Denys Vlasenko · 14 years ago
  58. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  59. d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 14 years ago
  60. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
  61. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
  62. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
  63. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
  64. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
  65. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago
  66. 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 14 years ago
  67. 2679e3c lineedit: clean up tab completion code (variable reuse, comments) by Denys Vlasenko · 14 years ago
  68. 57ea9b4 preparatory cleanup patch for tab completion fixes by Denys Vlasenko · 14 years ago
  69. 7063e86 lineedit: small readability improvement (same code) by Denys Vlasenko · 14 years ago
  70. 61a36af lineedit: fix completion with Unicode chars by Denys Vlasenko · 14 years ago
  71. b068bd7 lineedit: preparatory cleanup patch for Unicode completion fix by Denys Vlasenko · 14 years ago
  72. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  73. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  74. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  75. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  76. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  77. fd27fa8 libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes by Denys Vlasenko · 14 years ago
  78. d71c770 libbb: shrink obscure() by Bob Dunlop · 14 years ago
  79. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  80. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  81. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  82. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  83. d07b20f rtc: remove useless code in "RTC is in UTC" detection by Denys Vlasenko · 14 years ago
  84. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  85. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  86. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  87. 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 14 years ago
  88. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  89. 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
  90. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  91. 55241fa lineedit: limit ASK_TERMINAL to the case when we can't find out the width by Denys Vlasenko · 14 years ago
  92. b9e35dc lineedit: cosmetics, no code changes by Denys Vlasenko · 14 years ago
  93. 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
  94. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  95. 7e1bb4b libbb: reduce number of *error_msg[_and_die].c files by four by Denys Vlasenko · 14 years ago
  96. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  97. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  98. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  99. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  100. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago