summaryrefslogtreecommitdiff
path: root/libmemcached
Commit message (Expand)AuthorAgeFilesLines
* Remove line that get un-commented out.Brian Aker2014-02-021-1/+1
* Store data.Brian Aker2014-02-012-1/+24
* Remove extra ifBrian Aker2014-02-011-7/+4
* Clean up some library usage.Brian Aker2013-11-211-2/+2
* Update use for CFLAGS.Brian Aker2013-11-201-3/+7
* Allows zero as a value for retry.Brian Aker2013-11-202-14/+12
* Cleanup for OSX 9Brian Aker2013-11-042-11/+9
* Fix an error where client won't set error_messageBrian Aker2013-10-112-25/+38
* Fix for case where key may not be checked.Brian Aker2013-09-1610-167/+198
* Adds additional test cases and checks for binary for increment and decrement ...Brian Aker2013-09-151-0/+6
* Fix bad if pathBrian Aker2013-08-061-9/+11
* Update ddm4 and fix OS symbols.Brian Aker2013-07-181-4/+4
* Clean up cppcheck and add SKIP_UNLESSBrian Aker2013-04-212-2/+2
* Fix warnings found by cppcheck.Brian Aker2013-04-101-2/+5
* Remove exposed C++ namespace.Brian Aker2013-03-3142-238/+225
* Fix for lp:1123153 (poor use of strtol).Brian Aker2013-02-233-27/+176
* Fix case where we initialize a packet we will never actually use.Brian Aker2013-02-192-32/+31
* Fix for failure/reset issue in failed IO get call.Brian Aker2013-02-151-19/+14
* Fix for bug in server for touchBrian Aker2013-02-123-32/+27
* Update for new warnings.Brian Aker2013-02-122-5/+6
* Fix APPLE identifier.Brian Aker2013-02-111-1/+1
* Update from build trunk.Brian Aker2013-02-116-13/+139
|\
| * Adding missing windows file.Brian Aker2013-02-042-0/+126
| * Harmonize WIN32, and update bootstrapBrian Aker2013-02-035-13/+13
* | Increment bison required version.Brian Aker2013-02-111-1/+1
|/
* Update for scanner.Brian Aker2013-01-291-1/+3
* Cleanup for F18 build notices.Brian Aker2013-01-299-74/+57
* Clean up interfaces so that 1.2 is a bit easier to upgrade too.Brian Aker2013-01-296-36/+28
* Fix binary touch.Brian Aker2013-01-281-1/+5
* Cleanup around the timeout code.Brian Aker2013-01-284-60/+99
* Encapsulate more of the cleanup logic.Brian Aker2013-01-247-68/+63
* Minor cleanup in confirming socket close.Brian Aker2013-01-2310-89/+94
* Update, add class keyword to solve build issue for Bison 2.7 on OSX.Brian Aker2013-01-171-1/+1
* Fixes that come from clang.Brian Aker2013-01-171-1/+8
* Merge of current build tree.Brian Aker2013-01-161-12/+12
|\
| * Clean up semantics for calling memcached_create() internally.Brian Aker2013-01-151-12/+12
* | Fixes for scanner/parser from OSX.Brian Aker2013-01-152-2/+10
|/
* Abstraction (which will save us merge hell with 1.2).Brian Aker2013-01-1434-304/+443
* Split up how we call quit.Brian Aker2013-01-102-206/+209
* Added support for two part shutdown of socket.Brian Aker2013-01-105-47/+81
* Update for mingw compile.Brian Aker2013-01-096-12/+29
* Update local poll() implementation.Brian Aker2013-01-086-11/+159
* Update assert rule.Brian Aker2013-01-071-12/+13
* Update yatl.Brian Aker2013-01-076-29/+47
* Update to stats in case of bad function call.Brian Aker2012-12-311-1/+13
* Fix allocation on stat so that it uses malloc() since a user will need to use...Brian Aker2012-12-314-19/+5
* Break up command from key.Brian Aker2012-12-291-2/+2
* Update so that we can move to event based fetch.Brian Aker2012-12-282-16/+23
* Style cleanup.Brian Aker2012-12-281-7/+12
* First pass for restructured IOBrian Aker2012-12-279-30/+95