summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* Issue 200: Don't fire dtrace probe as the last thing in a functionTrond Norbye2011-07-181-2/+1
* shed some dead udp_port code1.4.6-rc1dormando2011-07-121-3/+0
* Revert "Fix incorrect udp_port bind selection."dormando2011-07-121-2/+2
* fix race crash for accepting new connectionsdormando2011-07-121-1/+26
* must reallocate in incr/decr if item in usedormando2011-07-111-1/+1
* fix incr/decr race conditions for binary protdormando2011-07-111-62/+65
* fix incr/decr race conditions for ASCII protdormando2011-07-111-19/+26
* Fix incorrect udp_port bind selection.Dan McGee2011-07-071-2/+2
* Bind each UDP socket to an a single worker thread in multiport envTrond Norbye2011-03-011-1/+13
* Add support for using multiple portsTrond Norbye2011-03-011-3/+33
* Issue 154: pid file out of sync (created before socket binding)Trond Norbye2010-11-121-9/+18
* Issue 155: bind to multiple interfaceTrond Norbye2010-11-101-4/+31
* Issue 152: Fix error message from mgetTrond Norbye2010-09-141-0/+6
* Refuse to start if we detect libevent 1.[12]Trond Norbye2010-09-141-0/+27
* Use vperror to print error messages related to pid file problemsJørgen Austvik2010-02-221-3/+3
* Added reclaimed statistics.Trond Norbye2010-01-121-1/+2
* Allow noreply mixed with 0 delay.1.4.4Dustin Sallings2009-11-261-4/+8
* Allow a delete duration of 0.Dustin Sallings2009-11-261-1/+2
* Added auth_enabled_sasl setting stat and tests for the sasl stats.Matt Ingenthron2009-11-261-0/+1
* Added new stats to track sasl authentication.Matt Ingenthron2009-11-261-1/+10
* Use strncmp when checking for large ascii multigets.Tomash Brechko2009-11-021-1/+3
* TCP and UDP ports should follow each other. bug67Dustin Sallings2009-10-301-0/+10
* Issue 104: stats bug for cmd_getTrond Norbye2009-10-291-0/+1
* Better error messages for delete.Dustin Sallings2009-10-291-1/+2
* Provide better errors for deletion scenarios. bug3Dustin Sallings2009-10-291-2/+8
* Issue 102: Piping null to the server will crash itTrond Norbye2009-10-281-2/+29
* SASL should only be used with the binary protocolTrond Norbye2009-10-251-0/+13
* Enforce some hard limits on SASL mechanism length.Dustin Sallings2009-10-251-0/+6
* SASL auth support.Dustin Sallings2009-10-251-0/+229
* Better documentation for -Idormando2009-10-181-1/+2
* Fix for issue 93 (binary verbosity)1.4.2-rc1dormando2009-10-071-13/+11
* Restrict binary protocol to 8bit keys.dormando2009-10-071-9/+19
* better warnings for -tdormando2009-10-071-1/+11
* remove old unfinished slab reassignment codedormando2009-10-071-30/+0
* Make item size max start time configurable.dormando2009-10-071-0/+36
* Issue 92: stats cachedump should respond CLIENT_ERROR for illegal slab idsTrond Norbye2009-09-221-0/+5
* Cleanup of number of threads declarations (issue 91)Dmitry Isaykin2009-09-181-3/+3
* Add support for hugetlbfs (for Linux).Trond Norbye2009-09-181-8/+4
* Issue 89: "Optimize" get-hits calculationsTrond Norbye2009-09-101-31/+8
* Kill off redundant item_init.Dustin Sallings2009-09-111-1/+0
* Issue 88: Problems building on Centos 5 due to embedding a directive within m...Vladimir2009-09-101-4/+3
* binary set with cas does not return the new cas idTrond Norbye2009-09-021-0/+4
* Print an error message when we receive an invalid command in the binary protocolTrond Norbye2009-09-021-0/+4
* Issue: #83: Refactor: use htonll or ntohll if the os provides themTrond Norbye2009-09-021-27/+8
* Issue 84: binary quitq doesn't close the connection...Trond Norbye2009-08-291-0/+3
* Fix memory corruption issue with bad item lengths1.4.1-rc1dormando2009-08-261-5/+10
* Issue #77: Bug in the realloc code caused the previous allocated buffer to be...Trond Norbye2009-08-221-2/+9
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-201-1/+1
* Replace an sprintf with an snprintf and avoid a strlen.Trond Norbye2009-08-191-2/+4
* Use vperror for perror with context (issue 63).Dustin Sallings2009-08-191-11/+4