1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. c1b7d1d Apply post-1.20.0 patches, bump version to 1.20.1 by Denys Vlasenko · 12 years ago
  4. 6fef6a3 fix most sign and variable initialization warnings by Tanguy Pruvot · 12 years ago
  5. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  6. 985c411 busybox v1.19.2 update by Tanguy Pruvot · 13 years ago
  7. 7c3e4aa Merge branch 'busybox' into gingerbread by Tanguy Pruvot · 13 years ago
  8. a669eca libbb/lineedit: implement optional Ctrl-R history search by Denys Vlasenko · 13 years ago
  9. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  10. 232ebaa lineedit: fix rare SEGV; mark a few FIXMEs by Alexey Fomenko · 13 years ago
  11. e3d8d07 small fix for HISTFILESIZE by Denys Vlasenko · 13 years ago
  12. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 13 years ago
  13. 353680a lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=y by Denys Vlasenko · 13 years ago
  14. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 13 years ago
  15. f376303 lineedit: fix tab-completion of filenames with spaces by Mike Shal · 14 years ago
  16. 2e9aeae lineedit: create history files with mode 0600 by Wolfram Sang · 14 years ago
  17. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  18. d55f599 lineedit: do not hang on error, but return error indicator. by Denys Vlasenko · 14 years ago
  19. 3926363 lineedit: on tab completion, show filenames obly in all cases (bash compat) by Denys Vlasenko · 14 years ago
  20. 76939e7 lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes by Denys Vlasenko · 14 years ago
  21. ba0e103 lineedit: de-indent large block in input_tab. No logic changes. by Denys Vlasenko · 14 years ago
  22. a46e16e lineedit: rename tmp -> chosen_match; small code shrink by Denys Vlasenko · 14 years ago
  23. 9b56bf5 lineedit: stop using permanent int_buf[] (16k!): allocate it by Denys Vlasenko · 14 years ago
  24. 81254ed lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs by Denys Vlasenko · 14 years ago
  25. 3c460b0 lineedit: return prefix len from tab completion helpers by Denys Vlasenko · 14 years ago
  26. 2679e3c lineedit: clean up tab completion code (variable reuse, comments) by Denys Vlasenko · 14 years ago
  27. 57ea9b4 preparatory cleanup patch for tab completion fixes by Denys Vlasenko · 14 years ago
  28. 7063e86 lineedit: small readability improvement (same code) by Denys Vlasenko · 14 years ago
  29. 61a36af lineedit: fix completion with Unicode chars by Denys Vlasenko · 14 years ago
  30. b068bd7 lineedit: preparatory cleanup patch for Unicode completion fix by Denys Vlasenko · 14 years ago
  31. 451add4 lineedit: mostly revert recent wrong logic in "ask terminal" code by Denys Vlasenko · 14 years ago
  32. 55241fa lineedit: limit ASK_TERMINAL to the case when we can't find out the width by Denys Vlasenko · 14 years ago
  33. b9e35dc lineedit: cosmetics, no code changes by Denys Vlasenko · 14 years ago
  34. 11bcf4b lineedit: fix column display for wide and combining chars in TAB completion by Tomas Heinrich · 14 years ago
  35. bbf1aa1 typo fix by Denys Vlasenko · 14 years ago
  36. 1118d9b lineedit: fix insertion deep inside line (*several lines* before end) by Denys Vlasenko · 14 years ago
  37. 9963fe3 lineedit: trivial simplifications. -7 bytes by Denys Vlasenko · 14 years ago
  38. 248c324 lineedit: fix moving backwards across lines with wide chars by Denys Vlasenko · 14 years ago
  39. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 14 years ago
  40. 26e2c1d stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing by Denys Vlasenko · 14 years ago
  41. b8909c5 lineedit: partially fix wide and combining chars editing by Tomas Heinrich · 14 years ago
  42. 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 14 years ago
  43. a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 14 years ago
  44. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 14 years ago
  45. aa16755 unicode: optional table for better handling of neutral bidi chars by Tomas Heinrich · 14 years ago
  46. c5c006c lineedit: first shot at optional unicode bidi input support by Tomas Heinrich · 14 years ago
  47. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 14 years ago
  48. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 14 years ago
  49. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 14 years ago
  50. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 14 years ago
  51. 31e2e7b randomconfig fixes by Denys Vlasenko · 14 years ago
  52. 13ad906 ash: fix bad interaction of "stty -echo" + ASK_TERMINAL by Denys Vlasenko · 15 years ago
  53. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  54. 1f6d230 lineedit: REALLY fix compile error now by Denys Vlasenko · 15 years ago
  55. 4dc0826 lineedit: compile fix by Denys Vlasenko · 15 years ago
  56. d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
  57. eb62d7c libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly by Denys Vlasenko · 15 years ago
  58. 727e1b5 read_key,lineeedit: parse position answerback faster; sanitize its use by Denys Vlasenko · 15 years ago
  59. a17eeb8 lineedit: handle Ctrl-arrows by Denys Vlasenko · 15 years ago
  60. 04bb6b6 lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields. by Denys Vlasenko · 15 years ago
  61. 2f3f09c libbb/lineedit: restore ^D handling for unicode by Denys Vlasenko · 15 years ago
  62. db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
  63. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  64. 9531f7d another small lineedit fix by Denys Vlasenko · 15 years ago
  65. 5c2e81b fix a thinko in lineedit completion code by Denys Vlasenko · 15 years ago
  66. 53fd1bf lineedit: code shrink by Denys Vlasenko · 15 years ago
  67. 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
  68. 7dd0ce4 randomconfig fixes by Denys Vlasenko · 15 years ago
  69. 044b180 lineedit+unicode: make TAB completion work again by Denys Vlasenko · 15 years ago
  70. 1302892 vi: small code shrink by Denys Vlasenko · 15 years ago
  71. 42a8fd0 added simplified Unicode support for non-locale-enabled builds by Denys Vlasenko · 15 years ago
  72. 2e6d4ef lineedit: implement Unicode-aware line editing (optional) by Denys Vlasenko · 15 years ago
  73. f524b6c lineedit: fix warning about unused label when VI editing is disabled by Mike Frysinger · 15 years ago
  74. 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 15 years ago
  75. c396fe6 lineedit: small fixes by Denys Vlasenko · 15 years ago
  76. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 15 years ago
  77. c15f40c lineedit: use read_key to recognize ESC sequence. by Denys Vlasenko · 15 years ago
  78. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  79. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 15 years ago
  80. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 15 years ago
  81. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  82. 3c385cd lineedit: fix bug 5824: Since version 23530 with lineedit.c, by Denis Vlasenko · 16 years ago
  83. 682ad30 lineedit: fix problems with empty commands in history by Denis Vlasenko · 16 years ago
  84. f31c3b6 linedit: fix use-after-free by Denis Vlasenko · 16 years ago
  85. 41660c5 another overlapping_strcpy by Denis Vlasenko · 16 years ago
  86. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  87. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  88. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  89. 78ff819 lineedit: document prompt handling by Denis Vlasenko · 16 years ago
  90. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  91. b267ed9 lineedit: correctly handle prompt longer than screen width. closes bug 3414 by Denis Vlasenko · 16 years ago
  92. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 16 years ago
  93. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  94. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 16 years ago
  95. 2c84495 lineedit: hack for making it sort-of-work even if term width is wrong by Denis Vlasenko · 16 years ago
  96. b520271 lineedit: filename completion on symlinks-to-dirs should add / too by Denis Vlasenko · 16 years ago
  97. 5d89fba *: remove remaining instances of ".data" hack by Denis Vlasenko · 16 years ago
  98. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  99. 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 16 years ago
  100. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago