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
2011-01-14
Make dictionary functions static and include the .c file
Pieter Noordhuis
2011-01-14
Correct the description of the pipeline example
Pierre Riteau
2011-01-10
strcasecmp and strncasecmp are defined in strings.h
Pierre Riteau
2011-01-07
Return error on socket timeout for a blocking context
Pieter Noordhuis
2010-12-31
Unsubscribe messages always have 3 elements
Pieter Noordhuis
2010-12-31
Clean up dictionaries on free
Pieter Noordhuis
2010-12-31
Delegate pub/sub replies to the right callback
Pieter Noordhuis
2010-12-31
Add callbacks to channel/pattern dictionaries
Pieter Noordhuis
2010-12-31
Add fields for subscribed channel/pattern names
Pieter Noordhuis
2010-12-31
Remove unused code/cleanup
Pieter Noordhuis
2010-12-31
Replace zmalloc with regular malloc
Pieter Noordhuis
2010-12-31
Import dictionary code from Redis repository (as of 2069d06a)
Pieter Noordhuis
2010-12-31
Change reply processing code to prepare for pub/sub
Pieter Noordhuis
2010-12-31
Copy entire callback in one call
Pieter Noordhuis
2010-12-29
License
Pieter Noordhuis
2010-12-29
Scope event library related data and hooks to a struct
Pieter Noordhuis
2010-12-28
Run pending callbacks with a NULL reply on redisAsyncFree()
Pieter Noordhuis
2010-12-28
Fix the async free() and disconnect() functions
Pieter Noordhuis
2010-12-28
Only check REDIS_FREEING when a callback was executed
Pieter Noordhuis
2010-12-28
Add function to explicitly free an async context
Pieter Noordhuis
2010-12-28
Add write event after setting connect callback
Pieter Noordhuis
2010-12-22
Missing declaration.
Nicolas Favre-Felix
2010-12-16
Bump version
Pieter Noordhuis
2010-12-16
Forgot to add -L. to remaining LDFLAGS
Pieter Noordhuis
2010-12-16
Fix building shared library on Solaris
Pieter Noordhuis
2010-12-16
Solaris doesn't know AF_LOCAL
Pieter Noordhuis
2010-12-16
Add myself to license in some files
Pieter Noordhuis
2010-12-16
Use generic $(MAKE) in Makefile
Pieter Noordhuis
2010-12-16
Redefine REDIS_REPLY_ERROR to be non-zero
Pieter Noordhuis
2010-12-07
Fire onConnect callback on the first write event
Pieter Noordhuis
2010-12-02
Redis command getting executed is PING, PONG is actually the expected answer
Amir Mohammad Saied
2010-12-02
Add (nearly) full printf support by delegating to vsprintf
Pieter Noordhuis
2010-12-02
Use more aggressive optimization
Pieter Noordhuis
2010-12-02
Whitespace
Pieter Noordhuis
2010-12-01
Use extra field for adapter-specific data
Pieter Noordhuis
2010-12-01
Add adapter for the Redis-bundled ae event library
Pieter Noordhuis
2010-12-01
Don't compile object files for examples twice
Pieter Noordhuis
2010-12-01
Wait with setting CONNECTED until there is an fd
Pieter Noordhuis
2010-11-26
Bump version
Pieter Noordhuis
2010-11-26
Use r->len in another spot
Pieter Noordhuis
2010-11-26
Add section on errors to readme
Pieter Noordhuis
2010-11-26
Use custom stroll
Pieter Noordhuis
2010-11-26
Reply objects don't need to be calloc'ed
Pieter Noordhuis
2010-11-26
Use explicit buffer length field in the reply reader
Pieter Noordhuis
2010-11-26
Rename 'parent' field in read tasks to 'obj'
Pieter Noordhuis
2010-11-24
Remove leftover line from earlier commit
Pieter Noordhuis
2010-11-24
Set error on unexpected nesting of multi bulks
Pieter Noordhuis
2010-11-24
Add pointer to parent task in read tasks
Pieter Noordhuis
2010-11-24
Don't care if object returned by object function is NULL
Pieter Noordhuis
2010-11-24
Add privdata field to reply reader
Pieter Noordhuis
[next]