summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Include stdint.h and fix signess in sdigits10().antirez2015-02-271-0/+1
* Utils: added function to get radix 10 string length of signed integer.antirez2015-02-271-0/+2
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+4
* pathIsBaseName() added to utils.cantirez2013-07-021-0/+1
* getAbsolutePath() moved into utils.cantirez2013-07-021-0/+3
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* string2* functions take a const pointerPieter Noordhuis2012-01-021-2/+2
* Tests for string2ll; move isObject* to object.cPieter Noordhuis2011-05-051-0/+12