summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-0/+1
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-041-0/+1
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-1/+1
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-0/+3
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-201-0/+1
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-171-0/+1
* Module Configurations (#10285)Nick Chun2022-03-301-0/+1
* introduce MAX_D2STRING_CHARS instead of 128 const (#10487)Oran Agra2022-03-281-1/+10
* improve string2ll() to avoid extra conversion for long integer string. (#10408)DarrenJiang132022-03-141-0/+3
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-1/+0
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-0/+1
* Changed latency histogram output to omit trailing 0s and periods (#10075)Madelyn Olson2022-01-091-0/+1
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-0/+5
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-1/+1
* config memory limits: handle values larger than (signed) LLONG_MAX (#9313)Wen Hui2021-08-231-1/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+1
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-151-0/+2
* Update getTimeZone to long (#8346)Raghav Muddur2021-01-181-1/+1
* Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-1/+8
|\
| * Module API for loading and saving long doubleOran Agra2019-11-031-1/+8
* | Add RM_ServerInfoGetFieldUnsignedOran Agra2019-11-041-0/+1
* | Add module api for looking into INFO fieldsOran Agra2019-11-031-0/+1
|/
* stringmatchlen() fuzz test added.antirez2018-12-111-0/+1
* Fix non Linux build.David Carlier2018-10-261-0/+1
* enlarged buffer given to ld2stringGuy Benoish2017-01-111-0/+5
* Fix HINCRBYFLOAT to work with long doubles.antirez2015-11-041-1/+1
* Lazyfree: Hash converted to use plain SDS WIP 2.antirez2015-10-011-0/+1
* Lazyfree: Hash converted to use plain SDS WIP 1.antirez2015-10-011-0/+1
* 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