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
/
Makefile
Age
Commit message (
Expand
)
Author
2011-06-18
Library variables may not be overridden
Pieter Noordhuis
2011-06-18
Merge CCLINK with LDFLAGS
Pieter Noordhuis
2011-06-18
Remove private feature macros for Solaris from compiler flags
Pieter Noordhuis
2011-06-18
Add myself to Makefile license
Pieter Noordhuis
2011-06-18
Remove unused libraries from link flags
Pieter Noordhuis
2011-06-18
Fallback to gcc when $CC is not in $PATH
Pieter Noordhuis
2011-05-29
Exit with a non-zero status when tests failed
Pieter Noordhuis
2011-05-22
Test against unix socket connection in make check target
Pieter Noordhuis
2011-05-22
Add "make check" target (useful for automated tests).
Piotr Sikora
2011-04-22
cp on Solaris doesn't have -a
Pieter Noordhuis
2011-04-22
Add versioned symlinks for install target
Pieter Noordhuis
2011-04-22
Solaris needs the static lib as last argument
Pieter Noordhuis
2011-04-22
Move OBJ argument
Pieter Noordhuis
2011-04-22
Braces -> parentheses
Pieter Noordhuis
2011-04-22
Separate basename and suffix for library filename
Pieter Noordhuis
2011-04-22
Configurable paths for install target
Pieter Noordhuis
2011-04-21
Remove rpath from linker flags; link artifacts statically
Pieter Noordhuis
2011-04-21
Remove util.h from Makefile
Pieter Noordhuis
2011-04-21
Only use C99 for compiling hiredis itself
Pieter Noordhuis
2011-04-21
Include fmacros.h to make sure strerror_p is defined on Linux
Pieter Noordhuis
2011-04-21
Recompile net.c when hiredis.h changes
Pieter Noordhuis
2011-04-07
Work with make v3.80
Pieter Noordhuis
2011-01-27
Avoid warnings with -Wstrict-prototypes
Pieter Noordhuis
2011-01-14
Make dictionary functions static and include the .c file
Pieter Noordhuis
2010-12-31
Replace zmalloc with regular malloc
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
Use generic $(MAKE) in Makefile
Pieter Noordhuis
2010-12-02
Use more aggressive optimization
Pieter Noordhuis
2010-12-02
Whitespace
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-11-02
Update examples
Pieter Noordhuis
2010-11-02
Move anet.{c,h} to net.{c,h}
Pieter Noordhuis
2010-11-01
Build universal binaries on OSX by default
Pieter Noordhuis
2010-11-01
Return from getCallback if there is no reply
Pieter Noordhuis
2010-11-01
Add install target in Makefile
Pieter Noordhuis
2010-11-01
Move libev/libevent headers to adapters directory
Pieter Noordhuis
2010-10-31
Regenerated Makefile dependencies
Pieter Noordhuis
2010-10-31
Extracted code to support callbacks in an asynchronous context
Pieter Noordhuis
2010-10-19
Added header file and example for usage from libev
Pieter Noordhuis
2010-10-07
Factor out reusable include for libevent
Pieter Noordhuis
2010-09-25
Add example for non-blocking usage of hiredis with libevent
Pieter Noordhuis
2010-09-21
Make target for building static library
Pieter Noordhuis
2010-06-03
Build a shared library
Mina Naguib
2010-05-25
Constify the API and enable -Wwrite-strings
Pierre Riteau
2010-05-18
minimalistic test suite...
antirez
2010-05-18
hiredis was extracted from redis-tools, reverted to standard malloc/free, por...
antirez
[prev]