- 7a41d355 Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2 by Chris Watkins · 8 years ago
- 864513b4 All truncate paths should check if entry should be truncated. by Shivani Sharma · 8 years ago
- 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 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
- a71773ef Reorder destruction of HttpNetworkRequest and HttpRequestInfo to avoid accessing by shivanisha · 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
- eb9aa711 Remove RunUntilIdle from WaitForResult. by bnc · 8 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
- 4283411 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
- 9965adea Replace fixed string uses of AddHeaderFromString by ricea · 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
- f767595f Fix include path for moved thread_task_runner_handle.h header in net/ by gab · 9 years ago
- 1e912ea Reland 'Convert //net and //chromecast to std::unordered_*' by davidben · 9 years ago
- 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 9 years ago
- 31ddcd5 Revert of Convert //net and //chromecast to std::unordered_* (patchset #5 id:80001 of https://codereview.chromium.org/1869503003/ ) by kjellander · 9 years ago
- 4241ad1d Convert //net and //chromecast to std::unordered_* by davidben · 9 years ago
- a3dd7aa net: use IPAddress IPv4 ctor directly in some cases by tfarina · 9 years ago
- 21968ea Add a constructor that makes IPv4 IPAddress given 4 octets. by martijn · 9 years ago
- 654c8c4 Make IPAddress::FromIPLiteral a member function. by martijn · 9 years ago
- fe9636e Migrate net/http/* to net::IPAddress. by martijn · 9 years ago
- c7eeda42 Convert Pass()→std::move() in //net by dcheng · 9 years ago
- ca364fbb Add two new members quic_connection_error_ and quic_net_error_ in QuicHttpStream to record and update the latest granular QUIC related errors to provide more detailed QUIC failures information. Propogate the errors to HttpNetworkTransaction layer on callback. Eventually plumb the QUIC granular errors to URLRequest so that DomainReliability monitor can fetch the errors and pass over to beacons. by zhongyi · 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 · 9 years ago
- 26ede96 URLRequestJob: change ReadRawData contract by xunjieli · 10 years ago
- 7872fd0 Plumbing SSLPrivateKey (//net) by svaldez · 10 years ago
- 375812e Don't use base::MessageLoop::{Quit,QuitClosure} in net/ by ki.stfu · 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
- 4891b25b net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 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
- 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 · 10 years ago
- 64c07d79 stale-while-revalidate experimental implementation. by ricea · 11 years ago
- cd7b446 Declaring the weak_ptr_factory in proper order. by kulkarni.a · 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.cc]
- 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] · 11 years ago
- 1826a40 Allows deferral of a URLRequest just before talking to the network, at by [email protected] · 11 years ago
- d7358ba Http Cache: Attempt to authenticate requests that originate in the cache. by [email protected] · 11 years ago
- 027bd85a Remove HttpTransactionDelegate and all users (LoadTimeStats). by [email protected] · 11 years ago
- b8015c4 Implement GetTotalReceivedBytes for http transaction. by [email protected] · 11 years ago
- 831e4a3 Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base class so that by [email protected] · 12 years ago
- 18b57741 Use a direct include of the message_loop header in net/, part 2. by [email protected] · 12 years ago
- 66e96c4 Use a direct include of time headers in net/, part 2. by [email protected] · 12 years ago
- 79e1fd6 Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. by [email protected] · 12 years ago
- dd946bb Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. by [email protected] · 12 years ago
- 125ef48 Use a direct include of strings headers in net/http/. by [email protected] · 12 years ago
- 11fbca0b Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
- 9049948 Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 2da659e net: Use base::MessageLoop. 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
- aa249b5 net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- 7cf7ccb Implement offline mode behind a flag. by [email protected] · 12 years ago
- a96f864 Fix error in use-before-init of test member variable in MockNetworkTransaction. 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] · 12 years ago
- 528e778 Http cache: Modify the Vary header behavior. 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
- c4b1ef6 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
- 29cc1ce4 Make disk cache tests ETags more HTTP standard conformant. by [email protected] · 13 years ago
- b35f629f Migrate HttpCache adn HttpCacheTransaction to base::Bind(). by [email protected] · 13 years ago
- 49639fa base::Bind: Convert most of net/http. by [email protected] · 13 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
- 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
- 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
- d2db029 Clean up net unit testing code. by [email protected] · 14 years ago
- 318e421e Revert "Clean up net unit testing code." since it breaks the shlib builder. by [email protected] · 14 years ago
- 472ce96 Clean up net unit testing code. by [email protected] · 14 years ago
- ad8e04a Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
- 2227c69 Auto-format style pass over files. by [email protected] · 15 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
- 9dea9e1f Change URLRequest to use a ref-counted buffer for actual IO. by [email protected] · 16 years ago
- e993abfe revert r8603 by [email protected] · 16 years ago
- 1f8859a Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting will prevent the deletion / reuse of memorywhile the buffer is actually being used by pending IO.This seems a very intrusive change, but at least we will be ableto make sure that it works without having to chase every singledestruction of an URLRequest to make sure that any pending IOwas cancelled, and also allows us to avoid blocking onthe object destruction.BUG=5325 by [email protected] · 16 years ago
- cad155b Some platform cleanup to net/ by [email protected] · 17 years ago