sapling/eden/fs
Zeyi Fan fa10788fce Reuse CURL* handle from curl_easy interface
Summary: Since `CurlClient` is going to be used in multiple threads and each thread has its own instance of CurlClient, we are now able to assign one curl_easy handle for each of the client. So curl would be able to reuse the existing connections to Mononoke API Server.

Reviewed By: chadaustin

Differential Revision: D14334486

fbshipit-source-id: aacd210773c44dea6f1d9dd7f9b09d765a9c7a0a
2019-03-11 14:34:09 -07:00
..
benchharness standardize some of the benchmark infrastructure 2018-11-13 15:27:50 -08:00
config add mononoke:connector config and create initializeHttpMononokeBackingStore 2019-03-11 14:34:08 -07:00
fuse Stop checking EventBase::runInEventBaseThread result 2019-02-28 02:36:15 -08:00
inodes add missing gflags headers 2019-03-08 14:43:24 -08:00
journal Add assorted missing includes 2019-03-07 00:13:47 -08:00
model Add assorted missing includes 2019-03-07 00:13:47 -08:00
rocksdb add CMake build files 2018-04-30 14:37:46 -07:00
service Add MononokeCurlBackingStore 2019-03-11 14:34:08 -07:00
sqlite avoid leaking the sqlite3 db if we fail to open it 2018-06-20 16:36:22 -07:00
store Reuse CURL* handle from curl_easy interface 2019-03-11 14:34:09 -07:00
takeover Add missing copyright notices 2019-03-07 19:32:39 -08:00
testharness Make FakeFuseMountDelegate public 2019-03-05 16:21:24 -08:00
tracing eden: add missing cmake for eden/fs/tracing 2018-12-15 19:11:05 -08:00
utils Add assorted missing includes 2019-03-07 00:13:47 -08:00
CMakeLists.txt Add missing copyright notices 2019-03-07 19:32:39 -08:00