summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
...
* core: io_queue flow second attemptdormando2021-08-091-31/+47
* core: io_queue_t flow modedormando2021-08-091-7/+18
* thread: unify worker notify interfacedormando2021-08-091-7/+1
* Implement LOG_CONNEVENTS watcher flag for connection state transitionsKevin Lin2021-08-071-0/+17
* Report item sizes for fetch, mutation, and eviction watchersKevin Lin2021-08-061-1/+2
* Fix typos in doc/code comments (tem->item, etc)Tyson Andre2021-08-051-2/+2
* Add settings stat for shutdown_command enabledKevin Lin2021-07-251-0/+2
* meta: response code OK -> HDdormando2021-06-101-0/+5
* hash: add XXH3 to list of hash algorithms.dormando2021-06-091-2/+4
* The total number of UDP datagrams required for the message is calculated inco...tom2021-06-071-2/+2
* Added debugtime commandminkikim892021-06-071-0/+16
* core: support malloc'ed blobs for body readdormando2020-12-111-3/+14
* Expose memory_file path in stats settingsKevin Lin2020-11-201-6/+7
* idle_timeout: avoid long hangs during shutdowndormando2020-11-121-1/+15
* portability fix for getsuboptdormando2020-11-111-3/+11
* net: fix compile failures when missing NAPI definedormando2020-11-111-4/+0
* Introduce NAPI ID based worker thread selectionSridhar Samudrala2020-11-021-0/+34
* illumos build fixes + require libevent2David Carlier2020-11-021-1/+1
* queue: replace c->io_pending to avoid a mutexdormando2020-10-301-24/+26
* core: restructure IO queue callbacksdormando2020-10-301-26/+50
* core: compile io_queue code by defaultdormando2020-10-301-10/+3
* core: move more storage functions to storage.cdormando2020-10-301-545/+24
* core: generalize extstore's defered IO queuedormando2020-10-301-130/+96
* fix connection limit testspkarumanchi92020-10-301-3/+3
* Improve opening of authentication file1.6.8Tomas Korbar2020-10-261-2/+7
* udp: crash fix when receiving multi-packet uploadsdormando2020-10-261-2/+1
* main: split binary protocol into proto_bin.cdormando2020-07-021-1445/+1
* main: split text protocol into proto_text.cdormando2020-07-021-2630/+26
* fix leak in merged resp/read buffersdormando2020-07-021-4/+21
* skip setting the resource limits in debug buildsprudhvi2020-07-011-0/+6
* Use signal function instead of sigignoreTomas Korbar2020-07-011-14/+2
* net: remove most response obj cache related codedormando2020-06-091-21/+8
* net: carve response buffers from read buffersdormando2020-06-091-5/+110
* Changed the parts using strtol to use safe_strtolminkikim892020-05-271-10/+13
* Fix TCP failure under OS X.dormando2020-05-161-0/+6
* tweak: don't print to STDERR on normal shutdown.dormando2020-05-121-1/+1
* Improve the sig_handler functionTomas Korbar2020-05-121-5/+16
* Disable aarch64 hw crc32 function for nowdormando2020-04-301-1/+1
* Pull in BE-compatible crc32cdormando2020-04-301-1/+2
* minimum libevent version is 2.xdormando2020-04-301-7/+3
* fix clang warning1.6.4dormando2020-04-121-1/+1
* ascii auth: fix CPU spike when waiting for datadormando2020-04-111-7/+14
* Fix undefined behavior with -D_FORTIFY_SOURCE=2dormando2020-04-111-14/+10
* Fix build warnings in Windows.Jefty Negapatan2020-04-111-6/+10
* Add build option to disable unix socket functionality.Jefty Negapatan2020-04-111-2/+28
* Add: `-o ssl_session_cache`, disabled by defaultKevin Lin2020-03-271-1/+13
* crash fix: errstr wasn't initialized in metagetdormando2020-03-271-1/+1
* proto: clean process_command()dormando2020-03-261-273/+397
* fix startup segfault for low conns + idle threaddormando2020-03-261-1/+5
* restart: fix rare segfault on shutdowndormando2020-03-251-7/+12