summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-11-02Update examplesPieter Noordhuis
2010-11-02Move anet.{c,h} to net.{c,h}Pieter Noordhuis
2010-11-01Build universal binaries on OSX by defaultPieter Noordhuis
2010-11-01Return from getCallback if there is no replyPieter Noordhuis
2010-11-01Add install target in MakefilePieter Noordhuis
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis
2010-10-31Regenerated Makefile dependenciesPieter Noordhuis
2010-10-31Extracted code to support callbacks in an asynchronous contextPieter Noordhuis
2010-10-19Added header file and example for usage from libevPieter Noordhuis
2010-10-07Factor out reusable include for libeventPieter Noordhuis
2010-09-25Add example for non-blocking usage of hiredis with libeventPieter Noordhuis
2010-09-21Make target for building static libraryPieter Noordhuis
2010-06-03Build a shared libraryMina Naguib
2010-05-25Constify the API and enable -Wwrite-stringsPierre Riteau
2010-05-18minimalistic test suite...antirez
2010-05-18hiredis was extracted from redis-tools, reverted to standard malloc/free, por...antirez