summaryrefslogtreecommitdiff
path: root/libmemcached/server.cc
Commit message (Expand)AuthorAgeFilesLines
* Added server_timeout_counter and behavior MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_L...Nicolas Van Eenaeme2013-11-201-0/+2
* Added the ability to get the local port of a memcache_instance_st.Nicolas Van Eenaeme2013-11-191-0/+18
* Remove exposed C++ namespace.Brian Aker2013-03-311-7/+7
* Encapsulate more of the cleanup logic.Brian Aker2013-01-241-1/+1
* Abstraction (which will save us merge hell with 1.2).Brian Aker2013-01-141-4/+4
* Fix case where --socket was not always been stored correctly.Brian Aker2012-09-101-3/+5
* Update cursorBrian Aker2012-07-071-1/+1
* First pass through turning instance into ++Brian Aker2012-07-071-6/+6
* Cleanup server.Brian Aker2012-06-221-7/+0
* Remove how use instance (keep API intact)Brian Aker2012-06-181-144/+31
* Add a request id for each request that hits the wire.Brian Aker2012-06-171-0/+1
* Fix server messages (clean up errors in general).Brian Aker2012-05-261-0/+5
* Latest of libtest.Brian Aker2012-04-021-8/+13
* Remove some of copy/past around incr/decrBrian Aker2012-01-281-2/+2
* This fixes memcached_dump(), and creates a couple of additional tests for mem...Brian Aker2012-01-251-4/+14
* Fix fatal testing.Brian Aker2012-01-221-1/+1
* More memcached_dump()Brian Aker2012-01-101-8/+2
* Add back in the UDP header creation.Brian Aker2011-12-301-0/+6
* Fix detangle, minor style cleanups.Brian Aker2011-12-251-10/+3
* First pass through to make sure malloc is type safeBrian Aker2011-11-301-1/+1
* Try to setup initial DNS a bit earlier in the process so that we can make use...Brian Aker2011-11-291-8/+5
* Merge in fixes for UDPBrian Aker2011-10-081-1/+1
* Merge in touch.Brian Aker2011-10-051-5/+9
* Update all of the delete key logic (split it off for ASCII)Brian Aker2011-10-021-1/+1
* Issues fixed for ClangBrian Aker2011-09-201-1/+1
* This patch creates a couple of tests around how autoeject works.Brian Aker2011-08-201-0/+1
* Merge in updates for server failure testing.Brian Aker2011-08-191-4/+4
* Add test cases for add server for NULL cases.Brian Aker2011-08-151-14/+24
* Merge in removal of dead constants (don't need them any longer).Brian Aker2011-07-291-4/+0
* OSX fixes, make memcapable a test.Brian Aker2011-07-261-0/+4
* Remove old watchpoint system.Brian Aker2011-07-211-0/+2
* Fix for 809390Brian Aker2011-07-201-0/+1
* Cleans up the assert and some other things that Fedora 15 found.Brian Aker2011-07-191-1/+0
* Merge in all of libtest updates.Brian Aker2011-07-181-4/+4
* Updating test framework for startup/shutdown of memcached.Brian Aker2011-07-011-43/+32
* Add in test cases for --socket (and documentation).Brian Aker2011-06-291-5/+30
* Merge in namespace fixes for binary protocol.Brian Aker2011-06-281-1/+1
* Merge in fix for additional logic for timeouts.Brian Aker2011-06-141-5/+6
* Fix set_last_disconnected_host() to handle a null operation.Brian Aker2011-05-241-2/+4
* Simply free so that we can not have a bunch of if/else around using custom/no...Brian Aker2011-05-231-16/+2
* This fixes bug 776354.Brian Aker2011-05-231-6/+6
* Small style cleanupBrian Aker2011-05-181-21/+46
* Merge in fix so that we don't have to do weight on the const rootBrian Aker2011-05-031-5/+0
* Merge in conversion to C++.Brian Aker2011-04-271-0/+342