log src/lib-dict/dict-memcached.c @ 22664:fea53c2725c0

age author description
Fri, 06 May 2016 12:19:21 +0300 Timo Sirainen lib-dict: Moved/removed explicit stack frames in dict drivers.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Wed, 11 Jan 2017 01:57:46 +0100 Stephan Bosch global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Tue, 21 Jun 2016 12:04:24 +0300 Timo Sirainen lib-dict: Explicitly specify used dict_vfuncs methods for drivers.
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Wed, 02 Sep 2015 17:34:43 +0300 Timo Sirainen lib-dict: Added async API for lookup and iteration.
Sat, 29 Aug 2015 14:26:30 +0300 Stephan Bosch Changed type of internet port values to in_port_t everywhere.
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Thu, 28 Aug 2014 21:56:41 +0900 Timo Sirainen lib-dict: Changed dict.init() API to take struct dict_settings and added dict_init_full().
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 16 Nov 2013 21:20:31 +0200 Timo Sirainen Use io_loop_set_current() instead of directly setting it.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sat, 13 Oct 2012 01:09:37 +0300 Timo Sirainen lib-dict: dict_init() now returns error string instead of logging it
Wed, 03 Oct 2012 04:14:33 +0300 Timo Sirainen lib-dict: Fixed error handling on initialization.
Sun, 16 Sep 2012 00:52:39 +0300 Timo Sirainen dict_init() API changed to return int.
Thu, 16 Aug 2012 06:09:22 +0300 Timo Sirainen connection API: Fixed connected() callback to actually allow detecting failed connects.
Tue, 14 Aug 2012 06:22:44 +0300 Timo Sirainen dict: Implemented dict_append()
Fri, 10 Aug 2012 05:24:07 +0300 Timo Sirainen Merged changes from v2.1 tree.
Mon, 23 Jul 2012 21:43:39 +0300 Timo Sirainen lib-dict: Added memcached backend using its binary protocol.