35 Commits (d681a516992209c780983d71c72d1ce219e052da)

Author SHA1 Message Date
Danni Moiseyev 2f15b00fd1 util.h: added missing include for string.h 8 years ago
itamar 4c62df8a4e Undefs strdup before overriding it in alloc.h 8 years ago
Dvir Volk 0cfd1f5db3 deprecated RMUtil_CreateFormattedString 8 years ago
itamar c7735d948c Fixes call to test_priority_queue 8 years ago
itamar 4fe29da394 Adds newline to final output of tests 8 years ago
itamar 7bbc414fed Includes stdio.h instead of printf.h 8 years ago
itamar 63081f14c8 Removes redundant include for redismodule.h 8 years ago
itamar a29d1b9e3f Takes redismodule.h from include directory 8 years ago
Yusaku Kaneta 6ed678a914 supported optional modes 8 years ago
Yusaku Kaneta 368bc1e886 removed an unexpected closing brace in a macro definition 8 years ago
Dvir Volk 16a7025843 added alloc and logging utils 8 years ago
Yusaku Kaneta 041d184eec fixed test to call both vector_put and vector_push 8 years ago
Yusaku Kaneta b04ddca499 fixed Vector to maintain the correct size 8 years ago
Dvir Volk 51f135b30a fixed inline functions 8 years ago
Dvir Volk c3d0c99023 added support for NULL insert on vectors 8 years ago
Dvir Volk 23896a8a10 added vector_pop 8 years ago
Dvir Volk fa182e29cd minor changes to string functions 8 years ago
fanliwen 6c90d2c3a8 implement heap and priority_queue as suggested in https://github.com/RedisLabsModules/redex/pull/3 9 years ago
Dvir Volk 9425602b23 Minor fixes and cleanups before opening 9 years ago
Dvir Volk c3e8542aa9 removed zmalloc as a dependency, and updated the vector to use size_t 9 years ago
gil 1340a833cf fixing the string compare function 9 years ago
Dvir Volk 66b300d428 fixed vector resizing logic 9 years ago
Itamar Haber 16326d6e29 Adds ArrayElementByPath 9 years ago
Dvir Volk c396da1f2a added docs 9 years ago
Dvir Volk 7b685c95e6 better zeroing of realloced space 9 years ago
Dvir Volk 24f72b897d bugfix - thanks valgrind! 9 years ago
Dvir Volk 68633baf0a removed some print 9 years ago
Dvir Volk 179bbd8d4b added vector lib 9 years ago
Dvir Volk 603f390756 added more utils and hgetset to module 9 years ago
Itamar Haber d17147747c Touches 9 years ago
Dvir Volk fe752c081d added example module 9 years ago
Dvir Volk 1a77c566fb renamed some functions 9 years ago
Dvir Volk 85f123daa1 removed a file 9 years ago
Dvir Volk f743821154 removed .o files 9 years ago
Dvir Volk 6ae1ef7f21 added rmutil 9 years ago