summaryrefslogtreecommitdiff
path: root/src/lzf_d.c
Commit message (Collapse)AuthorAgeFilesLines
* Try to avoid issues with GCC pragmas and older compilers.antirez2018-09-281-4/+7
| | | | See issue #5394.
* Clean gcc 7.x warnings, redis-cli cluster fix.Yossi Gottlieb2018-06-031-10/+13
|
* Upgrade LZF to 3.6 (2011) from 3.5 (2009)Matt Stancliff2015-01-021-12/+47
| | | | | This is lzf_c and lzf_d from http://dist.schmorp.de/liblzf/liblzf-3.6.tar.gz
* No more trailing spaces in Redis source code.antirez2014-06-261-5/+5
|
* redis.c split into many different C files.antirez2010-07-011-0/+150
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