summaryrefslogtreecommitdiff
path: root/memcached.c
Commit message (Expand)AuthorAgeFilesLines
* proxy: rip out io_uring codedormando2023-03-261-3/+0
* meta: N flag changes append/prepend. ms s flag.dormando2023-03-111-2/+10
* core: disable some dtracesdormando2023-03-081-2/+2
* rm_lru_maintainer_initializedxuesenliang2023-03-081-3/+0
* fix few unitialized data.David Carlier2023-03-081-0/+2
* proxy: allow workers to run IO optionallydormando2023-02-241-3/+8
* core: remove *c from some response codedormando2023-01-121-31/+49
* core: simplify background IO APIdormando2023-01-111-26/+5
* core: remove *conn object from cache commandsdormando2023-01-111-31/+31
* core: do not stop threads on SIGINT/SIGTERM1.6.18dormando2023-01-101-4/+6
* core: remove printf from signal handlersDavid Carlier2023-01-101-3/+7
* proxy: make io_uring backend work againdormando2022-12-131-3/+1
* proxy: add proxy_await_active statdormando2022-12-011-0/+1
* core: fix tagged listeners for len < 8dormando2022-11-151-2/+2
* core: give threads unique namesdormando2022-11-011-0/+1
* remove libevent license from usagedormando2022-10-201-33/+0
* meta: remove "meta_response_old" start optiondormando2022-10-201-5/+0
* proxy: backend connection improvementdormando2022-10-201-1/+3
* Fix function protypes for clang errorsKhem Raj2022-10-131-2/+2
* proxy: remove most references to settings globaldormando2022-09-151-2/+2
* sock ip filtering tagging support for FBSD/OBSDDavid CARLIER2022-08-251-0/+24
* core: fix strncat warningdormando2022-08-251-1/+1
* Do memory bound check for some C string operationsQu Chen2022-08-241-7/+9
* core: allow forcing protocol per listener socketdormando2022-08-241-10/+54
* core: add tagging to listener socketsdormando2022-08-241-9/+41
* Fix undefined behavior and warning with clangTom Stellard2022-07-241-5/+4
* fix the hashstring size for evcache ketamaPrudhviraj K2022-07-241-0/+4
* tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+Kevin Lin2022-07-031-0/+8
* checks port number at start timeDavid Carlier2022-07-031-0/+5
* storage: parameterize the compaction thread sleepdormando2022-02-211-1/+3
* proxy: documentation updatesdormando2022-02-181-8/+8
* proxy: "stats settings" for proxydormando2022-02-171-0/+4
* proxy: track in-flight requestsdormando2022-02-111-0/+1
* proxy: more misc fixesdormando2022-02-041-0/+1
* proxy: fix bug/crash for set commandsdormando2022-02-041-1/+5
* proxy: `-o proxy_uring` to enable io_uringdormando2022-01-261-1/+9
* proxy: fix crash on SIGHUP when proxy not enableddormando2022-01-251-1/+3
* core: fix large pages detection on redhat distrosDavid Carlier2022-01-251-3/+28
* Fix error message on conflicting ports while using '-l'Sailesh Mukil2022-01-251-2/+14
* core: fix use-after-free for text multigetsdormando2022-01-111-1/+1
* Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for T...Kevin Lin2021-11-231-2/+2
* Track store errors in thread statsKevin Lin2021-11-231-0/+2
* Fix time-of-check time-of-use bugskokke2021-11-231-1/+1
* Fix for #837 - tests fail on OS Xdormando2021-11-221-6/+2
* proxy: initial commit.dormando2021-10-051-2/+66
* Expose number of currently active watchers in stats1.6.11Kevin Lin2021-09-271-0/+1
* Properly accommodate IPv6 addresses in LOG_CONNEVENTS logsKevin Lin2021-09-271-2/+2
* Configurable minimum supported TLS protocol versionKevin Lin2021-09-271-1/+49
* core: fix hang bug in extstoredormando2021-08-091-0/+9
* core: io_flow requires triggering on stackdormando2021-08-091-2/+1