- 046f8c8 Use CompletionOnceCallback in HttpTransaction. by Bence Béky · 7 years ago
- 864513b4 All truncate paths should check if entry should be truncated. by Shivani Sharma · 8 years ago
- 2e893e6 Get raw response headers using URLRequest::SetResponseHeadersCallback() by Andrey Kosyakov · 8 years ago
- 83a6eee Add support for getting actual request headers to net::URLRequest by Andrey Kosyakov · 8 years ago
- c6582e1 This CL adds a new class HttpCache::Writers which will implement multiple cache by shivanisha · 8 years ago
- 436ccfe Refactor client cert private key handling. by mattm · 8 years ago
- 8061c420 This CL is a precursor to allowing shared writing to fix cache lock. by shivanisha · 8 years ago
- ae7fa09 Revert of HttpCache::Transaction layer allowing parallel validation (patchset #33 id:800001 of https://codereview.chromium.org/2721933002/ ) by warx · 8 years ago
- 1e2e347 This CL is a precursor to allowing shared writing to fix cache lock. by shivanisha · 8 years ago
- 3698b0a0 Fix header guards in //net. by bnc · 9 years ago
- 7267378 Revert of Add a NetworkQualityEstimator to TestURLRequestContext. (patchset #8 id:140001 of https://codereview.chromium.org/2484323002/ ) by eroman · 9 years ago
- 5ce3e1f8 Add a NetworkQualityEstimator to TestURLRequestContext. by mmenke · 9 years ago
- f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
- 42834111 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
- b9a14395 Removes the plumbing to get upload progress since URLRequest owns the by shivanisha · 9 years ago
- b5fb4b4 [net/cache] Skip the cache if the response is expected to exceed 2GB. by asanka · 9 years ago
- 49a8cb1 Refactoring OnBeforeSendProxyHeaders->OnBeforeSendHeaders by ryansturm · 9 years ago
- 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 9 years ago
- d5cddca Wire up quic support for token binding by nharper · 9 years ago
- 48704c18 Add a new member quic_broken_ in HttpNetworkTransaction to record whether all QUIC alternative services are marked broken for the origin that this transaction makes the request to. Plumb the QUIC broken status to URLRequest so that DomainReliability monitor can fetch it from URLRequest whe and pass down to Beacon. by zhongyi · 10 years ago
- 26ede96b URLRequestJob: change ReadRawData contract by xunjieli · 10 years ago
- 7872fd0 Plumbing SSLPrivateKey (//net) by svaldez · 10 years ago
- d9dbc65 Expose currently-connected socket address in URLRequest by ttuttle · 10 years ago
- 4de1bab9 Change GetTotalReceivedBytes() from int64 to int64_t. by sclittle · 10 years ago
- fb24989 Added and implemented URLRequest::GetTotalSentBytes. by sclittle · 10 years ago
- 2ec0ed34 Update cached certificates on revalidations. by davidben · 10 years ago
- 1f2d7e9 Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransaction. by ttuttle · 10 years ago
- 859dc7a net cleanup: Remove unnecessary namespace prefixes. by ttuttle · 10 years ago
- 87c53d6 Move NetLog code from src/net/base to src/net/log. by eroman · 10 years ago
- fb1d517 Let prefetched resources skip cache revalidation once for a short duration by adding an "unused_since_prefetch" boolean to HttpResponseInfo and setting it when LOAD_PREFETCH is used on a new or existing entry. by jkarlin · 11 years ago
- b03027d Standardize usage of virtual/override/final in net/ by dcheng · 11 years ago
- ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
- cd7b446 Declaring the weak_ptr_factory in proper order. by kulkarni.a · 11 years ago
- 33acd5b Improve testing for SDCH. by [email protected] · 11 years ago
- 597a1ab Move data reduction proxy to Chrome-Proxy header for authentication by [email protected] · 11 years ago
- c41737d Rename http_transaction_unittest to http_transaction_test_util. by [email protected] · 11 years ago[Renamed (98%) from net/http/http_transaction_unittest.h]
- 0ede7cc5 net: Avoid recursion in URLRequestJob::ReadFilteredData. by [email protected] · 11 years ago
- e50efea Don't cache non-redirect HTTP responses when a redirect is forced by [email protected] · 11 years ago
- 8cd06c0 Minor cleanup of SetQuicServerInfo. by [email protected] · 12 years ago
- 1826a40 Allows deferral of a URLRequest just before talking to the network, at by [email protected] · 12 years ago
- d7358ba Http Cache: Attempt to authenticate requests that originate in the cache. by [email protected] · 12 years ago
- 027bd85a Remove HttpTransactionDelegate and all users (LoadTimeStats). by [email protected] · 12 years ago
- b8015c4 Implement GetTotalReceivedBytes for http transaction. by [email protected] · 12 years ago
- 831e4a3 Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base class so that by [email protected] · 12 years ago
- 79e1fd6 Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. by [email protected] · 12 years ago
- 125ef48 Use a direct include of strings headers in net/http/. by [email protected] · 12 years ago
- 3b23a22 net: Return LoadTiming information in the case of a cache hit. by [email protected] · 12 years ago
- 1e110eae Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." by [email protected] · 12 years ago
- 3963613 Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. by [email protected] · 12 years ago
- 2ef5d00e Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. by [email protected] · 12 years ago
- 5033ab8 [Net] Propagate priority changes from URLRequest to HttpTransaction by [email protected] · 12 years ago
- 00a160f1 Revert 189829 "[Net] Propagate priority changes from URLRequest ..." by [email protected] · 12 years ago
- 49fbbf1 [Net] Propagate priority changes from URLRequest to HttpTransaction by [email protected] · 12 years ago
- 262eec8 [Net] Separate out priority field from HttpRequestInfo by [email protected] · 12 years ago
- 58e32bb LoadTiming in net, part 3. by [email protected] · 13 years ago
- 4822ae0 Revert 153131 (Histograms showed it doesn't help much) by [email protected] · 13 years ago
- 196d18a net: Return size of upload as well as position from HttpTransaction::GetUploadProgress() by [email protected] · 13 years ago
- 7d82ac2e Reland of http://codereview.chromium.org/10854204/, which by [email protected] · 13 years ago
- 7f00539 Revert 153025 - Automatically retry failed network requests. by [email protected] · 13 years ago
- c4b1ef67 Automatically retry failed network requests. by [email protected] · 13 years ago
- 5a07c19 Adding histograms showing fraction of page load times spent in the disk cache, for full and partial page loads. by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- b35f629f Migrate HttpCache adn HttpCacheTransaction to base::Bind(). by [email protected] · 14 years ago
- 49639fa base::Bind: Convert most of net/http. by [email protected] · 14 years ago
- f2cbbc8 Add OVERRIDE to net/. by [email protected] · 14 years ago
- f3cf980 Use AuthCredentials throughout the network stack instead of username/password. by [email protected] · 14 years ago
- f98ead6 base::Bind conversion for net/http/... by [email protected] · 14 years ago
- f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
- 70d6650 For the SSL cert status, convert anonymous enum that gives bit values into a typedefed uint32. This allows code all over Chromium to use an explicit type instead of "int". This also means the individual named bit constants themselves have the same explicit type. I find the resulting code to be noticeably clearer. This also exposed a bug in SSLErrorInfo::GetErrorsForCertStatus() where not having an explicit type allowed a function argument ordering bug to creep in, so I claim this is safer too. by [email protected] · 14 years ago
- 619864a Revert 102322 - For the SSL cert status, convert anonymous enum that gives bit values into a typedefed uint32. This allows code all over Chromium to use an explicit type instead of "int". (This isn't possible by simply naming the enum as technically the enum doesn't define all of the possible combinations of bits.) This also means the individual named bit constants themselves have the same explicit type. I find the resulting code to be noticeably clearer. This also exposed a bug in SSLErrorInfo::GetErrorsForCertStatus() where not having an explicit type allowed a function argument ordering bug to creep in, so I claim this is safer too. by [email protected] · 14 years ago
- 653dc46 For the SSL cert status, convert anonymous enum that gives bit values into a typedefed uint32. This allows code all over Chromium to use an explicit type instead of "int". (This isn't possible by simply naming the enum as technically the enum doesn't define all of the possible combinations of bits.) This also means the individual named bit constants themselves have the same explicit type. I find the resulting code to be noticeably clearer. This also exposed a bug in SSLErrorInfo::GetErrorsForCertStatus() where not having an explicit type allowed a function argument ordering bug to creep in, so I claim this is safer too. by [email protected] · 14 years ago
- 5c04f72 net: Notify the http job and cache transaction about a filter by [email protected] · 14 years ago
- 8523ba5 Kill URLRequestJobTracker. by [email protected] · 14 years ago
- d2db029 Clean up net unit testing code. by [email protected] · 15 years ago
- 318e421e Revert "Clean up net unit testing code." since it breaks the shlib builder. by [email protected] · 15 years ago
- 472ce96 Clean up net unit testing code. by [email protected] · 15 years ago
- d8eb8424 net: Append base:: in the StringPrintf calls. by [email protected] · 15 years ago
- 13c8a09 Net: Convert username and password to string16. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- fbf5047 Http Cache: chain GetLoadState from transactions waiting for by [email protected] · 15 years ago
- 78e813bc Revert 52334 - Http Cache: chain GetLoadState from transactions waiting for by [email protected] · 15 years ago
- ead3edc9 Http Cache: chain GetLoadState from transactions waiting for by [email protected] · 15 years ago
- 2227c69 Auto-format style pass over files. by [email protected] · 15 years ago
- 8c76ae2 Use HttpRequestHeaders for extra_headers. BUG=22588 by [email protected] · 15 years ago
- 9e743cd Generalize the net module's LoadLog facility from a passive container, to an event stream (NetLog). by [email protected] · 15 years ago
- 9dd90e5 Add APIs to expose http cache's metadata and the by [email protected] · 15 years ago
- 2041cf34 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by [email protected] · 16 years ago
- 21e74320 Http cache: Add a test to make sure that the cache by [email protected] · 16 years ago
- 73cae57 Http Cache: Convert data writes from sysnchronous to asynchronous. by [email protected] · 16 years ago
- 659a2602 Initial CL for fixing some of the proxy auth issues. by [email protected] · 16 years ago
- 1638d60 Replace some net::ERR_FAILED generic error codes with more specific codes. by [email protected] · 16 years ago
- e8c927a Revert 25873. by [email protected] · 16 years ago
- 7a7c11a Http cache: Convert data writes from sysnchronous to asynchronous. by [email protected] · 16 years ago
- ca2f19e Update the request time of http cache entries on 304. by [email protected] · 16 years ago
- 207d58c7 Update the response time of http cache entries on 304. by [email protected] · 16 years ago
- 684970b LoadLog is used as an output parameter, reorder it to the last parameter. by [email protected] · 16 years ago
- ec08bb2 Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en> by [email protected] · 16 years ago
- 0b45559b Specify new methods for supporting SSL client authentication. by [email protected] · 16 years ago
- 0757e770 Respect cookies set in a 401 responses when restarting the http transaction. by [email protected] · 16 years ago
- 319d9e6f Reduce the amount of included header files. Vast change like in "Oh God! This revision changes half of the source files!". by [email protected] · 17 years ago