Commit Graph

  • ca64a41edb Add Travis badge to README Pieter Noordhuis 2013-01-26 11:30:48 -0800
  • eee78a7140 Add Travis configuration Pieter Noordhuis 2013-01-26 11:28:19 -0800
  • f05909cd53 Merge pull request #147 from hdoreau/d7e3268f48b457cb52336d264f8860b336faea9f Pieter Noordhuis 2013-01-26 11:18:45 -0800
  • 9df327e8fd Merge pull request #119 from thefab/fix99 Pieter Noordhuis 2013-01-26 11:09:15 -0800
  • d7e3268f48 Prevent AsyncConnect from crashing on memory allocation failures. Henri Doreau 2013-01-22 15:53:17 +0100
  • 814be4f5bd Made connect functions return NULL on alloc failures. Henri Doreau 2013-01-22 10:16:30 +0100
  • ba6c3c152c constify: constify some variables / functions Nathan McSween 2012-11-12 19:48:21 +0000
  • bf161d996f Try again later for EINTR errors (see issue #99) Fabien MARTY 2012-07-31 23:38:08 +0200
  • 3c46b13a62 Merge pull request #128 from clongeau/master Pieter Noordhuis 2012-10-25 08:09:24 -0700
  • 8cbedceca7 make redisConnectWithTimeout connect to 127.0.0.1 instead of 127.0.0.2 Charles Longeau 2012-10-25 12:40:15 +0300
  • 0fff0f182b Bump minor version because reader struct changed Pieter Noordhuis 2012-08-27 23:55:42 -0700
  • 1f420bd31b Mention changes in CHANGELOG Pieter Noordhuis 2012-08-27 23:55:23 -0700
  • 05d0608ab9 Test new maximum depth of multi-bulk replies Pieter Noordhuis 2012-08-27 23:47:38 -0700
  • f7f022e4e0 On stack buffer to read replies set to 16k (was 2k). antirez 2012-08-21 15:10:16 +0200
  • 51ab89d899 Max depth of multi-bulk reply moved from 2 to 7. antirez 2012-08-21 15:06:06 +0200
  • 7f095053c6 Configurable reader max idle buffer size. antirez 2012-08-21 15:01:47 +0200
  • 7f346477c8 Add ARCH to Makefile CFLAGS / LDFLAGS. antirez 2012-08-21 14:29:49 +0200
  • 7ec4df9403 Spontaneous error reply can always happen Pieter Noordhuis 2012-07-31 17:40:46 -0700
  • f2ddeeae95 Merge pull request #101 from ErikDubbelboer/spelling Pieter Noordhuis 2012-07-11 08:49:48 -0700
  • 63e34f5fe0 Merge pull request #112 from nessence/master Pieter Noordhuis 2012-07-11 08:49:20 -0700
  • 01cce89d9d async: support for determining monitor mode, if so, repush replies callback in expectation of another reply. Alex Leverington 2012-07-11 02:53:58 -0500
  • f8debbfdbe Use poll() instead of select() inside redisContextWaitReady() Mark Ellzey 2012-02-21 18:20:29 -0500
  • bd2501078e Fixed typo in README Erik Dubbelboer 2012-04-07 15:07:40 +0200
  • 857b2690af Update README with actual async callback behavior Pieter Noordhuis 2012-02-06 11:07:42 -0800
  • d5d884378d Merge pull request #72 from chipdude/master Pieter Noordhuis 2011-12-20 10:45:27 -0800
  • 56ae8aa110 DRY list of integer formats Chip Salzenberg 2011-12-20 10:06:23 -0800
  • 1d5e27f6d7 more error messages Chip Salzenberg 2011-12-20 10:05:57 -0800
  • 95e83386f7 Merge pull request #70 from mrb/increase_read_depth Pieter Noordhuis 2011-12-02 10:29:29 -0800
  • 52a29a124b increase read depth by one, would allow ruby redis client to read from slowlog mrb 2011-12-02 08:45:13 -0500
  • 4aa3179332 Merge pull request #67 from jzwinck/master Pieter Noordhuis 2011-11-28 13:44:18 -0800
  • 347528cf48 Fix minor inconsistencies in comment. John Zwinck 2011-11-28 16:37:35 -0500
  • 7bc9f54134 Merge pull request #47 from geoffgarside/addrinfo Pieter Noordhuis 2011-07-20 05:02:08 -0700
  • 6bde974927 Merge pull request #54 from rtyler/pu Pieter Noordhuis 2011-07-11 01:18:57 -0700
  • e6cf455be5 Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support R. Tyler Croy 2011-07-07 14:22:26 -0700
  • b3290392d9 Put back missing socket error check after select(2) Pieter Noordhuis 2011-07-10 17:51:37 +0200
  • b52193977e Colorize test outcome Pieter Noordhuis 2011-07-10 17:36:07 +0200
  • e40daec29a Merge branch 'printf-width' Pieter Noordhuis 2011-07-10 17:28:51 +0200
  • dad240f0a3 Test all supported types for printf-like formatting Pieter Noordhuis 2011-07-10 17:22:36 +0200
  • 2da784ce8f Abort on invalid format Pieter Noordhuis 2011-07-09 15:05:53 +0200
  • 27c96dde77 Use correct type when calling va_arg in formatter Pieter Noordhuis 2011-07-09 15:03:00 +0200
  • 4ac55be9b5 Update printf-formatting tests to fail Pieter Noordhuis 2011-07-09 14:54:01 +0200
  • 5def86434e Merge pull request #51 from rtyler/master Pieter Noordhuis 2011-07-04 15:07:46 -0700
  • 0625e7c5fe Update examples Pieter Noordhuis 2011-06-27 23:55:25 +0200
  • 3313bcd191 Change prototype of connect callback Pieter Noordhuis 2011-06-27 23:52:29 +0200
  • e6d997a96f Extract function to check a socket for errors Pieter Noordhuis 2011-06-27 23:42:18 +0200
  • 026d5ae750 Use macro's for event loop hooks Pieter Noordhuis 2011-06-27 22:49:25 +0200
  • 0bf4dded31 Convert the rest of the async adapters contain static functions for easier linking R. Tyler Croy 2011-06-27 12:40:12 -0700
  • 62c8917f2f Make libev adapter functions static to fix linking R. Tyler Croy 2011-06-27 12:13:11 -0700
  • 0f2e899c41 Add implied include of stdlib.h R. Tyler Croy 2011-05-20 17:08:36 -0700
  • 3cc6a7f299 Bump patch version Pieter Noordhuis 2011-06-19 13:45:36 +0200
  • cecee6b764 Add changelog Pieter Noordhuis 2011-06-19 13:44:44 +0200
  • 375ba48eea Revert "Add function to retrieve formatted reply" Pieter Noordhuis 2011-06-19 13:41:25 +0200
  • f9a3229873 Fix gprof target Pieter Noordhuis 2011-06-19 13:13:39 +0200
  • 54a10a27e7 Coverage report Pieter Noordhuis 2011-06-19 13:07:12 +0200
  • be5e943ddd Use CFLAGS and LDFLAGS instead of custom variables Pieter Noordhuis 2011-06-19 12:37:15 +0200
  • cc8ed7360e Append to REAL_LDFLAGS so LDFLAGS can be overridden by the user Pieter Noordhuis 2011-06-19 12:34:41 +0200
  • 608e29b375 Pass LDFLAGS to linker when creating dynamic library Pieter Noordhuis 2011-06-19 12:33:51 +0200
  • ff09caa04a Remove unnecessary overrides Pieter Noordhuis 2011-06-19 12:16:25 +0200
  • 888b90d6ea Don't pass CFLAGS when linking Pieter Noordhuis 2011-06-19 10:21:05 +0200
  • 3331c22eb9 Add phony target Pieter Noordhuis 2011-06-18 17:30:59 +0200
  • b8e0edaabb Remove unused variables Pieter Noordhuis 2011-06-18 17:18:08 +0200
  • 0c2de2525e Swap arguments Pieter Noordhuis 2011-06-18 17:17:48 +0200
  • 58ebe7acbd Merge DEBUG in REAL_CFLAGS Pieter Noordhuis 2011-06-18 17:17:15 +0200
  • fc810f77d3 Allow *extra* CFLAGS/LDFLAGS via arguments Pieter Noordhuis 2011-06-18 17:14:04 +0200
  • 79056321be Merge branch 'makefile' Pieter Noordhuis 2011-06-18 16:49:10 +0200
  • 7a9127c938 Move redirection around Pieter Noordhuis 2011-06-18 16:46:18 +0200
  • 722c142801 Disallow overriding CFLAGS and LDFLAGS Pieter Noordhuis 2011-06-18 16:42:55 +0200
  • 461110e809 Move path variables closer to install target Pieter Noordhuis 2011-06-18 16:28:33 +0200
  • b2bf7ba8c0 Move defaults outside if block Pieter Noordhuis 2011-06-18 16:21:39 +0200
  • 93329c467e Library variables may not be overridden Pieter Noordhuis 2011-06-18 16:19:59 +0200
  • 2ccb6e58ef Merge CCLINK with LDFLAGS Pieter Noordhuis 2011-06-18 16:09:59 +0200
  • 367ac44ac1 Remove private feature macros for Solaris from compiler flags Pieter Noordhuis 2011-06-18 16:02:42 +0200
  • 2cd46456c0 Add myself to Makefile license Pieter Noordhuis 2011-06-18 16:00:42 +0200
  • 8ee630875a Remove unused libraries from link flags Pieter Noordhuis 2011-06-18 15:56:41 +0200
  • d7dc9ca7c9 Fallback to gcc when $CC is not in $PATH Pieter Noordhuis 2011-06-18 15:25:30 +0200
  • c4ed06d90c Fix incorrect "no route to host" errors. Geoff Garside 2011-06-18 14:08:25 +0100
  • d5a28db039 7th revision is not necessary Pieter Noordhuis 2011-06-18 15:06:27 +0200
  • 1ac7121f65 Define _POSIX_C_SOURCE for Solaris Pieter Noordhuis 2011-06-18 15:05:33 +0200
  • e0d5c71277 Fix compiler warnings Pieter Noordhuis 2011-06-18 12:29:49 +0200
  • 3afe2585de Use getaddrinfo(3) in redisContextConnectTcp. Geoff Garside 2011-06-17 19:26:46 +0100
  • b4664b41c7 Add redisSetReuseAddr(c, fd) static function. Geoff Garside 2011-06-17 17:41:28 +0100
  • 5f5b3d9787 Fix for issue #45 Pieter Noordhuis 2011-06-09 09:23:54 +0200
  • 159a83ab8a Flag to disable throughput tests Pieter Noordhuis 2011-06-09 09:16:31 +0200
  • 7a8de1fe25 Exit with a non-zero status when tests failed Pieter Noordhuis 2011-05-29 10:03:39 -0700
  • 1c29aafd47 Clarify rationale behind issue #43 Pieter Noordhuis 2011-05-25 15:28:54 +0200
  • 63dcf9b741 Make sure subscribe is still respected Blake Matheny 2011-05-24 12:59:02 -0400
  • 7268857254 Fix the case where an error reply is received before any callbacks are registered Blake Matheny 2011-05-24 11:46:19 -0400
  • 82ad944412 Test against unix socket connection in make check target Pieter Noordhuis 2011-05-22 16:35:20 +0200
  • 9723a4fc46 More control over host/port and unix path in test.c Pieter Noordhuis 2011-05-22 16:25:52 +0200
  • 5793b999a9 Add "make check" target (useful for automated tests). Piotr Sikora 2011-04-13 05:45:08 +0000
  • 875a209399 Add note about freeReplyObject and the asynchronous API Pieter Noordhuis 2011-05-22 15:15:18 +0200
  • d90dca1e81 Remove TODO Pieter Noordhuis 2011-05-05 17:02:06 +0200
  • 77540aa316 Add function to retrieve formatted reply Pieter Noordhuis 2011-05-02 14:21:48 +0200
  • df203bc328 cp on Solaris doesn't have -a Pieter Noordhuis 2011-04-22 13:00:04 +0200
  • 81c00aab32 Add versioned symlinks for install target Pieter Noordhuis 2011-04-22 12:54:19 +0200
  • dd9f0810dc Solaris needs the static lib as last argument Pieter Noordhuis 2011-04-22 12:53:23 +0200
  • 6d026b70d0 Bump version to 0.10.0 Pieter Noordhuis 2011-04-22 12:15:50 +0200
  • 1381e22db1 Move OBJ argument Pieter Noordhuis 2011-04-22 12:01:46 +0200
  • 595f2f88dd Braces -> parentheses Pieter Noordhuis 2011-04-22 12:00:56 +0200
  • 721e390de5 Separate basename and suffix for library filename Pieter Noordhuis 2011-04-22 11:54:16 +0200