summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* minor clang compile fixesDustin Sallings2013-12-153-6/+7
* binary GET supports TMPFAILDustin Sallings2013-12-151-0/+3
* Removed topkeys implementationTrond Norbye2011-09-254-323/+42
* Merge remote-tracking branch 'core/master' into engine-puTrond Norbye2011-08-292-22/+50
* 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
* 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-151-3/+1
* Don't assert for bogus ttl in tap messagesTrond Norbye2011-07-131-21/+24
* Remove the set_tap_nack_mode from the server apiTrond Norbye2011-07-132-11/+1
* Add support for binary protocol extensionsTrond Norbye2011-07-112-12/+89
* Add new error code: ERANGETrond Norbye2011-07-111-0/+2
* 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
* Ensure that we don't reference freed memoryTrond Norbye2011-04-272-21/+27
* Reserve/release cookie should be able to return errorsTrond Norbye2011-04-191-2/+4
* msghdr->msg_namelen should only be set for UDPTrond Norbye2011-04-121-4/+1
* fix tests and warnings under the maxconns changedormando2011-04-101-5/+5
* Fixed problems when accept returns EMFILETrond Norbye2011-04-023-33/+142
* Use the logger instead of fprintfTrond Norbye2011-04-014-59/+96
* unknown_command _may_ not return dataTrond Norbye2011-03-281-2/+6
* Reduce the maximum number of connections if setrlimit failsTrond Norbye2011-03-201-3/+16
* Initialize process start time before set_current_time()Dustin Sallings2011-03-181-5/+5
* Avoid underflow of curr_connsTrond Norbye2011-03-181-3/+4
* filedescriptor limit should account for notification pipesTrond Norbye2011-03-171-3/+5
* Fix log level for messages during closeTrond Norbye2011-03-171-2/+2
* Use sockaddr_storage to store the address from recvfromTrond Norbye2011-03-172-2/+2
* New commands and flags for integrating checkpoint support into TAP.Chiyoung Seo2011-03-151-7/+54
* Don't overflow input variablesTrond Norbye2011-03-152-10/+10
* Fix problems during shutdown of connectionsTrond Norbye2011-03-142-39/+29
* Added missing fields to the TAP_DELETE packetsTrond Norbye2011-03-081-2/+20
* Use reference counting instead of timeout for pending closeTrond Norbye2011-03-083-28/+25
* Bind each UDP socket to an a single worker thread in multiport envTrond Norbye2011-03-082-1/+14
* Add support for binding to multiple portsTrond Norbye2011-03-081-3/+35
* Warn if notify_io_complete is called with NIL pointerTrond Norbye2011-03-081-0/+7
* Don't run load from the notification contextTrond Norbye2011-03-011-3/+13
* Reduce the default number of tap events to processTrond Norbye2011-03-011-1/+1
* Don't honor reqs_per_tap_event during purging of input messagesTrond Norbye2011-03-011-0/+10
* Add reqs_per_tap_event to stats settingsTrond Norbye2011-03-011-0/+1
* Try to read up to 8k from the notification pipeTrond Norbye2011-02-171-20/+25
* Refactor: move the engine_loader header to utilitiesTrond Norbye2011-02-102-1/+1
* Refactor: move memcached core to a separate directoryTrond Norbye2011-02-0917-0/+10731