Sign in
chromium
/
chromium
/
src.git
/
2e003eea499ea119c72f11e9edf8f3c03629be9f
/
net
/
http
/
http_network_transaction_unittest.cc
2e003eea
Move //net/spdy/core and //net/spdy/platform to //net/third_party/spdy/
by Ryan Hamilton
· 7 years ago
9bfe0b6
Reland "Reland "Remove HttpStreamFactory interface.""
by Xida Chen
· 7 years ago
f860bdc
Revert "Reland "Reland "Remove HttpStreamFactory interface."""
by Xida Chen
· 7 years ago
4aa787a
Reland "Reland "Remove HttpStreamFactory interface.""
by Xida Chen
· 7 years ago
7f7c86d
Revert "Reland "Remove HttpStreamFactory interface.""
by Bence Béky
· 7 years ago
ea3e3f22
Reland "Remove HttpStreamFactory interface."
by Bence Béky
· 7 years ago
6981a65e
Revert "Remove HttpStreamFactory interface."
by Tommy Steimel
· 7 years ago
b2f8189
Remove HttpStreamFactory interface.
by Bence Béky
· 7 years ago
2fcf4fa
Remove FakeStream, FakeStreamRequest, FakeStreamFactory.
by Bence Béky
· 7 years ago
5cb9113
Move the TLS version interference probe to HttpNetworkTransaction.
by David Benjamin
· 7 years ago
b495c380
Remove NetworkThrottleManager
by Helen Li
· 7 years ago
83ddfb3
Bound the number of RestartWith* calls to HttpNetworkTransaction.
by David Benjamin
· 7 years ago
53a5aef
Grab bag of misc trivial cleanups.
by Bence Béky
· 7 years ago
2a01b16
Reduce load flags that affect the host cache
by Miriam Gershenson
· 7 years ago
921731ea
Pass traffic annotation for HttpProxyClientSocket handshakes.
by Ramin Halavati
· 7 years ago
ca8d525
Replace ProxyConfigSource with ProxyConfigWithAnnotation.
by Ramin Halavati
· 7 years ago
ffe89daa0
Rename net/proxy_resolution/proxy_service* files
by Lily Houghton
· 7 years ago
9959786
Rename references to "proxy scripts" to "pac files"
by Lily Houghton
· 7 years ago
d74f438
Change ConstructSpdyDataFrame() to take StringPiece.
by Bence Béky
· 7 years ago
a25e3f7
Use CompletionOnceCallback in HttpStream interface.
by Bence Béky
· 7 years ago
dcb3009
Misc cleanup: remove unused, fix comment, improve logging.
by Bence Béky
· 7 years ago
27ad0a1
Remove |direct| argument from ConstructSpdyGet().
by Bence Béky
· 7 years ago
8d1c605
Remove fake WebSocket test classes.
by Bence Béky
· 7 years ago
b5e433e6
Add traffic annotation to HttpRequestInfo.
by Ramin Halavati
· 7 years ago
cc1d3a90
Make net::UploadElementsReader API use net::CompletionOnceCallbacks.
by Matt Menke
· 7 years ago
dca6bd9
Refactor Websocket test classes.
by Bence Béky
· 7 years ago
1890a3d
NTLM over HTTP: Make NTLMv2 the default.
by Zentaro Kavanagh
· 7 years ago
582d462
Move net/proxy to net/proxy_resolution
by Lily Houghton
· 7 years ago
8c2f97d
Rename ProxyService class to ProxyResolutionService
by Lily Houghton
· 7 years ago
162eabe5
Update net adaptive proxy timeout experiment logic
by Tarun Bansal
· 7 years ago
a457017a
Plumb SocketTag through Spdy code
by Paul Jensen
· 7 years ago
b4ff041
Plumb early data signal to http_network_transaction layer for QUIC.
by Steven Valdez
· 7 years ago
baee31a
Add traffic annotation to HttpStreamParser.
by
[email protected]
· 7 years ago
d1eb6d4
Split sockets to HTTP and HTTPS proxies into different groups
by Matt Menke
· 7 years ago
8cae04e
Use the same HttpStreamFactoryImpl for Websockets.
by Bence Béky
· 7 years ago
8d6f87ec
Plumb SocketTag from HttpRequestInfo down to sockets through pools
by Paul Jensen
· 7 years ago
48f235d
Add flag to not close idle sockets on memory pressure
by yucliu
· 7 years ago
7bf9436
Do not call GetPushedStream if there is no pushed stream.
by Bence Béky
· 7 years ago
2e4722c2
Do not call StreamSocket::Connect from MockSSLClientSocket::Connect().
by Bence Béky
· 7 years ago
7a41d355
Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2
by Chris Watkins
· 8 years ago
4f83209
Refactor SSLSocketDataProvider to provide an SSLInfo
by Ryan Sleevi
· 8 years ago
fdcaefd
Reset request_ at the end of HttpNetworkTransaction::Start instead of in Read.
by Shivani Sharma
· 8 years ago
8f9d7d395
Avoid WrapUnique(new) in //net.
by Bence Béky
· 8 years ago
bda8295
Use named constants instead of string literals for HTTP/2 header keys.
by Bence Béky
· 8 years ago
6ccee51
Reland "New NTLMv2 Implementation."
by Zentaro Kavanagh
· 8 years ago
950d94c
Revert "New NTLMv2 Implementation."
by Xida Chen
· 8 years ago
a240cac
New NTLMv2 Implementation.
by Zentaro Kavanagh
· 8 years ago
5b27a6e2
Reland "Make new NTLM implementation live."
by Zentaro Kavanagh
· 8 years ago
e5dc3a3
Revert "Make new NTLM implementation live."
by Hector Carmona
· 8 years ago
25a20e23
Make new NTLM implementation live.
by Zentaro Kavanagh
· 8 years ago
3238f2e1
Modify Authentication retry logic.
by Bence Béky
· 8 years ago
cb361312
Use RST_STREAM instead of GOAWAY in HTTP_1_1_REQUIRED unittests.
by Bence Béky
· 8 years ago
1e4ef19
Fix some HttpNetworkTransactionTests.
by Bence Béky
· 8 years ago
83eb351
Document existing HTTP_1_1_REQUEST retry behavior with a unittest.
by Bence Béky
· 8 years ago
230ac61
Ignore AltSvc response headers on connections with certificate errors.
by Bence Béky
· 8 years ago
0579ed6
Replace base::MakeUnique with std::make_unique in net/.
by Jeremy Roman
· 8 years ago
45a4172
Add max retries to an HttpNetworkTransaction when an HTTP2 or QUIC related
by Biljith Jayan
· 8 years ago
83a6eee
Add support for getting actual request headers to net::URLRequest
by Andrey Kosyakov
· 8 years ago
096cf05
Fix same-origin check for HTTP/2 pushed streams.
by Bence Béky
· 8 years ago
0ef1556e
Remove is_secure from SpdySession.
by Bence Béky
· 8 years ago
e537a00
Add a new field in AlternativeServiceInfo to list QUIC verisons that are advertised by the server and supported by Chrome.
by zhongyi
· 8 years ago
422ce35
Change AlternativeServiceInfo to a class
by zhongyi
· 8 years ago
16196a1e
Plumb NQP to context and to http_proxy_client_socket_pool
by tbansal
· 8 years ago
5029f463
Pass streams as unique_ptr to HttpStreamRequest::Delegate methods.
by bnc
· 8 years ago
96f2a40
Revert "Revert CLs landed in HttpStreamFactoryImpl to track down a crasher"
by xunjieli
· 8 years ago
6dcd819
Fix HttpNetworkTransactionTest.UseIPConnectionPoolingWithHostCacheExpiration.
by bnc
· 8 years ago
87dcefc
Remove some naked |new| statements in favor of MakeUnique.
by bnc
· 8 years ago
8fb01a7
Revert CLs landed in HttpStreamFactoryImpl to track down a crasher
by xunjieli
· 8 years ago
615cf2f
Return WebSocketHandleStreamBase as unique_ptr from factory method.
by bnc
· 8 years ago
f4bdc5a
Return Request as unique_ptr from JobController::Start().
by bnc
· 8 years ago
954090a
Remove unused WebSocketSpdyHandshakeStream and CreateSpdyStream.
by Bence Béky
· 8 years ago
c4de0303
Change GetAlternativeServies to return alternative service infos.
by zhongyi
· 8 years ago
2708a58
Revert of Return Request as unique_ptr from JobController::Start(). (patchset #1 id:1 of https://codereview.chromium.org/2893713004/ )
by bnc
· 8 years ago
0864962
Return Request as unique_ptr from JobController::Start().
by bnc
· 8 years ago
c9a9937
Extract Proxy Resolution out of HttpStreamFactoryImpl::Job
by xunjieli
· 8 years ago
f33fede
Use ScopedTaskEnvironment instead of MessageLoopForIO in net unit tests.
by fdoray
· 8 years ago
ce688ae
Fix and test HTTP 421 behavior when returned on a retry.
by davidben
· 8 years ago
50576f3
Revert "Revert "Do not abort redirect responses with unadvertised encoding.""
by sky
· 8 years ago
da1b049
Revert "Do not abort redirect responses with unadvertised encoding."
by sky
· 8 years ago
14d9d00f
Do not abort redirect responses with unadvertised encoding.
by eustas
· 8 years ago
8f8f7d30
Split net/spdy into core and chromium subdirectories.
by bnc
· 8 years ago
8c7089a
Don't rely on SSL cipher fallback in proxy auth.
by davidben
· 8 years ago
a86731e
Disable HTTP/2 Alternative Services.
by bnc
· 8 years ago
cd37901
Add a GetAlternativeService method to HttpStream to return any
by rch
· 8 years ago
8df84fc
Fix some implicit int->bool conversion in base::WriteFile usage.
by lazyboy
· 8 years ago
accd496
Retry without Alternative Services upon 421 Misdirected Request.
by bnc
· 8 years ago
c7d27da
Reject unadvertised encodings in HttpNetworkTransaction.
by eustas
· 8 years ago
8016c1f
Retry upon 421 status code without IP pooling.
by bnc
· 8 years ago
92feb33
Close idle H2 sockets when SpdySession is initialized.
by xunjieli
· 8 years ago
6d9996c8
Fix auto raw pointer deduction on linux
by vmpstr
· 8 years ago
681f02d
[net] Remove unused argument to RestartTunnelWithProxyAuth.
by asanka
· 8 years ago
9904e27
Spdy{RstStream,GoAway}Status -> SpdyErrorCode.
by diannahu
· 8 years ago
c4e94751
Revert of Allow proxying plaintext websockets over http/2 proxy (patchset #4 id:60001 of https://codereview.chromium.org/2642723008/ )
by ricea
· 8 years ago
a89e673c
Use TaskScheduler in ChannelIDService.
by fdoray
· 8 years ago
a027199e
Allow proxying plaintext websockets over http/2 proxy
by baranovich
· 8 years ago
f5267de
Log states of JobController in Net MemoryDumpProvider
by xunjieli
· 8 years ago
5d22c18
http2: Update priorities of pushed streams
by tombergan
· 8 years ago
eb9aa711
Remove RunUntilIdle from WaitForResult.
by bnc
· 8 years ago
c06a72a
Fix use-after-scope issues in HttpNetworkTransactionTest.
by krasin
· 8 years ago
894515af
Change unique_ptr::reset() for std::move
by inlinechan
· 8 years ago
Next »