2010-10-15 |
Pieter Noordhuis | Don't reset the client when processCommand returns... |
tree | commitdiff |
2010-10-15 |
Pieter Noordhuis | Refactor request parsing code for efficiency |
tree | commitdiff |
2010-10-13 |
Pieter Noordhuis | Return OK on QUIT |
tree | commitdiff |
2010-10-13 |
Pieter Noordhuis | Allow to specify which specific test files to run |
tree | commitdiff |
2010-10-11 |
antirez | free memory if the maxmemory parameter is reduced via... |
tree | commitdiff |
2010-10-11 |
antirez | maxmemory fixed, we now try to release memory just... |
tree | commitdiff |
2010-10-07 |
antirez | fixed an alignment problem with time_t is 32 bit, long... |
tree | commitdiff |
2010-10-07 |
antirez | minor typo fixed, reported by Thomas Bassetto |
tree | commitdiff |
2010-09-23 |
antirez | Merge remote branch 'pietern/ziplist-fix' |
tree | commitdiff |
2010-09-23 |
Pieter Noordhuis | Add regression test and fix for >255 byte string entries |
tree | commitdiff |
2010-09-23 |
antirez | more tests for sds.c |
tree | commitdiff |
2010-09-23 |
antirez | minimal C test framework + a first example sds.c tests |
tree | commitdiff |
2010-09-22 |
Pieter Noordhuis | Update rdb.c to properly work with new memory strategy... |
tree | commitdiff |
2010-09-22 |
antirez | two leaks fixed |
tree | commitdiff |
2010-09-22 |
antirez | error generation format reverted to the new style after... |
tree | commitdiff |
2010-09-22 |
antirez | Merge remote branch 'pietern/zset-mem' |
tree | commitdiff |
2010-09-22 |
antirez | preventive conflict resolution to merge pietern/zset-mem |
tree | commitdiff |
2010-09-22 |
antirez | Merge remote branch 'pietern/ziplist-eff' |
tree | commitdiff |
2010-09-17 |
antirez | new parsing code bugfixing |
tree | commitdiff |
2010-09-17 |
antirez | try to parse the request in a smarter way to gain speed... |
tree | commitdiff |
2010-09-16 |
antirez | Added used CPU statistics in INFO output, obtained... |
tree | commitdiff |
2010-09-16 |
antirez | modified a bit addReply() to play better with copy... |
tree | commitdiff |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
tree | commitdiff |
2010-09-16 |
Pieter Noordhuis | Static buffer in client struct has a constant size |
tree | commitdiff |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
tree | commitdiff |
2010-09-15 |
antirez | This should fix Issue 332: when there is a background... |
tree | commitdiff |
2010-09-14 |
antirez | fixed typo in the latest commit |
tree | commitdiff |
2010-09-14 |
antirez | Advertise the existence of redis-check dump --fix when... |
tree | commitdiff |
2010-09-13 |
Pedro Melo | Fixed missed use of INSTALL_TOP |
tree | commitdiff |
2010-09-13 |
Pedro Melo | Make sure INSTALL_TOP exists before we install to it |
tree | commitdiff |
2010-09-13 |
Pedro Melo | Rename INSTALL_TOP to PREFIX; update documentation |
tree | commitdiff |
2010-09-09 |
antirez | redis-cli does no longer try to auto detect if it is... |
tree | commitdiff |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabl... |
tree | commitdiff |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported... |
tree | commitdiff |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was... |
tree | commitdiff |
2010-09-07 |
Pieter Noordhuis | Fix bug where the client is not present in server.clien... |
tree | commitdiff |
2010-09-06 |
Pieter Noordhuis | Allow a random seed argument for the ziplist test binary |
tree | commitdiff |
2010-09-06 |
Pieter Noordhuis | Fix updating the prevlen field of consecutive entries |
tree | commitdiff |
2010-09-06 |
antirez | Fix for solaris compilation bug Issue 325 |
tree | commitdiff |
2010-09-03 |
Pieter Noordhuis | Merge branch 'master' into networking-perf |
tree | commitdiff |
2010-09-03 |
antirez | added some comment and changed coding style for fix... |
tree | commitdiff |
2010-09-03 |
Anko painting | fix for issue 237 |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Fix bug in gluing a deferred multi bulk length to the... |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Use specialized function to add status and error replies |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Add sds function that can be called with va_list |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Changed reply buildup internals |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Removed unneeded function |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Use existing reply functions where possible |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Free the sds in addReplySds when it cannot be added... |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Intialize bufpos in the fake client |
tree | commitdiff |
2010-09-02 |
Pieter Noordhuis | Use specialized function to add multi bulk reply length |
tree | commitdiff |
2010-09-02 |
antirez | memory fragmentation reporting in INFO also added for... |
tree | commitdiff |
2010-09-02 |
antirez | memory fragmentation ratio in INFO output |
tree | commitdiff |
2010-09-01 |
antirez | fixed a few harmless warnings complining on Linux |
tree | commitdiff |
2010-08-31 |
antirez | Version is now 2.1.4 -- AKA 2.2-alpha1 |
tree | commitdiff |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300' |
tree | commitdiff |
2010-08-31 |
Pieter Noordhuis | Fix compilation errors and add warning for 32-bit platforms |
tree | commitdiff |
2010-08-31 |
antirez | resolved conflict merging pietern/bpop-timeout |
tree | commitdiff |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300' |
tree | commitdiff |
2010-08-31 |
Pieter Noordhuis | Fix issue 300 by upgrading variable types to 64-bit |
tree | commitdiff |
2010-08-30 |
Pieter Noordhuis | Don't build a reply when replaying the AOF |
tree | commitdiff |
2010-08-30 |
Pieter Noordhuis | Wrapper for adding unknown multi bulk length to reply... |
tree | commitdiff |
2010-08-30 |
Pieter Noordhuis | Refactor reply buildup for speed on large multi bulk... |
tree | commitdiff |
2010-08-30 |
antirez | BLPOP inside MULTI/EXEC block no longer crashes, instea... |
tree | commitdiff |
2010-08-30 |
antirez | Now redis-cli replies to help showing some basic usage... |
tree | commitdiff |
2010-08-30 |
antirez | It is now possible to use authentication and DB selecti... |
tree | commitdiff |
2010-08-30 |
antirez | Fixed MONITOR mode and Issue 296 |
tree | commitdiff |
2010-08-30 |
antirez | Makefile deps updated |
tree | commitdiff |
2010-08-30 |
Pieter Noordhuis | Show the current throughput while benchmarking |
tree | commitdiff |
2010-08-30 |
Pieter Noordhuis | Refactor reply parsing code in redis-benchmark for... |
tree | commitdiff |
2010-08-30 |
antirez | Fix for a race in BGSAVE that may result in some data... |
tree | commitdiff |
2010-08-27 |
antirez | fix for the prev fix |
tree | commitdiff |
2010-08-27 |
antirez | Fix for bug 312, yet to verify in a couple of minutes... |
tree | commitdiff |
2010-08-27 |
antirez | Fixed another instace of the Issue 173 |
tree | commitdiff |
2010-08-27 |
antirez | Fixed segfault in freeMemoryIfNeeded due to the fact... |
tree | commitdiff |
2010-08-26 |
antirez | intset loading bug fixed |
tree | commitdiff |
2010-08-26 |
antirez | test for intset integer encodability test and some... |
tree | commitdiff |
2010-08-26 |
antirez | translated a few long logn into int64_t for correctness... |
tree | commitdiff |
2010-08-26 |
antirez | Version is now 2.1.3 |
tree | commitdiff |
2010-08-26 |
antirez | Merge remote branch 'pietern/redis-cli-fix' |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Verify that the blocking pop timeout value is a non... |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Fix parenthesis error on decrementing *argc |
tree | commitdiff |
2010-08-26 |
antirez | fixed a memory leak in the new Set code |
tree | commitdiff |
2010-08-26 |
antirez | computeObjectSwappability is now able to compute swappa... |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Fix type that was not renamed and compiler warning |
tree | commitdiff |
2010-08-26 |
antirez | removed a duplicated ERRNO checking that is useless... |
tree | commitdiff |
2010-08-26 |
antirez | Merge remote branch 'pietern/intset-split' |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Make the function intsetUpgrade self-contained |
tree | commitdiff |
2010-08-26 |
Pieter Noordhuis | Expand macro's to functions for readability |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Use fstat to detect if stdin was redirected |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Add a newline to tty output after every reply |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Re-introduce the interactive field so we can reconnect... |
tree | commitdiff |
2010-08-25 |
Pieter Noordhuis | Merge master and move argument splitting patch to sds.c |
tree | commitdiff |
2010-08-24 |
antirez | redis-cli now supports automatically reconnection in... |
tree | commitdiff |
2010-08-24 |
antirez | Issue 179 fixed, now redis-cli is able to parse correct... |
tree | commitdiff |
2010-08-24 |
antirez | The pid file is now created only after the server is... |
tree | commitdiff |
2010-08-24 |
antirez | slave now detect lost connection during SYNC, fixing... |
tree | commitdiff |
2010-08-24 |
antirez | slave with attached slaves now close the conection... |
tree | commitdiff |
2010-08-24 |
antirez | BLPOPping clients are no longer subject to connection... |
tree | commitdiff |
2010-08-24 |
antirez | sanity check for the bulk argument in protocol parsing... |
tree | commitdiff |
next |