summaryrefslogtreecommitdiff
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* vendor: improve fetch scriptdormando2023-04-191-4/+21
| | | | | allow using a pre-existing tarball instead of fetching from github, and also test the sha before using it.
* mcmc: upstream updatesdormando2023-03-262-3/+55
|
* mcmc: add mcmc_bare_parse_buf()dormando2023-01-112-0/+6
| | | | | The client ctx isn't needed for just filling an mcmc_resp_t from a bare buffer.
* mcmc: track socket when disconnecteddormando2022-12-071-0/+2
| | | | | disconnect wasn't zeroing out the sockfd so it could've been called twice in error/etc.
* proxy: add debug symbols to lua builddormando2022-11-071-1/+1
| | | | to help with troubleshooting when users end up with core dumps.
* proxy: update mcmc and calling conventionsdormando2022-09-023-45/+40
| | | | | | | upstream fixes: mcmc would return OK to garbage responses, which was probably causing issues in the past. This does remove the MCMC_CODE_MISS and replace it with MCMC_CODE_END.
* mcmc: experimental apidormando2022-07-243-111/+119
|
* mcmc: upstream update for SO_KEEPALIVEdormando2022-02-162-1/+10
|
* vendor: add blank make install targetpkarumanchi92022-01-251-0/+2
|
* proxy: initial commit.dormando2021-10-0510-0/+1149
See BUILD for compilation details. See t/startfile.lua for configuration examples. (see also https://github.com/memcached/memcached-proxylibs for extensions, config libraries, more examples) NOTE: io_uring mode is _not stable_, will crash. As of this commit it is not recommended to run the proxy in production. If you are interested please let us know, as we are actively stabilizing for production use.