- 20 Apr, 2016 8 commits
-
-
Jan-Erik Rediger authored
[ci-skip]
-
not-a-robot authored
Updated sds
-
not-a-robot authored
fmacros.h: Fix warning when compiled with -Wundef When compiling with the flag `-Wundef` the following warning is emitted: ``` [ 40%] Building C object CMakeFiles/hiredis-STATIC.dir/read.c.o In file included from /data/files/users/jerry/github/hiredis/read.c:33:0: /data/files/users/jerry/github/hiredis/fmacros.h:17:5: warning: "__APPLE__" is not defined [-Wundef] #if __APPLE__ && __MACH__ ^ In file included from /usr/include/string.h:25:0, from /data/files/users/jerry/github/hiredis/read.c:34: ```
-
Jan-Erik Rediger authored
-
not-a-robot authored
Prevent buffer overflow when formatting the error strncat might copy n+1 bytes (n bytes from the source plus a terminating nul byte). Also strncat appends after the first found nul byte. But all we pass is a buffer we might not have zeroed out already. Closes #380
-
Jan-Erik Rediger authored
-
clark.kang authored
-
not-a-robot authored
test.c: Fix shadowed name with typedef when compiling with -Wshadow Fixes: ``` /data/files/users/jerry/github/hiredis/test.c: In function 'test_free_null': /data/files/users/jerry/github/hiredis/test.c:331:11: warning: declaration of 'redisContext' shadows a global declaration [-Wshadow] void *redisContext = NULL; ^ In file included from /data/files/users/jerry/github/hiredis/test.c:13:0: /data/files/users/jerry/github/hiredis/hiredis.h:161:3: note: shadowed declaration is here } redisContext; ^ ```
-
- 17 Apr, 2016 2 commits
-
-
Jerry Jacobs authored
-
Jerry Jacobs authored
-
- 26 Mar, 2016 1 commit
-
-
Jan-Erik Rediger authored
Closes #361
-
- 18 Nov, 2015 1 commit
-
-
Jan-Erik Rediger authored
strncat might copy n+1 bytes (n bytes from the source plus a terminating nul byte). Also strncat appends after the first found nul byte. But all we pass is a buffer we might not have zeroed out already. Closes #380
-
- 27 Oct, 2015 2 commits
-
-
Jan-Erik Rediger authored
fixing typos
-
charsyam authored
-
- 18 Oct, 2015 1 commit
-
-
Jan-Erik Rediger authored
fix snprintf format string
-
- 05 Oct, 2015 1 commit
-
-
Sergey Polovko authored
-
- 16 Sep, 2015 2 commits
-
-
Jan-Erik Rediger authored
-
olgeni authored
-
- 14 Sep, 2015 2 commits
-
-
Jan-Erik Rediger authored
Easier to read, easier to sort.
-
Jan-Erik Rediger authored
This reverts commit 1db17f25. If the `REDIS_CONNECTED` flag is cleared, the async onDisconnect callback function will never be called. This causes problems as the disconnect is never reported back to the user. Closes #359
-
- 25 Aug, 2015 1 commit
-
-
Jan-Erik Rediger authored
-
- 24 Aug, 2015 2 commits
-
-
Jerry Jacobs authored
-
Jan-Erik Rediger authored
-
- 27 Jul, 2015 10 commits
-
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
Fixes #335.
-
Jan-Erik Rediger authored
-
Dmitry Bakhvalov authored
Added MacOS X support via CoreFoundation run loop.
-
Pietro Cerutti authored
-
Pietro Cerutti authored
-
Pietro Cerutti authored
-
Pietro Cerutti authored
-
Gergely Nagy authored
This adds a new adapter and an example for using hiredis with the ivykis async I/O library. Signed-off-by:
Gergely Nagy <algernon@madhouse-project.org>
-
Jan-Erik Rediger authored
-
- 25 Jun, 2015 1 commit
-
-
Jan-Erik Rediger authored
Use explicit casts for void* pointer in order to compile in C++
-
- 24 Jun, 2015 1 commit
-
-
Jan-Erik Rediger authored
undefined reference to `clock_gettime'
-
- 22 Jun, 2015 1 commit
-
-
Simon Ninon authored
-
- 30 May, 2015 1 commit
-
-
w359405949 authored
fix link error while run "make hiredis-example-libuv": undefined reference to `clock_gettime' undefined reference to `clock_getres'
-
- 03 May, 2015 3 commits
-
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
This reverts commit d8145d79.
-