summaryrefslogtreecommitdiff
path: root/src/redis-check-dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed many typos.guiquanz2013-01-191-2/+2
|
* Introduced the Build ID in INFO and --version output.antirez2012-11-291-3/+1
| | | | | | | The idea is to be able to identify a build in a unique way, so for instance after a bug report we can recognize that the build is the one of a popular Linux distribution and perform the debugging in the same environment.
* BSD license added to every C source and header file.antirez2012-11-081-0/+31
|
* redis-check-dump now understands dumps produced by Redis 2.6Schuster2012-10-221-7/+21
| | | | | | | | | | | | | | (Commit message from @antirez as it was missign in the original commits, also the patch was modified a bit to still work with 2.4 dumps and to avoid if expressions that are always true due to checked types range) This commit changes redis-check-dump to account for new encodings and for the new MSTIME expire format. It also refactors the test for valid type into a function. The code is still compatible with Redis 2.4 generated dumps. This fixes issue #709.
* redis-check-dump now is RDB version 6 ready.antirez2012-04-241-3/+35
|
* RDB4 support in redis-check-dump.antirez2012-03-101-1/+3
|
* Fixed a small memory leak I found with valgrindsmly2011-10-181-0/+1
|
* redis-check-dump: RDB version 2 now supported.antirez2011-10-141-3/+12
|
* removed a number of stupid compilation warnings on Linuxantirez2010-11-021-1/+2
|
* fixed a few harmless warnings complining on Linuxantirez2010-09-011-3/+6
|
* Fix compilation errors and add warning for 32-bit platformsPieter Noordhuis2010-08-311-7/+11
|
* Fix issue 300 by upgrading variable types to 64-bitPieter Noordhuis2010-08-311-14/+16
|
* redis.c split into many different C files.antirez2010-07-011-0/+671
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change