summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Created DETECT_CLANG autoconf function, and excluded '-pthread' from CFLAGS w...engine-puEric McConville2013-12-151-6/+34
* minor clang compile fixesDustin Sallings2013-12-156-12/+15
* binary GET supports TMPFAILDustin Sallings2013-12-151-0/+3
* Skip the LRU test if the engine doesn't support LRUTrond Norbye2012-07-031-0/+18
* Removed topkeys implementationTrond Norbye2011-09-2512-1080/+71
* Merge remote-tracking branch 'core/master' into engine-puTrond Norbye2011-08-2912-174/+174
|\
| * Fix -rpath for macosxTrond Norbye2011-08-271-1/+1
| * Do the monotonic clock ourselves1.4.7-rc11.4.7dormando2011-08-102-2/+26
| * Use a monotonically increasing timerdormando2011-08-101-17/+8
| * t/issue_140.t waffle-fails. Make it not do that.dormando2011-08-101-1/+1
| * Immediately expire negative exptime for asciiprotdormando2011-08-101-0/+6
| * fix memcached-tool to print about all slabsdormando2011-08-101-1/+3
| * Properly daemonize memcached for debianClint Byrum2011-08-101-0/+8
| * 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