summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't permanently close UDP listeners on errordormando2011-08-101-1/+5
* adjust clean-whitespace to match t/whitespacedormando2011-08-101-1/+15
* Allow memcached-init to start multiple instancesGordon Franke2011-08-102-18/+64
* remove ancient release filedormando2011-08-101-49/+0
* Issue 214: Search for network libraries before searching for libeventTrond Norbye2011-08-081-4/+6
* Issue 213: Search for clock_gettime in librtTrond Norbye2011-08-081-0/+4
* Issue 115: accont for CAS in item_size_okTrond Norbye2011-08-081-2/+7
* Fix incredibly slim race for maxconns handlerdormando2011-07-301-2/+2
* Fix whitespace bug in configure.acTrond Norbye2011-07-181-2/+2
* Issue 183 - Reclaim items dead by flush_allTrond Norbye2011-07-182-1/+26
* Issue 200: Don't fire dtrace probe as the last thing in a functionTrond Norbye2011-07-181-2/+1
* Gcc on Solaris sparc wants -R and not -rpath1.4.6Trond Norbye2011-07-151-4/+5
* Issue 121: Set the runtime path when --with-libevent is usedTrond Norbye2011-07-131-0/+4
* Resolve issue 116 - remove obsolete thread documentationPaul Lindner2011-07-121-68/+0
* Fix autogen failure when unable to find supported command.nirvanazc2011-07-121-0/+5
* 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-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