summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix typos in Makefile.am to fix the dist targetTrond Norbye2011-03-171-3/+3
* | Use sockaddr_storage to store the address from recvfromTrond Norbye2011-03-172-2/+2
* | Add the new TAP connection flag for a registered TAP client.Chiyoung Seo2011-03-171-0/+5
* | New commands and flags for integrating checkpoint support into TAP.Chiyoung Seo2011-03-153-8/+66
* | 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-085-29/+51
* | Bind each UDP socket to an a single worker thread in multiport envTrond Norbye2011-03-083-2/+15
* | 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
* | allow running specific testcaseAliaksey Kandratsenka2011-03-081-0/+8
* | adjusted EXTRA_DISTAliaksey Kandratsenka2011-03-011-1/+2
* | made vbucket_state_name workAliaksey Kandratsenka2011-03-011-1/+1
* | Fix build errors on windows platformBin Cui2011-03-011-1/+1
* | 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-012-1/+2
* | Try to read up to 8k from the notification pipeTrond Norbye2011-02-171-20/+25
* | Add a newline if the caller didn't do soTrond Norbye2011-02-171-1/+6
* | Added support for TOUCH and GAT (get and touch)Trond Norbye2011-02-165-3/+409
* | libmemcached_utilites needs the runpathTrond Norbye2011-02-101-0/+1
* | Refactor: move the engine_loader header to utilitiesTrond Norbye2011-02-105-3/+3
* | Update win32 makefileTrond Norbye2011-02-101-37/+46
* | Refactor: move memcached core to a separate directoryTrond Norbye2011-02-0922-46/+23
* | Refactor: move autogenerated automake files to configTrond Norbye2011-02-092-7/+8
* | Refactor: move utility functions to its own directoryTrond Norbye2011-02-097-6/+8
* | Refactor: move programs to its own directoryTrond Norbye2011-02-098-6/+10
* | Refactor: Move extensions to separate directoriesTrond Norbye2011-02-098-20/+18
* | Refactor: move default_engine to a separate directoryTrond Norbye2011-02-099-9/+10
* | Refactor: move engine tests to its own directoryTrond Norbye2011-02-097-8/+9
* | Fixed LRU testTrond Norbye2011-02-091-5/+4
* | Fixed dependencies for make testTrond Norbye2011-02-091-1/+1
* | Install modules in $prefix/lib/memcachedTrond Norbye2011-02-091-20/+23
* | Added a .mailmapDustin Sallings2011-02-051-0/+10
* | Refactor: Add support for async ascii extensionsTrond Norbye2011-02-054-52/+69
* | Extend the engine's destroy API to support the force shutdown.Chiyoung Seo2011-01-316-13/+18
* | Build mcstat on windowsTrond Norbye2011-01-273-7/+20
* | Allow (and ignore) NOOP response packetsTrond Norbye2011-01-241-0/+11
* | Initialize the clock at startup time.Dustin Sallings2011-01-111-0/+2
* | Ensure that the #reqs don't wrapTrond Norbye2011-01-112-3/+3
* | Add mcstat - program to retrieve statsTrond Norbye2011-01-112-1/+238
* | Added PROTOCOL_BINARY_CMD_VERBOSITYTrond Norbye2010-12-213-0/+67
* | Fix CPU consumption problems on Windows.Bin Cui2010-12-161-0/+1
* | Add debug symbols for memcached build.Bin Cui2010-12-161-1/+1
* | Fix build error of strtok_rBin Cui2010-12-161-0/+5