summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix incr/decr race conditions for binary protdormando2011-07-113-67/+73
* fix incr/decr race conditions for ASCII protdormando2011-07-113-24/+34
* Fix incorrect udp_port bind selection.Dan McGee2011-07-071-2/+2
* Compile fix (-Werror=unused-but-set-variable warnings)Dan McGee2011-07-071-3/+1
* Bind each UDP socket to an a single worker thread in multiport envTrond Norbye2011-03-013-2/+15
* 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 163: Buggy mem_requested valuesTrond Norbye2010-11-124-0/+55
* Fix cross compilation issues in configureTrond Norbye2010-11-111-23/+10
* Issue 140 - Fix age for items statsTrond Norbye2010-11-102-1/+56
* Issue 131 - ChangeLog is outdatedTrond Norbye2010-11-101-0/+4
* Issue 155: bind to multiple interfaceTrond Norbye2010-11-101-4/+31
* Issue 161 incorrect allocation in cache_createTrond Norbye2010-11-102-1/+35
* Fix type-punning issues exposed with GCC 4.5.1Dan McGee2010-11-021-8/+17
* Simplify stats aggregation codeDan McGee2010-11-021-16/+4
* Reverse backward expected/actual params in testDan McGee2010-11-021-1/+1
* Issue 152: Fix error message from mgetTrond Norbye2010-09-142-0/+23
* Refuse to start if we detect libevent 1.[12]Trond Norbye2010-09-143-2/+30
* Fix compilation issue on Solaris 9 wrt isspace() macro - Resolves issue 111Paul Lindner2010-09-141-4/+7
* Allow use of a UNIX socket in addition to INET socketsJon Jensen2010-04-201-8/+19
* Remove item > 1MB assertion - bug 1191.4.5Dustin Sallings2010-04-021-1/+0
* Add links to http://contributing.appspot.com/memcachedBrad Fitzpatrick2010-03-203-0/+10
* Add support for --enable-sasl-pwdbTrond Norbye2010-03-062-4/+194
* Use vperror to print error messages related to pid file problemsJørgen Austvik2010-02-221-3/+3
* Fix potential buffer overflow in vperrorTrond Norbye2010-02-221-2/+4
* Backporting AC_PROG_CC_C99 macro for redhat.Dustin Sallings2010-02-203-1/+191
* Added reclaimed statistics.Trond Norbye2010-01-127-4/+28
* Remove compile warnings on openBSDTrond Norbye2009-12-301-6/+9
* Rewrote tools detection to work with a non-gnu whichTrond Norbye2009-12-301-10/+29
* Try aclocal-1.11 now that we use automake-1.11Trond Norbye2009-12-261-1/+1
* doc fixesPaul Lindner2009-12-261-2/+2
* add tests to detect ARM CPU alignment issuesPaul Lindner2009-12-261-1/+7
* Fedora 12 has automake 1.11Paul Lindner2009-12-261-1/+1
* Allow noreply mixed with 0 delay.1.4.4Dustin Sallings2009-11-263-7/+25
* Allow a delete duration of 0.Dustin Sallings2009-11-262-1/+22
* Fix warning at end of stats responses in sasl testdormando2009-11-261-2/+2
* Added auth_enabled_sasl setting stat and tests for the sasl stats.Matt Ingenthron2009-11-265-52/+67
* Added new stats to track sasl authentication.Matt Ingenthron2009-11-265-2/+35
* Fix compilation warning1.4.3Trond Norbye2009-11-041-1/+2
* Allow semi-broken C99 compilers to compile memcachedTrond Norbye2009-11-044-8/+50
* Extend test-case for 102 to verify that large multigets work1.4.3-rc2Trond Norbye2009-11-021-0/+31
* Use strncmp when checking for large ascii multigets.Tomash Brechko2009-11-021-1/+3
* distribute damemtop1.4.3-rc1dormando2009-11-023-0/+607
* Make autoversioning/spec gen work better.dormando2009-11-023-5/+67
* Clarify binary GET does not take flags.Dustin Sallings2009-11-011-6/+0
* Moved memory_management.txt to the wiki.Dustin Sallings2009-11-011-95/+0
* Update stat documentation to reflect allocation strategy.Dustin Sallings2009-11-011-5/+5
* Enable test for bug101 to be skipped.Dustin Sallings2009-10-301-0/+4
* Use slab class growth factor for slab size limitColin Pitrat2009-10-301-1/+1
* Ensure LRU tests use largest slab.dormando2009-10-301-4/+1