1. ddc7694 Actually wait on the provided fd in __read by George Kulakowski · 8 years ago main master
  2. 2bafc93 Update to match mxio changes. by Viet-Trung Luu · 8 years ago
  3. 6e522c3 Fix build: linenoise needs to specify/propagate its include dir. by Viet-Trung Luu · 8 years ago
  4. 679f06c Port linenoise to Fuchsia by Arman Uguray · 8 years ago
  5. c894b9e Fix insecure history file creation. by antirez · 8 years ago upstream/master
  6. 2eb4956 Clear hints after newline. by antirez · 8 years ago
  7. a64257a Hints: when only bold is set, use color 37 (white). by antirez · 8 years ago
  8. 24c52ba Linenoise API documented. by antirez · 8 years ago
  9. 24e401c Use sane defaults for hints color and bold. by antirez · 8 years ago
  10. ae5f793 linenoiseFree() API introduced. by antirez · 8 years ago
  11. 12a8680 Hints WIP by antirez · 8 years ago
  12. d97e766 Copyright info updated. by antirez · 8 years ago
  13. 94d9ddb 4096 bytes line limit removed when STDIN is not a tty. by antirez · 8 years ago
  14. 027dbce Reported to work with Emacs comint mode. by antirez · 9 years ago
  15. 80fd056 Version 1.0 by antirez · 9 years ago 1.0
  16. cf1bdf5 License file added. by antirez · 10 years ago
  17. c1c5a02 Move to end before return when in multi-line mode. by antirez · 10 years ago upstream/ansisys
  18. 01e723a Replace ESC 999D with CR. by antirez · 10 years ago
  19. c84d0a0 Don't emit ESC [ n C with n=0. by antirez · 10 years ago
  20. 471e754 Better specify the set of escapes used. by antirez · 10 years ago
  21. 0a745fc Avoid CHA sequence for ANSI.SYS compatibility. by antirez · 10 years ago
  22. 828b9da Remove trailing spaces from source code. by antirez · 10 years ago
  23. e0f15a6 Multi line editing is no longer experimental. by antirez · 10 years ago
  24. 0ca0326 Fixed yet another 1000 lines claim. by antirez · 10 years ago
  25. 542ad7e Linenoise is now ~ 1100 lines of code ;-) by antirez · 10 years ago
  26. c86280e linenoiseHistoryAdd() reworked + duplicated lines prevented. by antirez · 10 years ago
  27. 2a92a4d Check read() return value in getCursorPosition(). by antirez · 10 years ago
  28. ca20f8c Support for Home / End keys. by antirez · 10 years ago
  29. 8447b2b Fix right arrow handling. by antirez · 10 years ago
  30. 9e1c231 If ioctl() fails get num of columns querying the terminal. by antirez · 10 years ago
  31. fb015da linenoiseEdit() escapes processing refactor. by antirez · 10 years ago
  32. 4115b61 Compare human readable key codes with chars literals. by antirez · 10 years ago
  33. 3e521d4 linenoisePrintKeyCodes(): show character if printable. by antirez · 10 years ago
  34. f698ec4 Rename Scan codes -> Key codes. by antirez · 10 years ago
  35. cb0d040 Fix Del key processing + minor cleanup. by antirez · 10 years ago
  36. bbcf9bf Scan codes debugging functionality. by antirez · 10 years ago
  37. a05ab23 Use the two-reads fix for the additional escapes as well. by antirez · 10 years ago
  38. d5ec9cb Arrow scancodes replaced with enums in linenoiseEdit(). by antirez · 10 years ago
  39. e153bd8 Fix escape sequence processing when only one byte available by Nick Gasson · 10 years ago
  40. 8d45668 Merge branch 'master' of github.com:/antirez/linenoise by antirez · 10 years ago
  41. fb23859 Add extern "C" around linenoise.h when compiled as C++ by Nick Gasson · 10 years ago
  42. 3cc30b1 Merge pull request #48 from nickg/emacs by Salvatore Sanfilippo · 10 years ago
  43. 94cbdd6 Merge pull request #49 from polch/master_fixes by Salvatore Sanfilippo · 10 years ago
  44. ff91a64 Merge pull request #51 from MartinNowak/const by Salvatore Sanfilippo · 10 years ago
  45. 01cd117 Don't assume STDIN_FD and STDOUT_FD are interchangeable. by antirez · 10 years ago
  46. 49635f1 Add the key enumeration by Shengwen1997 · 10 years ago
  47. 8ea25f8 Debugging code cleanup. by antirez · 10 years ago
  48. f3a4e06 Merge branch 'master' of git://github.com/antirez/linenoise by antirez · 10 years ago
  49. cbf172f Handle malloc error in linenoiseAddCompletion(). by antirez · 10 years ago
  50. aed9d1a Refresh line with single write to avoid flickering. by antirez · 10 years ago
  51. 2022fb1 Merge pull request #53 from insop/master by Salvatore Sanfilippo · 10 years ago
  52. 5f5cc2e fix incorrect type caused issue on 64bit powerpc by Insop Song · 10 years ago
  53. 9031c80 use const char * when modification isn't necessary by Martin Nowak · 10 years ago
  54. 3258af5 fix linenoiseEdit buflen decreasing. by Paul Chavent · 10 years ago
  55. 4642c1a Add "emacs" to unsupported_term by Nick Gasson · 10 years ago
  56. 27a3b4d Merge pull request #31 from fperrad/buildroot by Salvatore Sanfilippo · 11 years ago
  57. 59a4fc9 Example app improved. by antirez · 11 years ago
  58. 64e109e linenoiseHistorySetMaxLen() was broken and never tested. Fixed. by antirez · 11 years ago
  59. 5654f54 Merge branch 'master' of git://github.com/antirez/linenoise by antirez · 11 years ago
  60. 892ec0f Completion fixed (broken during refactoring). by antirez · 11 years ago
  61. dac4299 Merge pull request #30 from shvechikov/patch-1 by Salvatore Sanfilippo · 11 years ago
  62. 4cc1ac4 Merge branch 'master' of git://github.com/antirez/linenoise by antirez · 11 years ago
  63. 09ddc70 Fix to multi-line mode when deleting cross-line with cursor at EOL. by antirez · 11 years ago
  64. d6373b3 Merge pull request #37 from spullara/patch-1 by Salvatore Sanfilippo · 11 years ago
  65. d7f2c5c Reducing the lines of code from 1 million to 1 thousand by Sam Pullara · 11 years ago
  66. 752175d Linenoise is now ~1000 lines of code, not 400. by antirez · 11 years ago
  67. 40a361d README updated. by antirez · 11 years ago
  68. 04eb854 Better option parsing for the example program. by antirez · 11 years ago
  69. 16d398e Experimental multi-line editing capabilities. by antirez · 11 years ago
  70. 381bdee Update year in copyright notice. by antirez · 11 years ago
  71. 0f3b813 Escapes dispatching better documented. by antirez · 11 years ago
  72. 2144786 Ctrl-w refactored into linenoiseEditDeletePrevWord(). by antirez · 11 years ago
  73. 57b3f76 Clarified with ctrl-t does in comments. by antirez · 11 years ago
  74. 4d166e4 Backspace functionality refactored into linenoiseEditBackspace() function. by antirez · 11 years ago
  75. 9e15fd4 Delete and ctrl-d refactored into linenoiseEditDelete() by antirez · 11 years ago
  76. 62a30ca Off-by-one overflow fixed. Was a silent bug before refactoring. by antirez · 11 years ago
  77. 07fb96d Refactoring WIP #1: split in functions. by antirez · 11 years ago
  78. 44a5f2a More stuff on .gitignore by antirez · 11 years ago
  79. 9334052 Refactoring: code split into sections. Chars insertion as a function. by antirez · 11 years ago
  80. b7a76cd linenosePrompt() -> linenoiseEdit(). by antirez · 11 years ago
  81. bb19223 README updated (we know have completion). by antirez · 11 years ago
  82. 96fd7d4 All functions commented. by antirez · 11 years ago
  83. 5e5b0cf Refactoring: editing state is now a structure. by antirez · 11 years ago
  84. fac5a1c fix getColumns() for Buildroot by Francois Perrad · 12 years ago
  85. 8c9b481 Merge pull request #18 from gsserge/master by Salvatore Sanfilippo · 12 years ago
  86. 7c0ec84 Typo: readl -> real by Leonid Shvechikov · 12 years ago
  87. 98ca039 Add ctrl-w: delete previous word by Sergey Glushchenko · 13 years ago
  88. 02d7935 switched to two-clause simplified BSD license by antirez · 13 years ago
  89. 6cdc775 Support for ctrl-d deleting the char at right of the cursor added by antirez · 13 years ago
  90. 03e8e4d suppress a warning on Linux adding some truly stupid code by antirez · 13 years ago
  91. 7f66909 Ctrl-l support to clear the screen. New sequences added documented. by antirez · 14 years ago
  92. 3221766 gitignore added by antirez · 14 years ago
  93. f4508ef Pieter Noordhuis copyright notice added, since this was a major contribution. README updated. by antirez · 14 years ago
  94. 778de19 Show original buffer when completion is aborted by Pieter Noordhuis · 14 years ago
  95. 493a550 Minimal framework for autocompletion by Pieter Noordhuis · 14 years ago
  96. 7534b88 support for delete key, thanks to jgriffiths (on github) by antirez · 14 years ago
  97. ce84546 Support API to save/load history on file by antirez · 14 years ago
  98. 28884b5 Fixed another mem leak by antirez · 14 years ago
  99. 42ba034 enabled debugging symbols in Make, used NULL instead of 0 introduced for a typo by antirez · 14 years ago
  100. 6a0775f Fixed one memleak, investigating the next one by antirez · 14 years ago