Commit Graph

17 Commits

Author SHA1 Message Date
9d524114ed Update linenoise to fix insecure redis-cli history file creation.
The problem was fixed in antirez/linenoise repository applying a patch
contributed by @lamby. Here the new version is updated in the Redis
source tree.

Close #1418
Close #3322
2016-07-29 11:28:16 +02:00
d1ddf7e958 redis-cli hints. 2016-04-13 12:34:14 +02:00
d6e2cc71c6 Linenoise updated again (hints support). 2016-04-12 23:40:52 +02:00
8a98b8d0c9 Linenoise updated.
As a side effect, cat commands.txt | redis-cli now is able to handle
lines more than 4096 bytes.
2016-04-06 13:38:32 +02:00
e4b0c8ec50 Linenoise README updated to match source code. 2014-10-06 09:49:44 +02:00
6e0a280cb5 Update linenoise accessory files
The core linenoise code was being backported, but not
the README or example.  It's less confusing for users
if everything matches across directories.

Fix inspired by @thrig

Closes #1872
2014-09-29 06:49:05 -04:00
35a8302b7c Linenoise lib updated. 2014-09-22 14:55:54 +02:00
429aff4ef4 Linenoise updated, multiline mode enabled in redis-cli. 2014-03-13 15:11:08 +01:00
c5cca554d9 Ctrl+w support in linenoise. 2012-10-26 16:06:25 +02:00
0a08d2b0e5 Clean up Makefiles
Remove unused variables. Instead of overriding non-standard variables
such as ARCH and PROF, use standard variables CFLAGS and LDFLAGS to
override Makefile settings. Move dependencies generated by `make dep` to
a separate file.
2012-04-11 11:24:17 +02:00
802fd01b7c linenoise updated 2011-02-22 17:46:11 +01:00
5ce3a24dba Linenoise updated to latest version 2010-12-10 19:22:13 +01:00
bbac56c2f8 added support for ctrl-l and clear command into redis-cli. To clear the screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature. 2010-12-01 11:18:59 +01:00
c54afb6d0d Minor update to linenoise 2010-11-29 20:53:57 +01:00
ff4058183b Update linenoise 2010-11-29 19:27:06 +01:00
be98a33b51 fixed compilation with 32bit target 2010-11-08 12:53:36 +01:00
e902b579b4 Import linenoise as dependency for redis-cli 2010-11-03 17:15:23 +01:00