summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Don't include stdbool.h when included from C++Trond Norbye2011-08-123-2/+11
* | Define _GNU_SOURCE for Linux when using Oracle Solaris Studio on LinuxTrond Norbye2011-08-081-0/+1
* | Check for the existence of __builtin_expect before defining itTrond Norbye2011-08-081-1/+1
* | Fix compilation warning when compiling without SASL supportTrond Norbye2011-08-081-1/+2
* | Add -xc99=all for Sun StudioTrond Norbye2011-07-301-1/+1
* | Fixed make rules for --enable-dtraceTrond Norbye2011-07-281-2/+2
* | Issue 183 - Reclaim items dead by flush_allTrond Norbye2011-07-182-2/+26
* | Issue 200: Don't fire dtrace probe as the last thing in a functionTrond Norbye2011-07-181-2/+2
* | handle very early memcached shutdownAliaksey Kandratsenka2011-07-171-2/+4
* | Remove unused variablesTrond Norbye2011-07-152-4/+2
* | Make the current testcase available through the test harnessTrond Norbye2011-07-142-3/+14
* | Fix compiling errors on windows platformBin Cui2011-07-141-0/+3
* | Don't assert for bogus ttl in tap messagesTrond Norbye2011-07-132-21/+53
* | Remove the set_tap_nack_mode from the server apiTrond Norbye2011-07-134-27/+1
* | Add support for reading / writing partial keysTrond Norbye2011-07-124-8/+428
* | Add support for binary protocol extensionsTrond Norbye2011-07-115-48/+175
* | Add new error code: ERANGETrond Norbye2011-07-113-0/+4
* | Extend the test api with prepare and cleanupTrond Norbye2011-07-112-13/+45
* | mcstat should try multiple addrinfoTrond Norbye2011-07-111-6/+13
* | Ensure that we don't register a connection twice in libeventTrond Norbye2011-07-113-11/+3
* | Clean up notify_io_complete for tap disconnectTrond Norbye2011-07-111-13/+27
* | workaround low mtime resolution by reloading isasl db few timesAliaksey Kandratsenka2011-05-071-3/+16
* | Initialize mutex object for listen_stateBin Cui2011-05-031-1/+1
* | Unregister events if we get callback from closed eventsTrond Norbye2011-04-271-3/+6
* | made stdin_check trigger shutdown on EOLAliaksey Kandratsenka2011-04-261-6/+7
* | Ensure that we don't reference freed memoryTrond Norbye2011-04-272-21/+27
* | Reserve/release cookie should be able to return errorsTrond Norbye2011-04-193-6/+10
* | msghdr->msg_namelen should only be set for UDPTrond Norbye2011-04-121-4/+1
* | Add missing header (fixes build on OpenBSD).1.6.0-beta1Piotr Sikora2011-04-111-0/+4
* | fix tests and warnings under the maxconns changedormando2011-04-103-7/+7
* | `make dist` failed without a BUILD file ;)dormando2011-04-101-1/+1
* | Don't symlink libevent to version.Dustin Sallings2011-04-061-1/+1
* | Added a blackhole logger to use during testingTrond Norbye2011-04-024-1/+57
* | Fix m4/libevent.m4 to pass whitespace testTrond Norbye2011-04-021-1/+1
* | Fixed problems when accept returns EMFILETrond Norbye2011-04-025-35/+144
* | Automake fails without a NEWS fileTrond Norbye2011-04-011-0/+10
* | Use the logger instead of fprintfTrond Norbye2011-04-017-74/+136
* | Update the base doc files a bit.dormando2011-03-306-79/+31
* | Removed my Copyright from genhash.c.Dustin Sallings2011-03-281-4/+0
* | unknown_command _may_ not return dataTrond Norbye2011-03-281-2/+6
* | Fixed the value for PROTOCOL_BINARY_CMD_LAST_RESERVEDTrond Norbye2011-03-281-1/+1
* | Include dependencies from public headersTrond Norbye2011-03-282-0/+2
* | Supress fwrite wur in mcstat.Dustin Sallings2011-03-281-2/+2
* | Use embedded libevent.Dustin Sallings2011-03-214-106/+154
* | Reduce the maximum number of connections if setrlimit failsTrond Norbye2011-03-201-3/+16
* | Allow in-place replace for incrTrond Norbye2011-03-181-11/+20
* | Initialize process start time before set_current_time()Dustin Sallings2011-03-181-5/+5