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
2015-01-06
Silence _BSD_SOURCE warnings
Matt Stancliff
2015-01-05
Cleanup tabs and end of line whitespace
Matt Stancliff
2015-01-05
Update dependency list in Makefile
Matt Stancliff
2015-01-05
Build static library by default
Matt Stancliff
2015-01-05
Generate pkgconf during build
Matt Stancliff
2015-01-05
Fix errno error buffers to not clobber errors
Matt Stancliff
2015-01-05
Refactor reading code into read.c
tzickel
2015-01-05
Fix sds building with C++
Matt Stancliff
2015-01-05
Fix redisAppendCommand error result
Matt Stancliff
2015-01-05
Add GLib 2.0 adapter
Christian Hergert
2015-01-05
Add empty pointer check in error cleanup
NanXiao
2015-01-05
Add error check in redisContextInit
NanXiao
2015-01-05
Fix redisvFormatCommand format parsing
Nan Xiao
2015-01-05
Add API to free hiredis (sds) formattings
Matt Stancliff
2015-01-05
Add API to free hiredis (char *) formattings
Mareq
2015-01-05
Fix build under kfreebsd
Chris Lamb
2015-01-05
Fix clang analyzer warning
Matt Stancliff
2015-01-05
Add support for SO_REUSEADDR
mike
2015-01-05
Improve calloc() correctness
jinguoli
2015-01-05
Cleanup libuv adapter
torque
2015-01-05
Improve redisAppendCommandArgv performance
michael-grunder
2015-01-05
Use stricter function argument types
Hang Su
2015-01-05
Fix README typos
Chris Williams
2015-01-05
Fix minor comment problems
Gary Grossman
2015-01-05
Fix README typo
Mohnish Thallavajhula
2015-01-05
Free string if it is unused
Jan-Erik Rediger
2015-01-05
Add syntax highlighting to README.md
Ryan Jacobs
2014-09-19
Merge pull request #274 from mattsta/fix-memory-leak
Salvatore Sanfilippo
2014-09-18
Fix getaddrinfo() memory leak
Matt Stancliff
2014-05-29
Merge pull request #246 from dmelani/master
Pieter Noordhuis
2014-05-29
Add tests for redisFree() and freeReplyObject()
Daniel Melani
2014-05-29
Less surprising behaviour.
Daniel Melani
2014-04-09
Fix HIREDIS_MINOR
Pieter Noordhuis
2014-04-09
File descriptors can be 0
Pieter Noordhuis
2014-04-09
Fix const correctness
Pieter Noordhuis
2014-04-09
Merge pull request #234 from mattsta/next-version
Pieter Noordhuis
2014-04-09
Fix build under Solaris
Matt Stancliff
2014-04-09
Fix Makefile test to use more compatible syntax
Eddy Jansson
2014-04-09
Add missing license and copyright for adapters
antirez
2014-04-09
Upgrade sds to latest version
antirez
2014-04-09
Define _XOPEN_SOURCE for NetBSD
Patrick TJ McPhee
2014-04-09
Define redisLibuvAttach as static
Charlie Somerville
2014-04-09
Add new redisAppendFormatedCommand with tests
Axel Etcheverry
2014-04-09
Libuv: Fix compile warnings and C++ compatability
John Graham
2014-04-09
Fix "host cannot be resolved test" test
ripcurld00d
2014-04-09
Add redisConnectFd() and redisFreeKeepFd()
Eddy Jansson
2014-04-08
Add ability to bind source address on connect
Matt Stancliff
2014-04-08
Fix potential undefined struct read
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
[next]