Age | Commit message (Expand) | Author |
2012-04-07 | Fixed typo in README | Erik Dubbelboer |
2012-02-06 | Update README with actual async callback behavior | Pieter Noordhuis |
2011-12-20 | Merge pull request #72 from chipdude/master | Pieter Noordhuis |
2011-12-20 | DRY list of integer formats | Chip Salzenberg |
2011-12-20 | more error messages | Chip Salzenberg |
2011-12-02 | Merge pull request #70 from mrb/increase_read_depth | Pieter Noordhuis |
2011-12-02 | increase read depth by one, would allow ruby redis client to read from slowlog | mrb |
2011-11-28 | Merge pull request #67 from jzwinck/master | Pieter Noordhuis |
2011-11-28 | Fix minor inconsistencies in comment. | John Zwinck |
2011-07-20 | Merge pull request #47 from geoffgarside/addrinfo | Pieter Noordhuis |
2011-07-11 | Merge pull request #54 from rtyler/pu | Pieter Noordhuis |
2011-07-10 | Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support | R. Tyler Croy |
2011-07-10 | Put back missing socket error check after select(2) | Pieter Noordhuis |
2011-07-10 | Colorize test outcome | Pieter Noordhuis |
2011-07-10 | Merge branch 'printf-width' | Pieter Noordhuis |
2011-07-10 | Test all supported types for printf-like formatting | Pieter Noordhuis |
2011-07-09 | Abort on invalid format | Pieter Noordhuis |
2011-07-09 | Use correct type when calling va_arg in formatter | Pieter Noordhuis |
2011-07-09 | Update printf-formatting tests to fail | Pieter Noordhuis |
2011-07-04 | Merge pull request #51 from rtyler/master | Pieter Noordhuis |
2011-06-27 | Update examples | Pieter Noordhuis |
2011-06-27 | Change prototype of connect callback | Pieter Noordhuis |
2011-06-27 | Extract function to check a socket for errors | Pieter Noordhuis |
2011-06-27 | Use macro's for event loop hooks | Pieter Noordhuis |
2011-06-27 | Convert the rest of the async adapters contain static functions for easier li... | R. Tyler Croy |
2011-06-27 | Make libev adapter functions static to fix linking | R. Tyler Croy |
2011-06-27 | Add implied include of stdlib.h | R. Tyler Croy |
2011-06-19 | Bump patch version | Pieter Noordhuis |
2011-06-19 | Add changelog | Pieter Noordhuis |
2011-06-19 | Revert "Add function to retrieve formatted reply" | Pieter Noordhuis |
2011-06-19 | Fix gprof target | Pieter Noordhuis |
2011-06-19 | Coverage report | Pieter Noordhuis |
2011-06-19 | Use CFLAGS and LDFLAGS instead of custom variables | Pieter Noordhuis |
2011-06-19 | Append to REAL_LDFLAGS so LDFLAGS can be overridden by the user | Pieter Noordhuis |
2011-06-19 | Pass LDFLAGS to linker when creating dynamic library | Pieter Noordhuis |
2011-06-19 | Remove unnecessary overrides | Pieter Noordhuis |
2011-06-19 | Don't pass CFLAGS when linking | Pieter Noordhuis |
2011-06-18 | Add phony target | Pieter Noordhuis |
2011-06-18 | Remove unused variables | Pieter Noordhuis |
2011-06-18 | Swap arguments | Pieter Noordhuis |
2011-06-18 | Merge DEBUG in REAL_CFLAGS | Pieter Noordhuis |
2011-06-18 | Allow *extra* CFLAGS/LDFLAGS via arguments | Pieter Noordhuis |
2011-06-18 | Merge branch 'makefile' | Pieter Noordhuis |
2011-06-18 | Move redirection around | Pieter Noordhuis |
2011-06-18 | Disallow overriding CFLAGS and LDFLAGS | Pieter Noordhuis |
2011-06-18 | Move path variables closer to install target | Pieter Noordhuis |
2011-06-18 | Move defaults outside if block | Pieter Noordhuis |
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 |