summaryrefslogtreecommitdiff
path: root/libmemcached-1.0
Commit message (Expand)AuthorAgeFilesLines
* Added server_timeout_counter and behavior MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_L...Nicolas Van Eenaeme2013-11-204-1/+5
* Added the ability to get the local port of a memcache_instance_st.Nicolas Van Eenaeme2013-11-191-0/+3
* Cleanup for OSX 9Brian Aker2013-11-041-1/+1
* Add typedef for memcached_server_instance_st to deprecated_types.hMarc Abramowitz2013-09-111-0/+1
* Fix for memcapable (it should not be looking at the local server automatically)Brian Aker2013-05-031-0/+1
* Remove exposed C++ namespace.Brian Aker2013-03-317-27/+20
* Harmonize WIN32, and update bootstrapBrian Aker2013-02-031-2/+2
* Update for mingw compile.Brian Aker2013-01-091-1/+5
* Refactor DEPENDENCIESBrian Aker2012-12-171-3/+0
* Fix issue where we couldn't compile if only working with static.Brian Aker2012-11-231-7/+10
* Add support for murmur3Brian Aker2012-11-211-0/+1
* When returning CLIENT_ERROR do not close the socket connection (i.e. it shoul...Brian Aker2012-11-121-0/+1
* Numerous fixes related to compiling for mingwBrian Aker2012-10-281-15/+11
* A number of small build fixes found while looking at mingw support.Brian Aker2012-10-252-6/+12
* Fix all include location, and drop versions of the library that were never sh...Brian Aker2012-10-136-66/+62
* Add new method which allows someone to "take" a value from a result object.Brian Aker2012-10-061-0/+3
* Fix situation where test case might bomb if not enough memory is available.Brian Aker2012-09-161-0/+3
* Fix snd/recv when number is higher then domain of value.Brian Aker2012-08-121-1/+1
* Fixes for OSX LionBrian Aker2012-07-261-1/+1
* Update (clarify weighted usage).Brian Aker2012-07-102-3/+2
* Add ability to have version "just requested" when you initially connect.Brian Aker2012-07-091-0/+3
* Update cursorBrian Aker2012-07-071-1/+2
* First pass through turning instance into ++Brian Aker2012-07-073-4/+15
* Readability fixBrian Aker2012-07-061-51/+51
* This fixes lp:1010899, which showed a condition where we could end up with a ...Brian Aker2012-07-061-7/+24
* Cleanup server.Brian Aker2012-06-221-9/+0
* Fix exists.Brian Aker2012-06-211-0/+7
* Remove how use instance (keep API intact)Brian Aker2012-06-183-3/+13
* Add a request id for each request that hits the wire.Brian Aker2012-06-171-0/+1
* Add in version information for YATLBrian Aker2012-06-081-2/+2
* Fix server messages (clean up errors in general).Brian Aker2012-05-263-7/+8
* Const issue for C++ include.Brian Aker2012-05-191-46/+80
* Update for OSX build issues.Brian Aker2012-05-101-1/+3
* Update cinttype for older CentOS/RHEL versions.Brian Aker2012-05-031-10/+9
* Add LIBMEMCACHED_API for exist.Brian Aker2012-04-261-0/+2
* Update for protocol (and a single fix).Brian Aker2012-04-241-1/+1
* This add AES support.Brian Aker2012-04-084-0/+52
* Latest of libtest.Brian Aker2012-04-021-0/+1
* Updates to m4Brian Aker2012-01-291-0/+8
* Fix it so that we use the result object for storing the numeric result that w...Brian Aker2012-01-281-0/+1
* This fixes memcached_dump(), and creates a couple of additional tests for mem...Brian Aker2012-01-252-3/+5
* Fix fatal testing.Brian Aker2012-01-221-4/+11
* Remove dead m4, and make sure that the sort buffer is always large enough to ...Brian Aker2012-01-071-0/+6
* Adding in patch for DEAD server completion.Brian Aker2012-01-073-0/+3
* Update for storage to now use vectorBrian Aker2011-12-281-1/+1
* Update to tests (just moved for version specifics). Outlined basics for 1.2, ...Brian Aker2011-12-1239-437/+1476
* First pass through to make sure malloc is type safeBrian Aker2011-11-301-0/+24
* Break out local functions.Brian Aker2011-11-297-90/+0
* Remove private declaration from public API.Brian Aker2011-11-281-15/+0
* Fixes for returning better error in parser if namespace is invoked twice.Brian Aker2011-11-231-0/+1