summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Collapse)AuthorAgeFilesLines
* string2* functions take a const pointerPieter Noordhuis2012-01-021-3/+3
|
* fmacros in utils.c to avoid warning about strcasecmp()antirez2011-05-161-0/+2
|
* Extra tests for string2llPieter Noordhuis2011-05-051-0/+8
|
* Tests for string2ll; move isObject* to object.cPieter Noordhuis2011-05-051-37/+126
|
* Fixed a problem with string2ll()antirez2011-05-011-1/+4
|
* Add new string to long long functionPieter Noordhuis2011-03-101-0/+57
|
* Fast conversion of double when representable as long longPieter Noordhuis2011-03-081-0/+40
|
* test for intset integer encodability test and some small refactoringantirez2010-08-261-7/+27
|
* redis.c split into many different C files.antirez2010-07-011-0/+223
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