summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* pathIsBaseName() added to utils.cantirez2013-07-021-0/+8
* getAbsolutePath() moved into utils.cantirez2013-07-021-0/+52
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* Use correct variable name for value to convert.Michael Parker2012-07-311-1/+2
* Merge conflicts resolved.antirez2012-03-091-3/+3
|\
| * string2* functions take a const pointerPieter Noordhuis2012-01-021-3/+3
* | clusterGetRandomName() generalized into getRandomHexChars() so that we can us...antirez2012-03-081-0/+48
|/
* 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