index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-04-01
Use recv/send instead of read/write
m
2019-04-01
Introduce a redisFD type
m
2019-04-01
Move network I/O calls to net.c
m
2019-03-31
Merge pull request #653 from michael-grunder/bad-domain-test-fix
Mark Nunberg
2019-03-31
Fix NXDOMAIN test case
michael-grunder
2019-03-11
Retain the same semantics for connection error on connection timeout
Mark Nunberg
2019-02-21
Merge pull request #645 from redis/ssl
Mark Nunberg
2019-02-21
SSL: build in travis
Mark Nunberg
2019-02-21
cmake: ssl disabled by default
Mark Nunberg
2019-02-21
Allow option for async connections to not automatically free
Mark Nunberg
2019-02-21
Fix ifeq condition (thanks @regae)
Mark Nunberg
2019-02-20
Disable SSL by default
Mark Nunberg
2019-02-20
gitignore: dSYM
Mark Nunberg
2019-02-20
Remove redundant line after rebase
Mark Nunberg
2019-02-20
fix redisLibeventEvents init
valentino
2019-02-20
fix pkg config
valentino
2019-02-20
fixed wrong memset args
Mark Nunberg
2019-02-20
libevent: call destroy from cleanup
Mark Nunberg
2019-02-20
scrub redisContext before freeing
Mark Nunberg
2019-02-20
Add EV_PERSIST flag to read events
Mark Nunberg
2019-02-20
libevent: fix invalid mem access on delete within callback enter
Mark Nunberg
2019-02-20
fix potential uninitialized read
Mark Nunberg
2019-02-20
CMake: update for SSL
Mark Nunberg
2019-02-20
Fix memory leaks
valentino
2019-02-20
Support SNI
valentino
2019-02-20
Fix compilation on Ubuntu
valentino
2019-02-20
Unix: set addrlen so async reconnect uses proper size
Mark Nunberg
2019-02-20
Don't warn on missing field initializers
Mark Nunberg
2019-02-20
minor fixes: initialize options struct with 0 always
Mark Nunberg
2019-02-20
libevent-example: Use timeout
Mark Nunberg
2019-02-20
Fix bug in options macro
Mark Nunberg
2019-02-20
Allow connectWithOptions for async as well
Mark Nunberg
2019-02-20
read/write timeouts
Mark Nunberg
2019-02-20
Provide option-struct initialization
Mark Nunberg
2019-02-20
Use SSL by default
Mark Nunberg
2019-02-20
Don't add dead code for HIREDIS_NOSSL
Mark Nunberg
2019-02-20
Minor SSL-related fixes
Mark Nunberg
2019-02-20
Disable SSL by default
Mark Nunberg
2019-02-20
SSL for async I/O
Mark Nunberg
2019-02-20
Add SSL example
Mark Nunberg
2019-02-20
Remove extra printfs
Mark Nunberg
2019-02-20
Initial SSL (sync) implementation
Mark Nunberg
2019-02-20
Update appveyor.yml to cmake
Justin Brewer
2019-02-20
Update .travis-ci.yml to use cmake
Justin Brewer
2019-02-20
Obey HIREDIS_SONAME for shared library
Justin Brewer
2019-02-20
Call project() with parsed version string
Justin Brewer
2019-02-20
Enable make test
Justin Brewer
2019-02-20
Generate and install hiredis.pc
Justin Brewer
2019-02-20
Install async.h
Justin Brewer
2019-02-20
Add ENABLE_EXAMPLES option, off by default
Justin Brewer
[prev]
[next]