index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
http_cache.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release the cache entry on deferred redirect.
davidben@chromium.org
2013-09-19
1
-1
/
+1
*
Http Cache: Make sure there is a backend to process POST requests.
rvargas@chromium.org
2013-09-17
1
-0
/
+3
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
1
-6
/
+5
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-3
/
+3
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-3
/
+10
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-7
/
+5
*
Override server-side simple-cache trial with commandline switches.
pasko@google.com
2013-05-13
1
-3
/
+8
*
Support optimistic Create and Write operations on the SimpleCache.
felipeg@chromium.org
2013-05-04
1
-1
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Http cache: disable the infinite cache simulation and perform cleanup of loca...
rvargas@chromium.org
2013-03-30
1
-7
/
+14
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-4
/
+8
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-3
/
+3
*
Http Cache: Invalidate cached GETs after a successful POST.
rvargas@google.com
2012-12-21
1
-1
/
+15
*
net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...
hashimoto@chromium.org
2012-11-14
1
-3
/
+5
*
net: Enable the infinite cache simulation.
rvargas@google.com
2012-09-15
1
-1
/
+1
*
Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
1
-3
/
+7
*
Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
1
-7
/
+3
*
Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
1
-3
/
+7
*
Plumbing for the Infinite Cache.
tburkard@chromium.org
2012-09-10
1
-0
/
+7
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-62
/
+4
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-3
/
+4
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-30
/
+0
*
Http cache: Don't attempt to doom the same entry multiple times
rvargas@google.com
2012-05-09
1
-0
/
+3
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-3
/
+7
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-4
/
+4
*
Http Cache: Doom cache entries when there is any error reading from the
rvargas@google.com
2012-02-09
1
-1
/
+12
*
[Coverity] fixed uninitialized member vars
groby@chromium.org
2011-12-29
1
-1
/
+3
*
Migrate HttpCache adn HttpCacheTransaction to base::Bind().
ajwong@chromium.org
2011-12-23
1
-64
/
+39
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-9
/
+11
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
1
-28
/
+45
*
Reland after fixes.
jhawkins@chromium.org
2011-12-17
1
-1
/
+2
*
Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.
garykac@chromium.org
2011-12-16
1
-2
/
+1
*
base::Bind: Remove even moar OldCompletionCallback.
jhawkins@chromium.org
2011-12-16
1
-1
/
+2
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-4
/
+0
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-0
/
+4
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-4
/
+0
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-0
/
+4
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-4
/
+4
*
Reverts a commit that caused ASAN failures, and 2 dependent commits.
joi@chromium.org
2011-12-07
1
-34
/
+17
*
base::Bind: Convert disk_cache_based_ssl_host_info.
jhawkins@chromium.org
2011-12-06
1
-17
/
+34
*
base::Bind conversion for net/http/...
adamk@chromium.org
2011-10-20
1
-10
/
+9
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
1
-0
/
+4
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-8
/
+8
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Exposing CloseIdleConnections in HttpCache, and close idle spdy sessions
kristianm@chromium.org
2011-09-08
1
-0
/
+8
[next]