summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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