summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* String pattern matching had exponential time complexity on pathological patte...Oran Agra2023-02-281-4/+23
* skip new page cache reclame unit test when running in valgrind (#11808)Oran Agra2023-02-161-1/+5
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-1/+58
* Optimize ZRANGE replies WITHSCORES in case of integer scores (#11779)filipe oliveira2023-02-061-0/+5
* Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)filipe oliveira2022-12-151-7/+17
* Normalize NAN to a single nan type, like we do with inf (#11597)Binbin2022-12-081-0/+19
* Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...filipe oliveira2022-12-041-0/+163
* optimizing d2string() and addReplyDouble() with grisu2: double to string conv...filipe oliveira2022-10-151-2/+5
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-32/+49
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-201-0/+49
* Replace float zero comparison to FP_ZERO comparison (#10675)Mariya Markova2022-05-101-2/+2
* Fix long long to double implicit conversion warning (#10595)Binbin2022-04-181-1/+1
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-171-15/+34
* improve string2ll() to avoid extra conversion for long integer string. (#10408)DarrenJiang132022-03-141-2/+2
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-10/+0
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-0/+10
* Changed latency histogram output to omit trailing 0s and periods (#10075)Madelyn Olson2022-01-091-0/+14
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-0/+80
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-2/+2
* Client eviction (#8687)yoav-steinberg2021-09-231-1/+4
* config memory limits: handle values larger than (signed) LLONG_MAX (#9313)Wen Hui2021-08-231-28/+38
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+2
* Escape unsafe field name characters in INFO. (#8492)Yossi Gottlieb2021-02-151-0/+27
* Update getTimeZone to long (#8346)Raghav Muddur2021-01-181-2/+2
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-131-2/+1
* stringmatchlen() should not expect null terminated strings.antirez2020-05-061-2/+2
* Remove unreachable branch.Brad Dunbar2020-05-051-2/+0
* getRandomBytes(): use HMAC-SHA256.antirez2020-04-231-10/+30
* Merge pull request #6546 from guybe7/fix_neg_zeroSalvatore Sanfilippo2020-04-021-0/+4
|\
| * Make sure Redis does not reply with negative zeroGuy Benoish2019-11-051-0/+4
* | ld2string should fail if string contains \0 in the middleGuy Benoish2020-01-301-1/+2
* | Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-24/+36
|\ \ | |/
| * Module API for loading and saving long doubleOran Agra2019-11-031-24/+36
* | Add RM_ServerInfoGetFieldUnsignedOran Agra2019-11-041-0/+20
* | Add module api for looking into INFO fieldsOran Agra2019-11-031-0/+21
|/
* Increase string2ld's buffer size (and fix HINCRBYFLOAT)Guy Benoish2019-01-281-1/+1
* stringmatchlen() fuzz test added.antirez2018-12-111-0/+16
* Fix stringmatchlen() read past buffer bug.antirez2018-12-111-1/+1
* fix comment typo in util.cWeiliang Li2018-11-151-1/+1
* needs it for the globalDavid Carlier2018-10-261-0/+1
* Fix non Linux build.David Carlier2018-10-261-0/+18
* string2ll(): better commenting.antirez2018-07-241-0/+6
* removing redundant checkdsomeshwar2018-07-211-3/+0
* Fix typoJack Drogon2018-07-031-1/+1
* Modules API: RM_GetRandomBytes() / GetRandomHexChars().antirez2018-04-051-59/+43
* Prevent off-by-one read in stringmatchlen() (fixes #4527)nashe2017-12-121-1/+1
* Modules: first preview 31 March 2016.antirez2016-05-101-1/+1
* Fix HINCRBYFLOAT to work with long doubles.antirez2015-11-041-3/+3
* Lazyfree: Hash converted to use plain SDS WIP 5.antirez2015-10-011-3/+3