1. 2adfd4c memory-infra: Remove attributes_for_testing by Hector Dearman · 8 years ago
  2. 0579ed6 Replace base::MakeUnique with std::make_unique in net/. by Jeremy Roman · 8 years ago
  3. e171138d Do not attempt truncation if the response headers or code sent by the server is garbled. by Shivani Sharma · 8 years ago
  4. c6582e1 This CL adds a new class HttpCache::Writers which will implement multiple cache by shivanisha · 8 years ago
  5. 2b6e7ee DoomPartialEntry should not attempt to doom an already doomed entry. by shivanisha · 8 years ago
  6. 36a816e If parallel validation leads to a no match then in addition to dooming this entry, also create a new entry. by shivanisha · 8 years ago
  7. bc3b71b Adds cache lock timeout handling after finishing headers phase. by shivanisha · 8 years ago
  8. a71773ef Reorder destruction of HttpNetworkRequest and HttpRequestInfo to avoid accessing by shivanisha · 8 years ago
  9. 54d4504 [cache lock fix] parallel validation: reset the values correctly on restarting by shivanisha · 8 years ago
  10. 8061c420 This CL is a precursor to allowing shared writing to fix cache lock. by shivanisha · 8 years ago
  11. 87dcefc Remove some naked |new| statements in favor of MakeUnique. by bnc · 8 years ago
  12. 6a0348c Fix some non-const ref function argument types. by bnc · 8 years ago
  13. 615cf2f Return WebSocketHandleStreamBase as unique_ptr from factory method. by bnc · 8 years ago
  14. 954090a Remove unused WebSocketSpdyHandshakeStream and CreateSpdyStream. by Bence Béky · 8 years ago
  15. ae7fa09 Revert of HttpCache::Transaction layer allowing parallel validation (patchset #33 id:800001 of https://codereview.chromium.org/2721933002/ ) by warx · 8 years ago
  16. 1e2e347 This CL is a precursor to allowing shared writing to fix cache lock. by shivanisha · 8 years ago
  17. c4da1de Make url_request_context dumps include context names by xunjieli · 8 years ago
  18. 75221e5 Remove stale-while-revalidate from net by scottmg · 8 years ago
  19. 6520eae net: make use of base::EraseIf() in places of std::remove_if by tfarina · 8 years ago
  20. d5debfc Whitelist net/ MemoryDumpProvider by xunjieli · 8 years ago
  21. a0166f4 Track SimpleCache memory usage in net/ MemoryDumpProvider by xunjieli · 8 years ago
  22. ff7fdbb29 net: remove GetNormalizedHeaders() function by tfarina · 9 years ago
  23. 3701cde0 Correct handling of ERR_CACHE_LOCK_TIMEOUT for read only transactions. by shivanisha · 9 years ago
  24. d43b2fb Cleaned up the API of HttpUtil::ParseContentRangeHeader(). by sclittle · 9 years ago
  25. dddb82a0 [HttpCacheTransaction] Ignore vary check for WriteMetadata requests by jkarlin · 9 years ago
  26. 98e757b0 Move QUIC time constants into quic_constants.h by rch · 9 years ago
  27. 5b53260 Add test and histogram for |unused_since_prefetch|. by droger · 9 years ago
  28. c1331a4 [DevTools] Properly handle cache-only requests when cache is disabled by jkarlin · 9 years ago
  29. a067deed [HttpCache] LOAD_ONLY_FROM_CACHE should not imply LOAD_PREFERRING_CACHE by jkarlin · 9 years ago
  30. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  31. 42834111 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
  32. 2deef68 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  33. 8b85c43 Extracted NetLog class's inner enum types into their own enum classes and by mikecirone · 9 years ago
  34. 19ff6f1b Exposing CacheEntryStatus (former TransactionPattern) via UrlRequest by jamartin · 9 years ago
  35. 214763f Refactor net tests to use GMock matchers for checking net::Error results by robpercival · 9 years ago
  36. b5fb4b4 [net/cache] Skip the cache if the response is expected to exceed 2GB. by asanka · 9 years ago
  37. 5eeb764 Remove calls to deprecated MessageLoop methods in net. by fdoray · 9 years ago
  38. a69c79a Move net/base/test_data_directory.[cc,h] to net/test by rsleevi · 9 years ago
  39. 92e35a7 Remove MessageLoop::current()->RunUntilIdle() in net. by fdoray · 9 years ago
  40. 651af5c Fix a misleading comment in http_cache_unittest. by gavinp · 9 years ago
  41. 1fd259a0 Change scoped_ptr to std::unique_ptr in //net/http. by danakj · 9 years ago
  42. c7eeda42 Convert Pass()→std::move() in //net by dcheng · 10 years ago
  43. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 10 years ago
  44. 6df48b2a Remove ScopedVector from ElementsUploadDataStream by olli.raula · 10 years ago
  45. bc31a2c Make HttpCache constructors take scoped_ptrs. by mmenke · 10 years ago
  46. 2c4e6b4 Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:120001 of https://codereview.chromium.org/1406203008/ ) by dgozman · 10 years ago
  47. d76f6c5 Make HttpCache constructors take scoped_ptrs. by mmenke · 10 years ago
  48. d9dbc65 Expose currently-connected socket address in URLRequest by ttuttle · 10 years ago
  49. 144dce1 Cleanup: Pass std::string as const reference from net/ by ki.stfu · 10 years ago
  50. e04a95b Remove Android filter file for net_unittests. WIP by tfarina · 10 years ago
  51. 1c7570e HTTP cache: Add tests to improve coverage of AddTruncatedFlag. by rvargas · 10 years ago
  52. fb24989 Added and implemented URLRequest::GetTotalSentBytes. by sclittle · 10 years ago
  53. 8bad09d9 //net changes for stale-while-revalidate by ricea · 10 years ago
  54. 9ba2445 Http cache: Always go through DoCacheQueryData for sparse entries. by rvargas · 10 years ago
  55. b38b3f9 Remove stale-while-revalidate experimental implementation. by ricea · 10 years ago
  56. 2ec0ed34 Update cached certificates on revalidations. by davidben · 10 years ago
  57. bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
  58. 1f59bb3f Prevent unlimited re-sends of failed partial requests. by liberato · 10 years ago
  59. 43758e6 Rename NetLog test classes to match the renamed TestNetLog class. by mmenke · 10 years ago
  60. 5c8771e Remove network load flags not used in net/ by g.mehndiratt · 10 years ago
  61. 16a7cbdd Get rid of TestNetLog::CapturedEntry[List] typedefs. by mmenke · 10 years ago
  62. 859dc7a net cleanup: Remove unnecessary namespace prefixes. by ttuttle · 10 years ago
  63. 62985ca9 Rename NetLogLogger and CapturingNetLog by vishal.b · 10 years ago
  64. 87c53d6 Move NetLog code from src/net/base to src/net/log. by eroman · 10 years ago
  65. 28904d86 Http Cache: Update vary data after a 304. by rvargas · 10 years ago
  66. 7fbf4c1 Use int64 time stamp when storing metadata to the HTTP cache. by yangguo · 11 years ago
  67. ee8204a Http Cache: Include Content-length when serving HEAD requests from cached sparse entries. by rvargas · 11 years ago
  68. 9222efb Avoid lossy time stamp conversions when caching metadata. by yangguo · 11 years ago
  69. 9d3bb0c Cleanup: Better constify some strings in net/. by thestig · 11 years ago
  70. 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
  71. 43dc8fd net: Don't store byte-range resources that cannot be revalidated. by rvargas · 11 years ago
  72. b499156 Http cache: Properly reset the status related to partial requests on restart. by rvargas · 11 years ago
  73. 3b57e37a Http Cache: Improve handling of unexpected responses with byte ranges. by rvargas · 11 years ago
  74. 571f662 net: remove simple cache workaround from the HTTP cache by rvargas · 11 years ago
  75. 80059b3 net: Add more net-internals logging to the HTTP cache. by rvargas · 11 years ago
  76. 8e4b4b6a Http cache: Fix DCHECK with POSTs and a disabled cache. by rvargas · 11 years ago
  77. b03027d Standardize usage of virtual/override/final in net/ by dcheng · 11 years ago
  78. e7d9adc Make sure that a request with no-store response doesn't block next requests. by yhirano · 11 years ago
  79. cbc2b71 Turn UploadDataStream into an abstract class, and split the implentation by mmenke · 11 years ago
  80. ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
  81. 64c07d79 stale-while-revalidate experimental implementation. by ricea · 11 years ago
  82. 439a05cd Http cache: Allow caching of byte ranges without strong validators. by rvargas · 11 years ago
  83. fa29c3e Bypass http cache for concurrent range requests. by dalecurtis · 11 years ago
  84. 7274704 Rename Chromium-Resource-Freshness header by [email protected] · 11 years ago
  85. b53a412 Http cache: Add support for HEAD requests. by [email protected] · 11 years ago
  86. f311c23 Initial implementation of Chrome-Freshness header. by [email protected] · 11 years ago
  87. 8aacaf38 Http cache: Implement a timeout for the cache lock. by [email protected] · 11 years ago
  88. c41737d Rename http_transaction_unittest to http_transaction_test_util. by [email protected] · 11 years ago
  89. c47c037 Remove NetLog::LOG_BASIC. by [email protected] · 11 years ago
  90. 419704c Add plumbing for stale cache information to HttpResponseInfo by [email protected] · 12 years ago
  91. d7358ba Http Cache: Attempt to authenticate requests that originate in the cache. by [email protected] · 12 years ago
  92. 6a2e83ea Http Cache: Don't assume that a server will return 416 only when asked for a byte range. by [email protected] · 12 years ago
  93. 027bd85a Remove HttpTransactionDelegate and all users (LoadTimeStats). by [email protected] · 12 years ago
  94. b8015c4 Implement GetTotalReceivedBytes for http transaction. by [email protected] · 12 years ago
  95. 7e841a5 Change CreateBasicStream to take a scoped_ptr by [email protected] · 12 years ago
  96. 831e4a3 Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base class so that by [email protected] · 12 years ago
  97. 9f10ec3 Http Cache: Allow caching of 206s that lack content length. by [email protected] · 12 years ago
  98. b38eaf53 Cleanup: remove OS_ANDROID condition for sparse IO by [email protected] · 12 years ago
  99. 96c77a7 net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ctor by [email protected] · 12 years ago
  100. 921ce41 Handle the case when StopCaching was called in DoneReading by [email protected] · 12 years ago