flush [ci skip]
authorMichael Wallner <mike@php.net>
Wed, 2 Sep 2020 16:38:28 +0000 (18:38 +0200)
committerMichael Wallner <mike@php.net>
Wed, 2 Sep 2020 16:38:57 +0000 (18:38 +0200)
commitf33fd6e7d1df8e5878ce5c5605f64bab7b02ceb6
tree3065396c241ee6bdfef39f4281850504c081d4ae
parent5e54d17fc535a901f384fcbf2cfd420f3a2e7a81
flush [ci skip]
33 files changed:
include/libhashkit-1.0/hashkit.hpp
testing/CMakeLists.txt
testing/hashkit/basic.cpp [new file with mode: 0644]
testing/lib.cpp [new file with mode: 0644]
testing/lib/Cluster.cpp
testing/lib/Cluster.hpp
testing/lib/Connection.cpp [new file with mode: 0644]
testing/lib/Connection.hpp [new file with mode: 0644]
testing/lib/ForkAndExec.cpp [new file with mode: 0644]
testing/lib/ForkAndExec.hpp [new file with mode: 0644]
testing/lib/MemcachedCluster.cpp [new file with mode: 0644]
testing/lib/MemcachedCluster.hpp [new file with mode: 0644]
testing/lib/Poll.cpp [deleted file]
testing/lib/Poll.hpp [deleted file]
testing/lib/Retry.cpp [new file with mode: 0644]
testing/lib/Retry.hpp [new file with mode: 0644]
testing/lib/Server.cpp
testing/lib/Server.hpp
testing/lib/WaitForConn.cpp [deleted file]
testing/lib/WaitForConn.hpp [deleted file]
testing/lib/WaitForExec.cpp [deleted file]
testing/lib/WaitForExec.hpp [deleted file]
testing/lib/common.cpp [new file with mode: 0644]
testing/lib/common.hpp [new file with mode: 0644]
testing/lib/random_.cpp [deleted file]
testing/lib/random_.hpp [deleted file]
testing/memcached/basic.cpp [new file with mode: 0644]
testing/memcached/callbacks.cpp [new file with mode: 0644]
testing/memcached/dump.cpp [new file with mode: 0644]
testing/memcached/encoding_key.cpp [new file with mode: 0644]
testing/memcached/exist.cpp [new file with mode: 0644]
testing/memcached/servers.cpp [new file with mode: 0644]
testing/server.cpp [deleted file]