Sign in
quiche
/
quiche
/
3a58dc479637e3dbdaf17e1991139a7161b3bc85
/
quic
/
tools
/
quic_memory_cache_backend.cc
f0ff493
Change QuicMemoryCacheBackend::InitializeDirectory() to handle cases where the
by rch
· 5 years ago
3706b23
Make QuicMemoryCacheBackend::InitializedBackend correctly support Windows paths. This method attempts to turn file system paths into URL host/path. It does so by looking for '/' characters explicitly but that's not the path separator on windows. It's '\\'. This change replaces all '\\' characters in the path with '/' before parsing.
by rch
· 5 years ago
5015e2e
Use quiche string libraries in third_party/quic/tools
by QUICHE team
· 5 years ago
dcea9b8
Remove use of illegal ":version" HTTP pseudo-header in tests
by dschinazi
· 5 years ago
780eaa6
Change "&SomeQuicStringPiece[1]" to "SomeQuicStringPiece.data()+1"
by fkastenholz
· 5 years ago
7bd5476
Make the toy QUIC server send responses of arbitrary length based a number specified in the path.
by rch
· 5 years ago
463f235
Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique.
by bnc
· 5 years ago
0fc587f
Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic
by vasilvv
· 6 years ago
17d4242
Fix QUIC warnings in preparation for enabling them
by dschinazi
· 6 years ago
5de8705
Internal QUICHE change
by bnc
· 6 years ago
c48c871
Replace QuicString with std::string, pass 1
by vasilvv
· 6 years ago
a6ef0a6
Project import generated by Copybara.
by QUICHE team
· 6 years ago