summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2011-01-27Avoid warnings with -Wstrict-prototypesPieter Noordhuis
2011-01-14Make dictionary functions static and include the .c filePieter Noordhuis
2010-12-31Replace zmalloc with regular mallocPieter Noordhuis
2010-12-16Forgot to add -L. to remaining LDFLAGSPieter Noordhuis
2010-12-16Fix building shared library on SolarisPieter Noordhuis
2010-12-16Use generic $(MAKE) in MakefilePieter Noordhuis
2010-12-02Use more aggressive optimizationPieter Noordhuis
2010-12-02WhitespacePieter Noordhuis
2010-12-01Add adapter for the Redis-bundled ae event libraryPieter Noordhuis
2010-12-01Don't compile object files for examples twicePieter Noordhuis
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