107 Commits (5c341cec1ad00e1a5aec1ff838074e0a055c63fc)
 

Author SHA1 Message Date
n0b0dy 5c341cec1a
Merge branch 'master' into master 5 years ago
n0b0dy d7cebd44bc Add reverse shell command 5 years ago
Ricter Zheng 575ddf671d
fix bug while no args 5 years ago
Ricter Zheng 8446187feb
Merge pull request #1 from n0b0dyCN/master
Fix buffer overflow
5 years ago
n0b0dy 49e5a36c99 Fix buffer overflow 5 years ago
Ricter Zheng f9cca77eba
Update README.md 5 years ago
RicterZ bcea51b258 remove 5 years ago
RicterZ 0e5d25c5a0 add src 5 years ago
RicterZ e3646ee1a6 remove some files 5 years ago
RicterZ 1ab4ddd688 execute command module 5 years ago
Guy Korland 1564e8f2ff
Merge pull request #41 from RedisLabs/delete-flush
fix typos
5 years ago
Guy Korland 1da361e295 fix tests file and remove the string parsing 5 years ago
Itamar Haber 79679f66a5
Merge pull request #37 from danni-m/master
declare usage of REDISMODULE_EXPERIMENTAL_API
6 years ago
Danni Moiseyev c3b1848a3b declare usage of REDISMODULE_EXPERIMENTAL_API 6 years ago
Guy Korland 454bf57625
Merge pull request #36 from yaeltzirulnikov/add_redisdict_to_redismodule
Update redismodule.h with RedisModuleDict and its api functions
6 years ago
Yael.Tzirulnikov 25edf1c736 Update redismodule.h to redis5.0 version 6 years ago
Dvir Volk 3e4daab6dc fixed test for periodic timer 7 years ago
Dvir Volk 15cf5eac10 changed termination of periodic timer to be callback based 7 years ago
Dvir Volk 74a6c8c7fb made RMUtilInfo strdip all its keys and values for saner memory management 7 years ago
Dvir Volk 5ccee1e4d0 Merge pull request #33 from someburner/readonly-macro
Fix RMUtil_RegisterReadCmd macro
7 years ago
Jeff H 85afb9662b fix macro 7 years ago
Mark Nunberg 56b1fbdd31 Add AoF routines 7 years ago
Mark Nunberg 6a3b796b7a Add clang-format 7 years ago
Mark Nunberg 69f750a9df Revert "synchornizing changes from RediSearch. @mnunberge please next time reflect these changes on the main repo"
This reverts commit 755ecf306b.

We'll add the AoF routines back properly...
7 years ago
Dvir Volk 755ecf306b synchornizing changes from RediSearch. @mnunberge please next time reflect these changes on the main repo 7 years ago
Mark Nunberg 2ce8734f03 Add RMUtil_StringConvert 7 years ago
Dvir Volk a36e9bdda4 Merge pull request #29 from RedisLabs/get_var_args
Add ParseVarArgs
7 years ago
Mark Nunberg fb9441d785 Add ParseVarArgs
This allows a parsing of generic keyword <n> arg0..argN format for
arguments.
7 years ago
Dvir Volk af679ef8d6 Merge pull request #27 from detailyang/patch-1
API.md: typo fix
7 years ago
detailyang 2fd95cae2b API.md: typo fix 7 years ago
Dvir Volk 632a1785e4 added periodic task runner 7 years ago
Dvir Volk dc85ee44bf added periodic timer, and updated testing 7 years ago
Mark Nunberg a5da889d0e Revert "add string comparison functions"
This reverts commit 121f189a7a.
Equivalent functions already exist in strings.{c,h}
7 years ago
Dvir Volk 441fe3e18d removed top++ from vector 7 years ago
Dvir Volk af5796d5bb committing local changes to rmutil 7 years ago
Mark Nunberg 121f189a7a add string comparison functions 7 years ago
Mark Nunberg 7b0b4803ff -Og not supported on clang/OS X 7 years ago
Mark Nunberg 8f60f81726 rmutil: provide function to extract module-specific type 7 years ago
Mark Nunberg 44b236bda6 Merge pull request #26 from RedisLabs/util-typo
fix typo in example modules causing compile errors
7 years ago
Mark Nunberg e756dd897f fix typo in example modules causing compile errors 7 years ago
Dvir Volk 42df4c3503 improvements to util functions 8 years ago
Dvir Volk d681a51699 Merge pull request #22 from danni-m/master
util.h: added missing include for string.h
8 years ago
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 2a9b54f7b9 updated documentation and added blocking doc 8 years ago
Dvir Volk e7495e0234 Updated documents
Signed-off-by: Dvir Volk <dvirsky@gmail.com>
8 years ago
Dvir Volk 0cfd1f5db3 deprecated RMUtil_CreateFormattedString 8 years ago
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