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