60 Commits (17405f6272a58b5b2031fdd88e85cf8926fbb377)
 

Author SHA1 Message Date
Dvir Volk 17405f6272 Merge pull request #14 from daTokenizer/master
add Makefile in root dir that builds everything
8 years ago
Dvir Volk 240a0d2538 Merge pull request #16 from RedisLabs/include_file
Mainly corrects include for redismodule.h in alloc
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
daTokenizer bf60fc8c9c add a Makefile in root dir that builds everything (and adapt README) 8 years ago
Dvir Volk 51def57c8c Merge pull request #12 from yusaku/optional-mode
Support optional modes
8 years ago
Yusaku Kaneta 95bb4dcb43 added an optional mode to the example module 8 years ago
Yusaku Kaneta 6ed678a914 supported optional modes 8 years ago
Dvir Volk 02a28154cb Merge pull request #11 from yusaku/fix-macro
Fix a macro
8 years ago
Yusaku Kaneta 368bc1e886 removed an unexpected closing brace in a macro definition 8 years ago
Dvir Volk ee491bb0ee update API documentation 8 years ago
Dvir Volk 32f7aa2b3b updated redismodule.h 8 years ago
Dvir Volk e572dff710 updated readme a bit 8 years ago
Dvir Volk 16a7025843 added alloc and logging utils 8 years ago
Dvir Volk 7eebea9dbd Merge pull request #10 from yusaku/test-vector-put
Test both put and push on vectors
8 years ago
Yusaku Kaneta 041d184eec fixed test to call both vector_put and vector_push 8 years ago
Dvir Volk 37fd12702a Merge pull request #9 from yusaku/fix-vector
Fix Vector to maintain the correct size
8 years ago
Yusaku Kaneta b04ddca499 fixed Vector to maintain the correct size 8 years ago
Dvir Volk 771f45d76d Merge pull request #6 from omribahumi/patch-1
Fix example module
8 years ago
Omri Bahumi 53cb6b4453 Fix example module 8 years ago
Dvir Volk 6726809ad6 Merge pull request #5 from merl-dev/master
add TYPES.md and edited API, README
8 years ago
merl-dev 95c4c86072 add TYPES.md and edited API, README 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 7fe938d82e updated redismodule to data type functions 8 years ago
Dvir Volk fa182e29cd minor changes to string functions 8 years ago
Dvir Volk 7b2ccbde29 Merge pull request #3 from levyfan/master
implement heap and priority_queue
9 years ago
fanliwen 6c90d2c3a8 implement heap and priority_queue as suggested in https://github.com/RedisLabsModules/redex/pull/3 9 years ago
Dvir Volk 7e80e8b648 updated docs and header 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
Itamar Haber 546905bbfc Update README.md 9 years ago
Dvir Volk 12443ebbde added GetClientId 9 years ago
Dvir Volk 52e51be203 added -Bsymbolic flag 9 years ago
Dvir Volk 8b7dcb4966 added example README 9 years ago
Dvir Volk b9e976feed readme - format bullets 9 years ago
Dvir Volk 8d23e8c275 updated readme 9 years ago
Dvir Volk a0517aadb2 added README 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