Commit Graph

  • 7d38176bdb Call project() with parsed version string Justin Brewer 2019-01-21 13:57:11 -0600
  • 58d0e28333 Enable make test Justin Brewer 2019-01-21 13:56:59 -0600
  • 9ea7ddec0c Generate and install hiredis.pc Justin Brewer 2019-01-21 13:42:58 -0600
  • edfab35cdc Install async.h Justin Brewer 2019-01-21 13:41:58 -0600
  • 0c57a083c7 Add ENABLE_EXAMPLES option, off by default Justin Brewer 2019-01-21 15:05:04 -0600
  • bbad21f5ca Add examples to CMakeLists Mark Nunberg 2018-10-01 21:38:45 -0400
  • ead586a2cb Add CMake system. Initial commit Mark Nunberg 2018-09-25 19:44:58 -0400
  • c732240152
    Merge pull request #644 from codehz/codehz-patch-1 Mark Nunberg 2019-01-28 08:57:19 -0500
  • be6bb39fda
    Fix Invalid argument after redisAsyncConnectUnix Code Hz 2019-01-28 21:54:42 +0800
  • e6e5a2cba6
    Merge pull request #632 from Mic92/patch-1 Mark Nunberg 2018-12-05 07:48:28 -0500
  • 088d1469b3 Fix regression when connecting with Unix sockets (#629) Mark Nunberg 2018-12-05 07:47:05 -0500
  • 8633a2f32e Allow connections to unix socket in example Mark Nunberg 2018-12-05 07:02:26 -0500
  • 2fa34e37af
    Makefile: use predefined AR Jörg Thalheim 2018-12-04 20:47:37 +0000
  • 91289c81ee
    Merge pull request #624 from yossigo/fix/libuv-errors Mark Nunberg 2018-11-30 06:52:39 -0500
  • a7516ada53
    Merge pull request #628 from devnexen/freebsd_ut_fix Mark Nunberg 2018-11-30 06:50:55 -0500
  • d9fe8bdf67 FreeBSD build fix David Carlier 2018-11-26 16:20:51 +0000
  • 9ce15c4b39 Fix errors not propagating properly with libuv.h. Yossi Gottlieb 2018-11-04 09:52:02 +0200
  • 9ff1cc7826 Update README.md Jean Flach 2018-10-26 15:56:27 +0200
  • 970e5fa0a3
    Merge pull request #620 from hacst/patch-1 Michael Grunder 2018-10-25 09:53:50 -0700
  • 169fcc708b Fix redisBufferRead documentation Stefan Hacker 2018-10-24 23:36:44 +0200
  • 67036ef70c
    Merge pull request #578 from mnunberg/connfix Mark Nunberg 2018-10-03 06:53:42 -0400
  • 747d78beaa
    Merge pull request #580 from charsyam/feature/fix-realloc Mark Nunberg 2018-09-27 07:07:00 -0400
  • 273fae1dea
    Merge pull request #614 from thomaslee/tom_cppflags Mark Nunberg 2018-09-26 22:35:38 -0400
  • 3bcf286356 Add CPPFLAGS to REAL_CFLAGS Tom Lee 2018-09-26 13:25:24 -0700
  • fbf2d037e7 Update changelog for 0.14.0 michael-grunder 2018-09-26 12:17:25 -0700
  • 3cb4fb2395 Skip NXDOMAIN test when using evil ISPs Mark Nunberg 2018-09-25 20:50:02 -0400
  • cbe4ae63ae Handle connection errors better in blocking mode as well Mark Nunberg 2018-03-05 12:17:49 +0200
  • 5e6bbf8c60 saddr should be addrlen bytes Mark Nunberg 2018-03-05 11:57:22 +0200
  • 49974c9359 Call connect(2) again for non-blocking connect Mark Nunberg 2018-03-04 18:17:16 +0200
  • 685030652c
    Merge pull request #612 from thomaslee/tom_release_prep Mark Nunberg 2018-09-25 18:59:34 -0400
  • 29c82b728c Prepare for the 0.14.0 release Tom Lee 2018-09-25 15:47:34 -0700
  • d153c1f3c0
    Merge pull request #610 from thomaslee/tom_static_string2ll Mark Nunberg 2018-09-24 20:43:33 -0400
  • c3188bfb1f Make string2ll static to avoid conflict with redis Tom Lee 2018-09-24 16:14:08 -0700
  • a65537a672 Use -dynamiclib instead of -shared on macOS Ryan Schmidt 2018-05-31 02:52:45 -0500
  • 967027c881 Add Changelog entry about the integer parsing changes Justin Brewer 2018-05-21 10:58:40 -0500
  • 300fc013c1 Add Changelog entry about the integer parsing changes Justin Brewer 2018-05-21 10:58:40 -0500
  • ef4256670f Update createArray to take size_t Justin Brewer 2018-05-17 20:19:12 -0500
  • 33a36dc25b Don't overflow 32 bit machines in the tests! michael-grunder 2018-05-20 12:34:20 -0700
  • 60f622b892 Add an integer parsing heavy workload to throughput testing michael-grunder 2018-05-20 11:57:21 -0700
  • 7bef042c03 Use string2ll from Redis michael-grunder 2018-05-20 10:44:19 -0700
  • 1091975857 Fix bulk and multi-bulk length truncation Justin Brewer 2018-05-17 20:17:13 -0500
  • 93421f9d84 Properly detect integer parse errors Justin Brewer 2018-05-17 18:29:31 -0500
  • dbde4f68cf Merge branch 'master' of github.com:redis/hiredis michael-grunder 2018-05-16 09:57:40 -0700
  • 9d3b4ec703 Make sure we've got a path separator before the actual dylib name michael-grunder 2018-05-16 09:08:00 -0700
  • 03938d7ad2 Merge remote-tracking branch 'ryandesign/install_name' michael-grunder 2018-05-16 09:01:21 -0700
  • c5cb456421
    Merge pull request #596 from ryandesign/cp-pPR Michael Grunder 2018-05-15 18:16:12 -0700
  • 0e9af8acb6
    Use cp -pPR instead of cp -a Ryan Schmidt 2018-05-14 17:37:14 -0500
  • 881fcb776d
    Use absolute install_name Ryan Schmidt 2018-05-14 14:32:05 -0500
  • 7a1acdfeb5 Merge remote-tracking branch 'justinbrewer/hiredis-pr1' into posix-build-fixes michael-grunder 2018-05-13 18:08:57 -0700
  • c1af0e849d Attempted fix for Cygwin to expose getaddrinfo and friends michael-grunder 2018-05-09 21:13:01 -0700
  • fbc4971d7d Merge remote-tracking branch 'hyjin/master' michael-grunder 2018-05-09 16:37:00 -0700
  • 58e6b87f51 Remove redundant NULL checks Justin Brewer 2018-03-27 13:47:29 -0500
  • 54acc8f087 Remove redundant zero stores Justin Brewer 2018-03-27 13:44:01 -0500
  • 546d9415e1 Fix a segfault on *BSD Justin Brewer 2018-04-17 13:47:51 -0500
  • d1c1b668c1 Drop __redis_strerror_r Justin Brewer 2018-04-17 15:04:37 -0500
  • 49bbaacc79 Strip down fmacros.h Justin Brewer 2018-04-13 14:40:34 -0500
  • bbeab80090 Use AF_UNIX Justin Brewer 2018-04-12 15:22:51 -0500
  • 471557c349 fix common realloc mistake and add null check more charsyam 2018-03-17 17:41:43 +0900
  • 3d8709d19d Merge #569 not-a-robot[bot] 2018-01-06 12:26:55 +0000
  • 952a33f298 Make it compile on IBM AIX systems Jan-Erik Rediger 2018-01-05 16:27:10 +0100
  • a827f5a898 Merge #568 not-a-robot[bot] 2018-01-05 19:15:24 +0000
  • 94ed2e430b Make XOPEN_SOURCE definition explicit per architecture Jan-Erik Rediger 2018-01-05 16:17:09 +0100
  • 9219556386 calloc param fixes and NULL check cdliuqiang@gmail.com 2017-08-16 12:36:35 +0800
  • 43284ee495
    Merge pull request #561 from zshipko/master Jan-Erik Rediger 2018-01-05 15:50:31 +0100
  • abc60433e6
    Merge pull request #564 from dmvo/master Jan-Erik Rediger 2018-01-05 15:49:51 +0100
  • 12a9d1a32b Strip compiler options from the CC variable Dmitri Vorobiev 2017-12-28 11:42:45 +0200
  • 3238cf4fe7 Remove $(ARCH) expansion from the Makefile Dmitri Vorobiev 2017-12-27 14:43:03 +0200
  • a2ef2b69bf Fix "make install" on OpenBSD Zach Shipko 2017-11-28 17:43:11 -0800
  • 07d414731b Merge #554 not-a-robot[bot] 2017-11-07 08:26:51 +0000
  • f861d9dc50 chore: Build only branches bors needs Jan-Erik Rediger 2017-11-07 09:26:02 +0100
  • 725a96aaa2 build: do not assume that INSTALL is cp Igor Gnatenko 2017-10-30 10:19:47 +0100
  • 43d92c59f3 Merge pull request #542 from EdwardBetts/spelling Jan-Erik Rediger 2017-09-01 20:47:20 +0200
  • ea42d7e5f6 correct spelling mistake Edward Betts 2017-09-01 18:44:29 +0100
  • 97d611e9b5 Merge #533 not-a-robot[bot] 2017-07-15 14:50:49 +0000
  • 74be165c84 Merge #524 #525 not-a-robot[bot] 2017-07-15 14:17:07 +0000
  • 7d99652241 Merge #523 not-a-robot[bot] 2017-07-15 14:05:56 +0000
  • 4d8f3fb207 Merge pull request #532 from amallia/assert-side-effects Jan-Erik Rediger 2017-06-16 08:42:17 +0200
  • 3c32344a41 Small fixes amallia 2017-06-15 20:56:12 +0100
  • b46413647f Assert statement calls a function which has side effects amallia 2017-06-15 20:33:23 +0100
  • 6114da6429 Fix compilation on FreeBSD 10.3 with default compiler eldarko 2017-05-17 11:03:24 +0300
  • 706129a161 Don't pass a negative value to __redisAsyncCommand if redisFormatSdsCommandArgv fails Frederik Deweerdt 2017-05-15 09:19:21 -0700
  • e21c9c6729 Fix leak if setsockopt fails Frederik Deweerdt 2017-05-15 09:14:12 -0700
  • 97cd8157f7 Merge pull request #514 from zfzsoft/patch-1 Jan-Erik Rediger 2017-04-07 21:12:58 +0200
  • 2d37f60860 Merge pull request #516 from redis/changed-cygwin Jan-Erik Rediger 2017-04-07 21:12:33 +0200
  • fa4d611708 chore(CI): Skip installing Cygwin Jan-Erik Rediger 2017-04-07 17:39:45 +0200
  • f330459ebf Merge pull request #473 from trustfarm-dev/master Jan-Erik Rediger 2017-04-07 16:50:17 +0200
  • 515228e5a1 Update libevent.h zfz 2017-03-28 16:46:55 +0800
  • 29cb95f4f6 Merge pull request #513 from i110/master Jan-Erik Rediger 2017-03-22 17:03:16 +0100
  • 2ec7740c3a suppress gcc complaint Ichito Nagata 2017-03-22 17:03:52 +0900
  • d4699989ca Use cached local variable instead using accessor Hyungjin Kim 2017-01-30 20:01:01 +0900
  • be76c56b51 Consider sub by pattern when clear subscribed flag Hyungjin Kim 2017-01-30 20:00:04 +0900
  • c9b72f97f8 Merge pull request #499 from jinq0123/fixbug/redisSetErrorFromErrno Jan-Erik Rediger 2017-01-23 17:03:14 +0100
  • 25cd884f6b Fix __redisSetErrorFromErrno() can not get error string. Jin Qing 2016-12-30 23:13:02 +0800
  • 33152ad163 Auto merge of #429 - xinchuantao:master, r=badboy not-a-robot 2016-12-09 11:37:25 +0100
  • b4f9fc1a2a Auto merge of #468 - paul-scott:master, r=badboy not-a-robot 2016-12-09 11:12:16 +0100
  • 8636d90821 Avoid unchecked malloc Jan-Erik Rediger 2016-12-09 10:51:10 +0100
  • afdef3e6ec Merge pull request #479 from DonaldWhyte/patch-1 Jan-Erik Rediger 2016-11-04 15:22:16 +0100
  • 41b07dab5e Remove trailing comma in redisConnectionType enum Donald Whyte 2016-10-25 09:25:24 +0100
  • 06eedd8a24 Build error patch with glib-2.0 Trustfarm-heart 2016-10-10 04:17:28 +0900
  • 073dc84399 Counting pending subscribe. Fix #396 Hyungjin Kim 2016-09-30 00:11:27 +0900