1. 7a41d355 Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2 by Chris Watkins · 8 years ago
  2. 864513b4 All truncate paths should check if entry should be truncated. by Shivani Sharma · 8 years ago
  3. 53a9ef81 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 8 years ago
  4. c6582e1 This CL adds a new class HttpCache::Writers which will implement multiple cache by shivanisha · 8 years ago
  5. 436ccfe Refactor client cert private key handling. by mattm · 8 years ago
  6. a71773ef Reorder destruction of HttpNetworkRequest and HttpRequestInfo to avoid accessing by shivanisha · 8 years ago
  7. 8061c420 This CL is a precursor to allowing shared writing to fix cache lock. by shivanisha · 8 years ago
  8. ae7fa09 Revert of HttpCache::Transaction layer allowing parallel validation (patchset #33 id:800001 of https://codereview.chromium.org/2721933002/ ) by warx · 8 years ago
  9. 1e2e347 This CL is a precursor to allowing shared writing to fix cache lock. by shivanisha · 8 years ago
  10. eb9aa711 Remove RunUntilIdle from WaitForResult. by bnc · 8 years ago
  11. 7267378 Revert of Add a NetworkQualityEstimator to TestURLRequestContext. (patchset #8 id:140001 of https://codereview.chromium.org/2484323002/ ) by eroman · 9 years ago
  12. 5ce3e1f8 Add a NetworkQualityEstimator to TestURLRequestContext. by mmenke · 9 years ago
  13. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  14. 4283411 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
  15. b9a14395 Removes the plumbing to get upload progress since URLRequest owns the by shivanisha · 9 years ago
  16. 9965adea Replace fixed string uses of AddHeaderFromString by ricea · 9 years ago
  17. b5fb4b4 [net/cache] Skip the cache if the response is expected to exceed 2GB. by asanka · 9 years ago
  18. 49a8cb1 Refactoring OnBeforeSendProxyHeaders->OnBeforeSendHeaders by ryansturm · 9 years ago
  19. f767595f Fix include path for moved thread_task_runner_handle.h header in net/ by gab · 9 years ago
  20. 1e912ea Reland 'Convert //net and //chromecast to std::unordered_*' by davidben · 9 years ago
  21. 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 9 years ago
  22. 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
  23. 4241ad1d Convert //net and //chromecast to std::unordered_* by davidben · 9 years ago
  24. a3dd7aa net: use IPAddress IPv4 ctor directly in some cases by tfarina · 9 years ago
  25. 21968ea Add a constructor that makes IPv4 IPAddress given 4 octets. by martijn · 9 years ago
  26. 654c8c4 Make IPAddress::FromIPLiteral a member function. by martijn · 9 years ago
  27. fe9636e Migrate net/http/* to net::IPAddress. by martijn · 9 years ago
  28. c7eeda42 Convert Pass()→std::move() in //net by dcheng · 9 years ago
  29. 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
  30. 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
  31. 26ede96 URLRequestJob: change ReadRawData contract by xunjieli · 10 years ago
  32. 7872fd0 Plumbing SSLPrivateKey (//net) by svaldez · 10 years ago
  33. 375812e Don't use base::MessageLoop::{Quit,QuitClosure} in net/ by ki.stfu · 10 years ago
  34. d9dbc65 Expose currently-connected socket address in URLRequest by ttuttle · 10 years ago
  35. 4de1bab9 Change GetTotalReceivedBytes() from int64 to int64_t. by sclittle · 10 years ago
  36. fb24989 Added and implemented URLRequest::GetTotalSentBytes. by sclittle · 10 years ago
  37. 4891b25b net: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  38. 2ec0ed34 Update cached certificates on revalidations. by davidben · 10 years ago
  39. 1f2d7e9 Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransaction. by ttuttle · 10 years ago
  40. 859dc7a net cleanup: Remove unnecessary namespace prefixes. by ttuttle · 10 years ago
  41. 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
  42. 64c07d79 stale-while-revalidate experimental implementation. by ricea · 11 years ago
  43. cd7b446 Declaring the weak_ptr_factory in proper order. by kulkarni.a · 11 years ago
  44. 597a1ab Move data reduction proxy to Chrome-Proxy header for authentication by [email protected] · 11 years ago
  45. 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]
  46. 0ede7cc5 net: Avoid recursion in URLRequestJob::ReadFilteredData. by [email protected] · 11 years ago
  47. e50efea Don't cache non-redirect HTTP responses when a redirect is forced by [email protected] · 11 years ago
  48. 8cd06c0 Minor cleanup of SetQuicServerInfo. by [email protected] · 11 years ago
  49. 1826a40 Allows deferral of a URLRequest just before talking to the network, at by [email protected] · 11 years ago
  50. d7358ba Http Cache: Attempt to authenticate requests that originate in the cache. by [email protected] · 11 years ago
  51. 027bd85a Remove HttpTransactionDelegate and all users (LoadTimeStats). by [email protected] · 11 years ago
  52. b8015c4 Implement GetTotalReceivedBytes for http transaction. by [email protected] · 11 years ago
  53. 831e4a3 Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base class so that by [email protected] · 12 years ago
  54. 18b57741 Use a direct include of the message_loop header in net/, part 2. by [email protected] · 12 years ago
  55. 66e96c4 Use a direct include of time headers in net/, part 2. by [email protected] · 12 years ago
  56. 79e1fd6 Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. by [email protected] · 12 years ago
  57. dd946bb Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. by [email protected] · 12 years ago
  58. 125ef48 Use a direct include of strings headers in net/http/. by [email protected] · 12 years ago
  59. 11fbca0b Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
  60. 9049948 Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  61. 2da659e net: Use base::MessageLoop. by [email protected] · 12 years ago
  62. 3b23a22 net: Return LoadTiming information in the case of a cache hit. by [email protected] · 12 years ago
  63. 1e110eae Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." by [email protected] · 12 years ago
  64. 3963613 Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. by [email protected] · 12 years ago
  65. aa249b5 net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  66. 7cf7ccb Implement offline mode behind a flag. by [email protected] · 12 years ago
  67. a96f864 Fix error in use-before-init of test member variable in MockNetworkTransaction. by [email protected] · 12 years ago
  68. 2ef5d00e Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline. by [email protected] · 12 years ago
  69. 5033ab8 [Net] Propagate priority changes from URLRequest to HttpTransaction by [email protected] · 12 years ago
  70. 00a160f1 Revert 189829 "[Net] Propagate priority changes from URLRequest ..." by [email protected] · 12 years ago
  71. 49fbbf1 [Net] Propagate priority changes from URLRequest to HttpTransaction by [email protected] · 12 years ago
  72. 262eec8 [Net] Separate out priority field from HttpRequestInfo by [email protected] · 12 years ago
  73. 58e32bb LoadTiming in net, part 3. by [email protected] · 12 years ago
  74. 528e778 Http cache: Modify the Vary header behavior. by [email protected] · 13 years ago
  75. 4822ae0 Revert 153131 (Histograms showed it doesn't help much) by [email protected] · 13 years ago
  76. 196d18a net: Return size of upload as well as position from HttpTransaction::GetUploadProgress() by [email protected] · 13 years ago
  77. 7d82ac2e Reland of http://codereview.chromium.org/10854204/, which by [email protected] · 13 years ago
  78. 7f00539 Revert 153025 - Automatically retry failed network requests. by [email protected] · 13 years ago
  79. c4b1ef6 Automatically retry failed network requests. by [email protected] · 13 years ago
  80. 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
  81. 29cc1ce4 Make disk cache tests ETags more HTTP standard conformant. by [email protected] · 13 years ago
  82. b35f629f Migrate HttpCache adn HttpCacheTransaction to base::Bind(). by [email protected] · 13 years ago
  83. 49639fa base::Bind: Convert most of net/http. by [email protected] · 13 years ago
  84. f3cf980 Use AuthCredentials throughout the network stack instead of username/password. by [email protected] · 14 years ago
  85. f98ead6 base::Bind conversion for net/http/... by [email protected] · 14 years ago
  86. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  87. 5c04f72 net: Notify the http job and cache transaction about a filter by [email protected] · 14 years ago
  88. 8523ba5 Kill URLRequestJobTracker. by [email protected] · 14 years ago
  89. 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
  90. d2db029 Clean up net unit testing code. by [email protected] · 14 years ago
  91. 318e421e Revert "Clean up net unit testing code." since it breaks the shlib builder. by [email protected] · 14 years ago
  92. 472ce96 Clean up net unit testing code. by [email protected] · 14 years ago
  93. ad8e04a Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
  94. 2227c69 Auto-format style pass over files. by [email protected] · 15 years ago
  95. ca2f19e Update the request time of http cache entries on 304. by [email protected] · 16 years ago
  96. 207d58c7 Update the response time of http cache entries on 304. by [email protected] · 16 years ago
  97. 9dea9e1f Change URLRequest to use a ref-counted buffer for actual IO. by [email protected] · 16 years ago
  98. e993abfe revert r8603 by [email protected] · 16 years ago
  99. 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
  100. cad155b Some platform cleanup to net/ by [email protected] · 17 years ago