1. 63adf83 fix build failure for pmap by Dan Fandrich · 14 years ago
  2. c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 14 years ago
  3. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  4. 99862cb hush: optional support for history saving by Denys Vlasenko · 14 years ago
  5. 819cacf busybox: add "busybox --list[-full]" to help text by Denys Vlasenko · 14 years ago
  6. d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 14 years ago
  7. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
  8. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
  9. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
  10. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
  11. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
  12. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago
  13. 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 14 years ago
  14. 2679e3c lineedit: clean up tab completion code (variable reuse, comments) by Denys Vlasenko · 14 years ago
  15. 57ea9b4 preparatory cleanup patch for tab completion fixes by Denys Vlasenko · 14 years ago
  16. 7063e86 lineedit: small readability improvement (same code) by Denys Vlasenko · 14 years ago
  17. 61a36af lineedit: fix completion with Unicode chars by Denys Vlasenko · 14 years ago
  18. b068bd7 lineedit: preparatory cleanup patch for Unicode completion fix by Denys Vlasenko · 14 years ago
  19. 7aa6304 libbb: xfunc_error_retval can be a byte by Denys Vlasenko · 14 years ago
  20. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  21. 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
  22. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  23. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  24. fd27fa8 libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes by Denys Vlasenko · 14 years ago
  25. d71c770 libbb: shrink obscure() by Bob Dunlop · 14 years ago
  26. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  27. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  28. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  29. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  30. d07b20f rtc: remove useless code in "RTC is in UTC" detection by Denys Vlasenko · 14 years ago
  31. da0df47 wget: fix ndelay_on call; progress bar: small shrink by Denys Vlasenko · 14 years ago
  32. c97131c wget: implement -T SEC; rework progress meter to not use signals (it was unsafe) by Bradley M. Kuhn · 14 years ago
  33. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  34. 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 14 years ago
  35. 2988511 libbb: conditionalize AF_* usage in error reporting by Jeremie Koenig · 15 years ago
  36. 84b01d5 mkdir: fix -p on FreeBSD by Jeremie Koenig · 15 years ago
  37. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  38. 55241fa lineedit: limit ASK_TERMINAL to the case when we can't find out the width by Denys Vlasenko · 14 years ago
  39. b9e35dc lineedit: cosmetics, no code changes by Denys Vlasenko · 14 years ago
  40. 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
  41. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  42. 7e1bb4b libbb: reduce number of *error_msg[_and_die].c files by four by Denys Vlasenko · 14 years ago
  43. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  44. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  45. 5c296de fix compile breakage with "make -j" by Denys Vlasenko · 14 years ago
  46. cd0f6b0 consolidate xz format comment. no code changes by Denys Vlasenko · 14 years ago
  47. 45f6616 xz compression detection: avoid the need to seek by Denys Vlasenko · 14 years ago
  48. a73b87e *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup by Ladislav Michl · 14 years ago
  49. 1eaf7e7 libbb/copyfd.c: fix the case of copy buffer <= 4kb by Denys Vlasenko · 14 years ago
  50. d0a8a0d tar: fix --to-command wrt short writes by Denys Vlasenko · 14 years ago
  51. 894fa0a fix breakage in compressed file detection by Denys Vlasenko · 14 years ago
  52. 63144be universal parser: do not leak parser->data by Denys Vlasenko · 14 years ago
  53. 1fcbff2 build system: do not rebuild ash and hush on any change to any .c file by Denys Vlasenko · 14 years ago
  54. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  55. dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
  56. 0635ddd Added code for nonstandard function strsep() by Dan Fandrich · 14 years ago
  57. fdd7b56 A few minor portability improvements by Dan Fandrich · 14 years ago
  58. b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 15 years ago
  59. ab60cd1 utoa: shrink by Denys Vlasenko · 15 years ago
  60. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  61. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  62. 19ced5c pipe_progress: make it independent of printf machinery by Denys Vlasenko · 15 years ago
  63. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  64. 0e5ba08 Remove requirement that include/applets.h must be sorted by Denys Vlasenko · 15 years ago
  65. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  66. 26b6ccf *: simplify checks for gz/bz2/xz magic by Denys Vlasenko · 15 years ago
  67. 11bcf4b lineedit: fix column display for wide and combining chars in TAB completion by Tomas Heinrich · 15 years ago
  68. 6948f21 *: teach tar et. al. to understand .xz by heart by Denys Vlasenko · 15 years ago
  69. 9251014 losetup: support /dev/loop10 and higher. closes bug 1627 by Denys Vlasenko · 15 years ago
  70. bbf1aa1 typo fix by Denys Vlasenko · 15 years ago
  71. 1118d9b lineedit: fix insertion deep inside line (*several lines* before end) by Denys Vlasenko · 15 years ago
  72. 9963fe3 lineedit: trivial simplifications. -7 bytes by Denys Vlasenko · 15 years ago
  73. 248c324 lineedit: fix moving backwards across lines with wide chars by Denys Vlasenko · 15 years ago
  74. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  75. 26e2c1d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing by Denys Vlasenko · 15 years ago
  76. b8909c5 lineedit: partially fix wide and combining chars editing by Tomas Heinrich · 15 years ago
  77. 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 15 years ago
  78. bfa1b2e randomtest fixes by Denys Vlasenko · 15 years ago
  79. c2345fa add comment about xz format support by Denys Vlasenko · 15 years ago
  80. 27653ad rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip_on_fd()) by Denys Vlasenko · 15 years ago
  81. a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
  82. 5f94346 date: support -d @SECONDS_SINCE_1970 by Denys Vlasenko · 15 years ago
  83. 5a7c720 busybox --list option. +140 bytes. Rob wanted it. by Denys Vlasenko · 15 years ago
  84. c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
  85. 43b094b remove stdio from allnoconfig build by Denys Vlasenko · 15 years ago
  86. 0358daf read_key: fix buffer length calculation by Tomas Heinrich · 15 years ago
  87. b9dd5ab loop: correct minor device number limit by Denys Vlasenko · 15 years ago
  88. 375a8ef mount: add an optional capability to create new /dev/loopN as needed by Lauri Kasanen · 15 years ago
  89. 125d015 Exclude syslog code if FEATURE_SYSLOG is not set by Nguyễn Thái Ngọc Duy · 15 years ago
  90. f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
  91. f6916db telnetd: fill hostname field in utmp/wtmp records by Denys Vlasenko · 15 years ago
  92. 3a41611 telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 by Denys Vlasenko · 15 years ago
  93. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  94. 4836331 libbb: factor out hex2bin() for infiniband address parser by Denys Vlasenko · 15 years ago
  95. ccd1efc cosmetic fixes, no code changed by Denys Vlasenko · 15 years ago
  96. 8a659f6 libbb: make index_in_substrings return -1 on ambiguous matches by Denys Vlasenko · 15 years ago
  97. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  98. 1d448cf provide safe_gethostname() for non-linux systems by Denys Vlasenko · 15 years ago
  99. 3d0e779 libbb: locate PAGE_SIZE on Hurd by Denys Vlasenko · 15 years ago
  100. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago