Ye Shunping
Ye Shunping
port mru_cache from chromium project
add proto_util.h for some protobuf utility functions
port domain util from chromium project
[ RUN ] HttpClientTest.GetWithoutProxy toft/net/http/http_client_test.cpp:64: Failure Value of: client.Get("http://non-exist-domaon.test/world", &response, &error) Actual: true Expected: false toft/net/http/http_client_test.cpp:65: Failure Value of: error Actual: 0 Expected: HttpClient::ERROR_FAIL_TO_RESOLVE_ADDRESS Which is: 4 toft/net/http/http_client_test.cpp:66: Failure Value...
Add library for cache (LRUCache etc)
Consider support string16 // WHAT: // A version of std::basic_string that provides 2-byte characters even when // wchar_t is not implemented as a 2-byte type. You can access this class...
Add class for shared memory, wrap mmap
For example , parsing config file with Message type.
Add FileSystem for hdfs
Add BinaryStream