2012-04-27 |
antirez | Re-introduce -g -rdynamic -ggdb when linking, fixing...
|
commit | commitdiff | tree |
2012-04-27 |
antirez | Produce the stack trace in an async safe way.
|
commit | commitdiff | tree |
2012-04-27 |
antirez | Don't use an alternative stack for SIGSEGV & co.
|
commit | commitdiff | tree |
2012-04-27 |
antirez | Redis test: More reliable BRPOPLPUSH replication test.
|
commit | commitdiff | tree |
2012-04-27 |
antirez | Redis test: scripting EVALSHA replication test more...
|
commit | commitdiff | tree |
2012-04-24 |
antirez | Explicitly use bash for install_server.sh. Fixes issue...
|
commit | commitdiff | tree |
2012-04-24 |
antirez | redis-check-dump now is RDB version 6 ready.
|
commit | commitdiff | tree |
2012-04-24 |
antirez | Spurious debugging printf removed.
|
commit | commitdiff | tree |
2012-04-24 |
antirez | Added two new encodings to ziplist.c
|
commit | commitdiff | tree |
2012-04-24 |
antirez | rdbLoad() should check REDIS_RDB_VERSION instead of...
|
commit | commitdiff | tree |
2012-04-24 |
antirez | ziplist.c: added comments about the new 24 bit encoding.
|
commit | commitdiff | tree |
2012-04-24 |
antirez | A few compiler warnings suppressed.
|
commit | commitdiff | tree |
2012-04-24 |
antirez | Fix and refactoring of code used to get registers on...
|
commit | commitdiff | tree |
2012-04-24 |
antirez | Ziplist encoding now tested with negative integers...
|
commit | commitdiff | tree |
2012-04-24 |
antirez | New time limit for protocol desync test set to 30 seconds...
|
commit | commitdiff | tree |
2012-04-24 |
antirez | Remove loadfile() access from the scripting engine.
|
commit | commitdiff | tree |
2012-04-21 |
antirez | Even inside #if 0 comments are comments.
|
commit | commitdiff | tree |
2012-04-21 |
antirez | Limit memory used by big SLOWLOG entries.
|
commit | commitdiff | tree |
2012-04-21 |
antirez | redis.conf AOF section comments improved.
|
commit | commitdiff | tree |
2012-04-21 |
antirez | README now makes clear that our support for solaris...
|
commit | commitdiff | tree |
2012-04-19 |
antirez | New tests related to scripts max execution time.
|
commit | commitdiff | tree |
2012-04-19 |
antirez | SHUTDOWN NOSAVE now can stop a non returning script...
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Currenly not used code in dict.c commented out.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Tests for scripting PRNG.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | cr16.c removed from 2.6 branch, was not used.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | redis-cli --bigkeys output modified to be simpler to...
|
commit | commitdiff | tree |
2012-04-18 |
antirez | redis-cli --bigkeys
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Test SDIFF with first set empty.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Test SINTER against same integer elements, but different...
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Test SINTER with non existing key.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Added an SMOVE test where src and dest key are the...
|
commit | commitdiff | tree |
2012-04-18 |
antirez | New hash fuzzing test.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Document mostly dead code in RPOPLPUSH implementation.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Explicit RPOP/LPOP tests.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Test LINSERT syntax error.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Test LINDEX out of range index.
|
commit | commitdiff | tree |
2012-04-18 |
Salvatore Sanfilippo | Merge pull request #455 from pietern/2.6-mkopts
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Marginally cleaner lookupKeyByPattern() implementation.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | More robust maxclients test.
|
commit | commitdiff | tree |
2012-04-18 |
antirez | Two small fixes to maxclients handling.
|
commit | commitdiff | tree |
2012-04-17 |
antirez | Added test for SORT corner case: pattern ending with...
|
commit | commitdiff | tree |
2012-04-17 |
antirez | lookupKeyByPattern() used by SORT GET/BY rewritten...
|
commit | commitdiff | tree |
2012-04-17 |
antirez | Less false positives in maxclients test, hopefully.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | New test for scripting engine: DECR_IF_GT.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | EVAL errors are more clear now.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Use Lua tostring() before concatenation.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Tests modified to match the new global protection implementa...
|
commit | commitdiff | tree |
2012-04-13 |
antirez | mt.declared is no longer needed.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Stop access to global vars. Not configurable.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Globals protection global() function modified for speed...
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Tests for lua globals protection.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Scripting: globals protection can now be switched on...
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Protect globals access in Lua scripting.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | A few var names fixed in Makefile.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Print arch bits with redis-server -v
|
commit | commitdiff | tree |
2012-04-13 |
antirez | memtest.c: integer overflow fixed.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Make gcov fixed.
|
commit | commitdiff | tree |
2012-04-13 |
antirez | Makefile now introduces Redis-specific CFLAGS / LDFLAGS...
|
commit | commitdiff | tree |
2012-04-11 |
antirez | Makefile.dep updated.
|
commit | commitdiff | tree |
2012-04-11 |
antirez | make dep: redirect output to Makefile.dep.
|
commit | commitdiff | tree |
2012-04-11 |
antirez | Make inline functions rioRead/Write/Tell static. This...
|
commit | commitdiff | tree |
2012-04-11 |
antirez | Macros ULONG_ONEZERO / ULONG_ZEROONE were inverted...
|
commit | commitdiff | tree |
2012-04-10 |
antirez | Minor MIGRATE implementation simplification about ttl...
|
commit | commitdiff | tree |
2012-04-10 |
antirez | Check write(2) return value to avoid warnings, because...
|
commit | commitdiff | tree |
2012-04-10 |
antirez | Version 2.5.6.
|
commit | commitdiff | tree |
2012-04-10 |
antirez | Test for maxclients.
|
commit | commitdiff | tree |
2012-04-10 |
antirez | dump/restore fixed to use the new crc64 API.
|
commit | commitdiff | tree |
2012-04-10 |
antirez | It is now possible to enable/disable RDB checksum computatio...
|
commit | commitdiff | tree |
2012-04-10 |
antirez | RDB files now embed a crc64 checksum. Version of RDB...
|
commit | commitdiff | tree |
2012-04-10 |
antirez | Fixed compilation of new rio.c changes (typos and so...
|
commit | commitdiff | tree |
2012-04-10 |
antirez | Add checksum computation to rio.c
|
commit | commitdiff | tree |
2012-04-10 |
antirez | crc64.c modified for incremental computation.
|
commit | commitdiff | tree |
2012-04-10 |
antirez | rio.c file somewhat documented so that the casual reader...
|
commit | commitdiff | tree |
2012-04-08 |
antirez | Added new test to check that "CONFIG appendonly no...
|
commit | commitdiff | tree |
2012-04-08 |
antirez | For coverage testing use exit() instead of _exit()...
|
commit | commitdiff | tree |
2012-04-07 |
antirez | Tests for MONITOR.
|
commit | commitdiff | tree |
2012-04-07 |
antirez | New client info field added to CLIENT LIST output:...
|
commit | commitdiff | tree |
2012-04-07 |
antirez | Never used function stringObjectEqualsMs() removed.
|
commit | commitdiff | tree |
2012-04-07 |
antirez | Removed dead code: function rdbSaveTime() is no longer...
|
commit | commitdiff | tree |
2012-04-07 |
antirez | Two new tests for BGREWRTIEAOF.
|
commit | commitdiff | tree |
2012-04-07 |
antirez | redis.tcl: no longer leave unread replies if an error...
|
commit | commitdiff | tree |
2012-04-06 |
antirez | New INFO field in persistence section: bgrewriteaof_scheduled.
|
commit | commitdiff | tree |
2012-04-06 |
antirez | version bumped to 2.5.5
|
commit | commitdiff | tree |
2012-04-05 |
antirez | expireGenericCommand(): better variable names and a...
|
commit | commitdiff | tree |
2012-04-05 |
antirez | On slow computers, 10 seconds are not enough for this...
|
commit | commitdiff | tree |
2012-04-04 |
antirez | Structure field controlling the INFO field master_link_down_...
|
commit | commitdiff | tree |
2012-04-04 |
antirez | New "os" field in INFO output providing information...
|
commit | commitdiff | tree |
2012-04-04 |
antirez | SLAVEOF is not a write command.
|
commit | commitdiff | tree |
2012-04-04 |
antirez | Print milliseconds of the current second in log lines...
|
commit | commitdiff | tree |
2012-04-03 |
antirez | redis-cli help.h updated. Script to generate it updated...
|
commit | commitdiff | tree |
2012-04-03 |
antirez | More MIGRATE tests.
|
commit | commitdiff | tree |
2012-04-03 |
antirez | Another fix for MIGRATE.
|
commit | commitdiff | tree |
2012-04-03 |
antirez | Two fixed for MIGRATE: fix TTL propagation and fix...
|
commit | commitdiff | tree |
2012-04-03 |
antirez | When the user-provided 'maxclients' value is too big...
|
commit | commitdiff | tree |
2012-04-03 |
antirez | redis-trib.rb removed from 2.6 branch.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | MIGRATE test modified because the implementation changed.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | MIGRATE now let the client distinguish I/O errors and...
|
commit | commitdiff | tree |
2012-04-02 |
antirez | Version bumped 2.4.5
|
commit | commitdiff | tree |
2012-04-02 |
antirez | DUMP, RESTORE, MIGRATE tests.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | New verions of DUMP, RESTORE, MIGRATE back ported from...
|
commit | commitdiff | tree |
next |