1. 1071f3e Fix remaining bionic warnings by Tanguy Pruvot · 10 years ago
  2. 3284a1d selinux: enable support for bionic, add applets in config by Tanguy Pruvot · 10 years ago
  3. 6786b97 Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22 by Ricardo Cerqueira · 10 years ago
  4. 80a068d sed: accept s///i as a synonym for s///I ("ignore case") by David A. Wheeler · 10 years ago
  5. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  6. deb0769 sed: code shrink by Denys Vlasenko · 11 years ago
  7. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  8. bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
  9. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  10. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
  11. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 11 years ago
  12. a82e32d sed: document -E in help text by Denys Vlasenko · 11 years ago
  13. 9d46a7a sed: fix memory leak in 'r FILE' command by Denys Vlasenko · 11 years ago
  14. af0cdee sed: accept -E as a synonym for -r by David A. Wheeler · 11 years ago
  15. 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
  16. a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  17. b0e9b72 sed: fix matching of newlines by $ by Denys Vlasenko · 11 years ago
  18. 1390a01 awk: use "long long" as integer type, not "int" by Denys Vlasenko · 11 years ago
  19. 40ab27a sed: remove now-redundant backslash-newline handling by Denys Vlasenko · 11 years ago
  20. e93d156 sed: document where we are more liberal then GNU by Denys Vlasenko · 11 years ago
  21. 264f373 vi: make regexp search case-insensitive if ":set ignorecase" is active by Denys Vlasenko · 11 years ago
  22. 9e7c002 vi: code shrink by Denys Vlasenko · 11 years ago
  23. cb5aa72 vi: fix adjustment of buffer on partial file read by Ron Yorston · 11 years ago
  24. b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  25. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  26. 778794d *: reuse more strings by Denys Vlasenko · 11 years ago
  27. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 11 years ago
  28. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 11 years ago
  29. 37a79c0 sed: allow 'w' cmd to use two address form by Mimi Li · 12 years ago
  30. 7af5f6b vi: nuke FEATURE_VI_OPTIMIZE_CURSOR by Denys Vlasenko · 12 years ago
  31. 5f556fc vi: do not set autoindent by default by Denys Vlasenko · 12 years ago
  32. df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
  33. ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
  34. 1d7ad7a tweak help texts by Denys Vlasenko · 12 years ago
  35. d3dff87 vi: save/restore screen upon invocation by Denys Vlasenko · 12 years ago
  36. 04b5289 vi: nuke FEATURE_VI_OPTIMIZE_CURSOR by Denys Vlasenko · 12 years ago
  37. 605f264 vi: do not set autoindent by default by Denys Vlasenko · 12 years ago
  38. 37ca36a sed: yet another fix on top of zero length match code by Denys Vlasenko · 12 years ago
  39. 84406e4 sed: fix breakage added by zero length match code by Denys Vlasenko · 12 years ago
  40. c35545a sed: code shrink by Denys Vlasenko · 12 years ago
  41. 21f6fbf sed: fix zero chars match/replace by Denys Vlasenko · 12 years ago
  42. 6c86697 awk: fix the evaluate bug related to warning fix by Tanguy Pruvot · 12 years ago
  43. 68cd60a sed: fix handling of s/// which has empty matches by Denys Vlasenko · 12 years ago
  44. 8c34395 sed: support long opts and -iSFX by Simon B · 12 years ago
  45. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  46. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  47. b84dafb sed: slightly better fix for prev commit's problem by Denys Vlasenko · 12 years ago
  48. e39afe1 sed: fix handling of s/// which has empty matches by Denys Vlasenko · 12 years ago
  49. 8a90e61 Apply post-1.19.3 patches, bump version to 1.19.4 by Denys Vlasenko · 12 years ago
  50. c0657e0 vi: add ":prev" command support by Dennis Groenen · 12 years ago
  51. 800a9a0 vi: move mark[i] pointers if text[] moves after realloc by Denys Vlasenko · 12 years ago
  52. 6e8861b *: better comments on termios manipulations. No code changes. by Denys Vlasenko · 12 years ago
  53. d29ae7e sed: fix possible case of signed char bug; expand debugging printouts by Denys Vlasenko · 12 years ago
  54. 1fd7129 vi: fix [end] key handling by Denys Vlasenko · 13 years ago
  55. 36efc94 Merge 1.19.3 gingerbread into ics by Tanguy Pruvot · 13 years ago
  56. 985c411 busybox v1.19.2 update by Tanguy Pruvot · 13 years ago
  57. 39ec6a2 patch: make -p count path components, not slashes (think /blah//thing) by Rob Landley · 13 years ago
  58. a221bc5 sed: better help text by Denys Vlasenko · 13 years ago
  59. 7b46d11 awk: fix a SEGV by Denys Vlasenko · 13 years ago
  60. 202a1b9 awk: fix define name collision with BSD headers by Denys Vlasenko · 13 years ago
  61. 12e154f vi: prevent unlimited recursion in do_cmd(). Closes 4153 by Denys Vlasenko · 13 years ago
  62. f65c5f5 awk: next_input_file can return NULL, don't SEGV in this case. by Denys Vlasenko · 13 years ago
  63. 6c7055d Merge 'busybox' v1.19.1 into gingerbread by Tanguy Pruvot · 13 years ago
  64. cc272b0 Apply post-1.19.0 patches, bump version to 1.19.1 by Denys Vlasenko · 13 years ago
  65. c5f7847 patch: make it able to create files (again) by Rob Landley · 13 years ago
  66. a7d6bb3 sed: fix range handling for sed -i. Closes 4069 by Denys Vlasenko · 13 years ago
  67. dc29f48 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  68. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  69. b12cc7b Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  70. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  71. 6d9e2a3 more and less const char fmt fixes by Tanguy Pruvot · 13 years ago
  72. 4aadeff cleanup by Tanguy Pruvot · 13 years ago
  73. 8340c01 Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  74. 066f399 vi: tweak regex.h include by Denys Vlasenko · 13 years ago
  75. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  76. b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 13 years ago
  77. 416e978 diff: disable debug code; remove unsupported --dry-run from help text by Denys Vlasenko · 13 years ago
  78. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  79. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 13 years ago
  80. 9a296fb vi.c: remove warning: variable 'sp' set but not used by Cristian Ionescu-Idbohrn · 13 years ago
  81. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 13 years ago
  82. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 13 years ago
  83. d3e4be3 sed: shrink by 17 bytes by Pascal Bellard · 13 years ago
  84. 6a0abcc sed: support \r in s command by Denys Vlasenko · 13 years ago
  85. 52d8370 sed: code shrink by Denys Vlasenko · 13 years ago
  86. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 13 years ago
  87. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 13 years ago
  88. 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 13 years ago
  89. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 13 years ago
  90. b7c9fb2 whitespace fixes by Denys Vlasenko · 13 years ago
  91. f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 13 years ago
  92. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 13 years ago
  93. 8027a20 patch: fix "patch at the beginning" testcase failure by Rob Landley · 14 years ago
  94. 7c6ed78 patch: remove out-of-file build machinery by Denys Vlasenko · 14 years ago
  95. ac10b30 cmp: with -s, do not report open errors by Denys Vlasenko · 14 years ago
  96. 400ff22 patch: simplify double list helpers by Denys Vlasenko · 14 years ago
  97. b82ae98 patch: busyboxify by migrating from toybox to busybox helpers by Denys Vlasenko · 14 years ago
  98. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  99. d8205b3 awk: reduce ifdef forest by Rob Landley · 14 years ago
  100. 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago