2010-10-13 |
Pieter Noordhuis | Merge master with resolved conflict in src/redis-cli.c |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | sockaddr_un.sun_path appears to never hold anything... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Use different accept handlers for TCP and unix socket... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Remove disabling TCP with port -1 |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Rename variable sockpath to unixsocket |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Move creating socket/bind+listen on socket to separate... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
antirez | free memory if the maxmemory parameter is reduced via... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
antirez | maxmemory fixed, we now try to release memory just... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
antirez | fixed an alignment problem with time_t is 32 bit, long... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
antirez | minor typo fixed, reported by Thomas Bassetto |
commit | commitdiff | tree | snapshot |
2010-09-24 |
antirez | intset stress testing added, ziplist stress testing... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
antirez | explicit regression test for a ziplist bug added |
commit | commitdiff | tree | snapshot |
2010-09-24 |
antirez | ziplist implementation fuzzy tests |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | Merge remote branch 'pietern/ziplist-fix' |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Pieter Noordhuis | Add regression test and fix for >255 byte string entries |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | Contributing file added |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | more tests for sds.c |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | minimal C test framework + a first example sds.c tests |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Pieter Noordhuis | Update rdb.c to properly work with new memory strategy... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | two leaks fixed |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | error generation format reverted to the new style after... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | Merge remote branch 'pietern/zset-mem' |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | preventive conflict resolution to merge pietern/zset-mem |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | Merge remote branch 'pietern/ziplist-eff' |
commit | commitdiff | tree | snapshot |
2010-09-17 |
antirez | new parsing code bugfixing |
commit | commitdiff | tree | snapshot |
2010-09-17 |
antirez | try to parse the request in a smarter way to gain speed... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | Added used CPU statistics in INFO output, obtained... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | modified a bit addReply() to play better with copy... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Pieter Noordhuis | Static buffer in client struct has a constant size |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
commit | commitdiff | tree | snapshot |
2010-09-15 |
antirez | This should fix Issue 332: when there is a background... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
antirez | fixed typo in the latest commit |
commit | commitdiff | tree | snapshot |
2010-09-14 |
antirez | Advertise the existence of redis-check dump --fix when... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pedro Melo | Fixed missed use of INSTALL_TOP |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pedro Melo | Make sure INSTALL_TOP exists before we install to it |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pedro Melo | Rename INSTALL_TOP to PREFIX; update documentation |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pieter Noordhuis | Fix another test that sometimes returned the swapped... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
antirez | redis-cli does no longer try to auto detect if it is... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
antirez | Fix for the init script provided with Redis, thanks... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabl... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Pieter Noordhuis | Fix test that sometimes returned the swapped object... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Pieter Noordhuis | Fix bug where the client is not present in server.clien... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Pieter Noordhuis | Allow a random seed argument for the ziplist test binary |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Pieter Noordhuis | Fix updating the prevlen field of consecutive entries |
commit | commitdiff | tree | snapshot |
2010-09-06 |
antirez | Fix for solaris compilation bug Issue 325 |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Pieter Noordhuis | Merge branch 'master' into networking-perf |
commit | commitdiff | tree | snapshot |
2010-09-03 |
antirez | added some comment and changed coding style for fix... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anko painting | fix for issue 237 |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Fix bug in gluing a deferred multi bulk length to the... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Use specialized function to add status and error replies |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Add sds function that can be called with va_list |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Changed reply buildup internals |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Removed unneeded function |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Use existing reply functions where possible |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Free the sds in addReplySds when it cannot be added... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Intialize bufpos in the fake client |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Pieter Noordhuis | Use specialized function to add multi bulk reply length |
commit | commitdiff | tree | snapshot |
2010-09-02 |
antirez | memory fragmentation reporting in INFO also added for... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
antirez | memory fragmentation ratio in INFO output |
commit | commitdiff | tree | snapshot |
2010-09-01 |
antirez | fixed a few harmless warnings complining on Linux |
commit | commitdiff | tree | snapshot |
2010-08-31 |
antirez | Version is now 2.1.4 -- AKA 2.2-alpha1 |
commit | commitdiff | tree | snapshot |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300' |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Pieter Noordhuis | Fix compilation errors and add warning for 32-bit platforms |
commit | commitdiff | tree | snapshot |
2010-08-31 |
antirez | We finally have an half decent README! (Issue 277) |
commit | commitdiff | tree | snapshot |
2010-08-31 |
antirez | resolved conflict merging pietern/bpop-timeout |
commit | commitdiff | tree | snapshot |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300' |
commit | commitdiff | tree | snapshot |
2010-08-31 |
antirez | faster server starting in Redis tests |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Pieter Noordhuis | Fix issue 300 by upgrading variable types to 64-bit |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Pieter Noordhuis | Fix set tests to make sets have a deterministic encoding |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Pieter Noordhuis | Don't build a reply when replaying the AOF |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Pieter Noordhuis | Wrapper for adding unknown multi bulk length to reply... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Pieter Noordhuis | Refactor reply buildup for speed on large multi bulk... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
antirez | BLPOP inside MULTI/EXEC block no longer crashes, instea... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
antirez | Now redis-cli replies to help showing some basic usage... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
antirez | It is now possible to use authentication and DB selecti... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
antirez | Fixed MONITOR mode and Issue 296 |
commit | commitdiff | tree | snapshot |
2010-08-30 |
antirez | Makefile deps updated |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Pieter Noordhuis | Show the current throughput while benchmarking |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Pieter Noordhuis | Refactor reply parsing code in redis-benchmark for... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
antirez | Fix for a race in BGSAVE that may result in some data... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
antirez | fix for the prev fix |
commit | commitdiff | tree | snapshot |
2010-08-27 |
antirez | Fix for bug 312, yet to verify in a couple of minutes... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
antirez | Fixed another instace of the Issue 173 |
commit | commitdiff | tree | snapshot |
2010-08-27 |
antirez | Fixed segfault in freeMemoryIfNeeded due to the fact... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | intset loading bug fixed |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | test for intset integer encodability test and some... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | translated a few long logn into int64_t for correctness... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | redis-cli tests commented out since there is a problem... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | SORT stress testing against bigger aggregate values |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | Version is now 2.1.3 |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | Merge remote branch 'pietern/redis-cli-fix' |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Pieter Noordhuis | Verify that the blocking pop timeout value is a non... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | forgot the traceleaks var in tests set to 1, reverted... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Pieter Noordhuis | Fix parenthesis error on decrementing *argc |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | fixed a memory leak in the new Set code |
commit | commitdiff | tree | snapshot |
2010-08-26 |
antirez | computeObjectSwappability is now able to compute swappa... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Pieter Noordhuis | Fix type that was not renamed and compiler warning |
commit | commitdiff | tree | snapshot |
next |