summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-011-4/+8
* Lazyfree: Hash converted to use plain SDS WIP 2.antirez2015-10-011-1/+51
* Lazyfree: Hash converted to use plain SDS WIP 1.antirez2015-10-011-1/+34
* Utils: Include stdint.h and fix signess in sdigits10().antirez2015-02-271-1/+1
* Utils: added function to get radix 10 string length of signed integer.antirez2015-02-271-0/+12
* Better memtoll() error checking.antirez2015-02-121-5/+18
* The seed must be static in getRandomHexChars().antirez2015-01-221-1/+1
* counter must be static in getRandomHexChars().antirez2015-01-221-2/+4
* getRandomHexChars(): use /dev/urandom just to seed.antirez2015-01-211-8/+38
* Add simple ll2string() testsMatt Stancliff2014-12-231-0/+42
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-4/+8
* Clean up text throughout projectMatt Stancliff2014-09-291-1/+1
* Fix undefined behavior in ll2string().antirez2014-08-151-1/+5
* Fix util.c compilation by including stdint.h.antirez2014-07-231-0/+1
* Faster ll2string() implementation.antirez2014-07-231-21/+80
* fix null pointer access with no file pointerGlauber Costa2014-04-231-1/+1
* Ignore sdsrange return value.antirez2013-07-241-2/+2
* 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