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