summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version is now 2.1.4 -- AKA 2.2-alpha12.2-alpha1antirez2010-08-311-1/+1
* Merge remote branch 'pietern/issue-300'antirez2010-08-311-7/+11
|\
| * Fix compilation errors and add warning for 32-bit platformsPieter Noordhuis2010-08-311-7/+11
* | We finally have an half decent README! (Issue 277)antirez2010-08-311-1/+68
* | resolved conflict merging pietern/bpop-timeoutantirez2010-08-312-1/+35
|\ \
| * | Verify that the blocking pop timeout value is a non-negative integerPieter Noordhuis2010-08-262-1/+35
* | | Merge remote branch 'pietern/issue-300'antirez2010-08-311-14/+16
|\ \ \ | | |/ | |/|
| * | Fix issue 300 by upgrading variable types to 64-bitPieter Noordhuis2010-08-311-14/+16
* | | faster server starting in Redis testsantirez2010-08-313-6/+27
* | | Fix set tests to make sets have a deterministic encodingPieter Noordhuis2010-08-311-16/+21
|/ /
* | BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty...antirez2010-08-302-0/+18
* | Now redis-cli replies to help showing some basic usage information (Issue 291)antirez2010-08-301-0/+20
* | It is now possible to use authentication and DB selection options at the same...antirez2010-08-301-0/+6
* | Fixed MONITOR mode and Issue 296antirez2010-08-302-5/+6
* | Makefile deps updatedantirez2010-08-301-5/+42
* | Fix for a race in BGSAVE that may result in some data not being saved as soon...antirez2010-08-302-1/+3
* | fix for the prev fixantirez2010-08-271-1/+1
* | Fix for bug 312, yet to verify in a couple of minutes...antirez2010-08-271-2/+13
* | Fixed another instace of the Issue 173antirez2010-08-271-1/+1
* | Fixed segfault in freeMemoryIfNeeded due to the fact that keys are now sds st...antirez2010-08-271-2/+5
* | intset loading bug fixedantirez2010-08-261-1/+1
* | test for intset integer encodability test and some small refactoringantirez2010-08-263-11/+33
* | translated a few long logn into int64_t for correctness and to avoid compilat...antirez2010-08-263-3/+3
* | redis-cli tests commented out since there is a problem with the CI server and...antirez2010-08-261-1/+1
* | SORT stress testing against bigger aggregate valuesantirez2010-08-261-2/+4
* | Version is now 2.1.3antirez2010-08-261-1/+1
* | Merge remote branch 'pietern/redis-cli-fix'antirez2010-08-261-1/+1
|\ \
| * | Fix parenthesis error on decrementing *argcPieter Noordhuis2010-08-261-1/+1
| |/
* | forgot the traceleaks var in tests set to 1, reverted to the default, 0antirez2010-08-261-1/+1
|/
* fixed a memory leak in the new Set codeantirez2010-08-262-1/+3
* computeObjectSwappability is now able to compute swappability for intset enco...antirez2010-08-261-9/+14
* Fix type that was not renamed and compiler warningPieter Noordhuis2010-08-262-2/+2
* removed a duplicated ERRNO checking that is useless at allantirez2010-08-261-1/+0
* Merge remote branch 'pietern/intset-split'antirez2010-08-2615-461/+1300
|\
| * Make the function intsetUpgrade self-containedPieter Noordhuis2010-08-261-17/+28
| * Expand macro's to functions for readabilityPieter Noordhuis2010-08-261-36/+53
| * Rename iterator to setTypeIterator for consistencyPieter Noordhuis2010-08-214-13/+13
| * Make SORT use the hybrid set accessors to allow sorting intsetsPieter Noordhuis2010-08-212-12/+17
| * SORT tests with hash table encoded set as inputPieter Noordhuis2010-08-211-0/+2
| * Make SORT tests use both ziplists and linked lists as inputPieter Noordhuis2010-08-211-6/+14
| * Move SORT tests aroundPieter Noordhuis2010-08-211-134/+123
| * Don't abort test suite when the server block has a return valuePieter Noordhuis2010-08-211-16/+22
| * Check if stroll return value was clampedPieter Noordhuis2010-08-202-0/+7
| * Merge branch 'master' into intset-splitPieter Noordhuis2010-08-2037-453/+932
| |\
| * | fix aof and digest code to work with dual set encodingPieter Noordhuis2010-07-022-21/+28
| * | merged intset code into the split filesPieter Noordhuis2010-07-0210-277/+1064
| |\ \
| | * | expand the dictionary of the target set to the right size when converting fro...Pieter Noordhuis2010-06-131-1/+8
| | * | make sure sets have the right encoding when loaded from rdbPieter Noordhuis2010-06-132-6/+43
| | * | use max number of intset entries in tests and make SUNION/SINTER/SDIFF tests ...Pieter Noordhuis2010-06-131-10/+30
| | * | configure maximum number of entries in an intsetPieter Noordhuis2010-06-131-2/+13