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
path:
root
/
net.c
Age
Commit message (
Expand
)
Author
2019-08-13
Merge pull request #670 from jman-krafton/master
Mark Nunberg
2019-08-12
add recv error code for clarifying timeout
Sangmoon Yi
2019-08-12
fix timeout code in windows
Sangmoon Yi
2019-07-03
Remove unnecessary null check before free
Quentin Young
2019-04-01
Port network layer to Winsock
m
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-02-20
Remove redundant line after rebase
Mark Nunberg
2019-02-20
Unix: set addrlen so async reconnect uses proper size
Mark Nunberg
2019-01-28
Fix Invalid argument after redisAsyncConnectUnix
Code Hz
2018-12-05
Fix regression when connecting with Unix sockets (#629)
Mark Nunberg
2018-09-25
Handle connection errors better in blocking mode as well
Mark Nunberg
2018-09-25
saddr should be addrlen bytes
Mark Nunberg
2018-09-25
Call connect(2) again for non-blocking connect
Mark Nunberg
2018-04-30
Remove redundant NULL checks
Justin Brewer
2018-04-30
Fix a segfault on *BSD
Justin Brewer
2018-04-30
Drop __redis_strerror_r
Justin Brewer
2018-04-28
Strip down fmacros.h
Justin Brewer
2018-04-28
Use AF_UNIX
Justin Brewer
2017-07-15
Merge #533
not-a-robot[bot]
2017-06-15
Small fixes
amallia
2017-05-15
Fix leak if setsockopt fails
Frederik Deweerdt
2016-12-30
Fix __redisSetErrorFromErrno() can not get error string.
Jin Qing
2016-07-07
fix: should close socket fd when retry connet remote (tcp)
WSL
2015-11-18
Fix potential race in 'invalid timeout' tests
Tom Lee
2015-04-30
Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin...
Alex Balashov
2015-04-16
Change copyright date and add copyright holder
Jan-Erik Rediger
2015-04-16
Implement a reconnect method for the client context
Jan-Erik Rediger
2015-01-05
Fix errno error buffers to not clobber errors
Matt Stancliff
2015-01-05
Fix build under kfreebsd
Chris Lamb
2015-01-05
Add support for SO_REUSEADDR
mike
2014-09-18
Fix getaddrinfo() memory leak
Matt Stancliff
2014-04-09
File descriptors can be 0
Pieter Noordhuis
2014-04-09
Fix const correctness
Pieter Noordhuis
2014-04-09
Fix build under Solaris
Matt Stancliff
2014-04-08
Add ability to bind source address on connect
Matt Stancliff
2014-04-08
Stop redisCheckSocketError from more than checking
Matt Stancliff
2014-04-08
Remove possiblity of multiple close on same fd
Matt Stancliff
2013-07-11
Minimal IPv6 support.
antirez
2013-07-10
Mark the timeout parameter as const in various functions
Noah Williamsson
2013-07-10
Whitespace
Pieter Noordhuis
2013-05-07
Fix possible uninitialized value access due to strerror_r error
Eugene Bolotin
2013-05-01
Make redisKeepAlive work on OSX
Pieter Noordhuis
2013-04-30
Make KeepAlive optional
Allen.Dou
2013-04-19
SetKeepAlive
Allen.Dou
2013-03-14
Set error when invalid timeout value is given to redisConnectWithTimeout
Aaron Bedra
2012-04-18
Use poll() instead of select() inside redisContextWaitReady()
Mark Ellzey
2011-07-20
Merge pull request #47 from geoffgarside/addrinfo
Pieter Noordhuis
2011-07-10
Put back missing socket error check after select(2)
Pieter Noordhuis
[next]