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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cache
rsleevi@chromium.org
2014-08-21
1
-7
/
+12
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
1
-1
/
+1
*
Adding DiskBasedCertCache to HttpCache (+UMA).
brandonsalmon@chromium.org
2014-07-10
1
-0
/
+5
*
Http cache: Implement a timeout for the cache lock.
rvargas@chromium.org
2014-06-24
1
-0
/
+7
*
Add the ability for DevTools to wrap network transactions.
eustas@chromium.org
2014-06-02
1
-6
/
+8
*
Revert 273584 "Add the ability for DevTools to wrap network tran..."
mattm@chromium.org
2014-05-29
1
-8
/
+6
*
Add the ability for DevTools to wrap network transactions.
eustas@chromium.org
2014-05-29
1
-6
/
+8
*
HttpCache: Invalidate all weak pointers at destruction start.
rvargas@chromium.org
2014-05-07
1
-1
/
+4
*
Make the cache entry stream index constants private.
wtc@chromium.org
2014-02-26
1
-5
/
+4
*
Plumb network stack information about existence of cached copy
rdsmith@chromium.org
2014-02-06
1
-1
/
+10
*
Renamed disk_cache_based_ssl_host_info.* to
rtenneti@chromium.org
2014-01-25
1
-2
/
+2
*
Added SSLHostInfo. Storing of server info to our standard disk cache.
rtenneti@chromium.org
2014-01-22
1
-0
/
+3
*
Remove HttpTransactionDelegate and all users (LoadTimeStats).
rvargas@chromium.org
2013-12-27
1
-2
/
+1
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
1
-2
/
+2
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Override server-side simple-cache trial with commandline switches.
pasko@google.com
2013-05-13
1
-1
/
+3
*
Http cache: disable the infinite cache simulation and perform cleanup of loca...
rvargas@chromium.org
2013-03-30
1
-7
/
+0
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-3
/
+8
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
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
-0
/
+3
*
Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
1
-0
/
+7
*
Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
1
-7
/
+0
*
Http Cache: Add code for simulating an infinite HTTP cache.
rvargas@google.com
2012-09-14
1
-0
/
+7
*
Plumbing for the Infinite Cache.
tburkard@chromium.org
2012-09-10
1
-0
/
+3
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-13
/
+3
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-1
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-3
/
+0
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
1
-1
/
+2
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-2
/
+2
*
Http Cache: Doom cache entries when there is any error reading from the
rvargas@google.com
2012-02-09
1
-1
/
+5
*
Migrate HttpCache adn HttpCacheTransaction to base::Bind().
ajwong@chromium.org
2011-12-23
1
-1
/
+10
*
base::Bind: More low-hanging fruit in webkit/appcache.
jhawkins@chromium.org
2011-12-22
1
-2
/
+2
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
1
-4
/
+5
*
Revert: Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-2
/
+0
*
Revert "net: remove DNS certificate checking code."
agl@chromium.org
2011-12-15
1
-0
/
+2
*
net: remove DNS certificate checking code.
agl@chromium.org
2011-12-15
1
-2
/
+0
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-0
/
+1
*
net: replace DnsRRResoler with TransportSecurityState in plumbing.
agl@chromium.org
2011-12-07
1
-3
/
+3
*
Reverts a commit that caused ASAN failures, and 2 dependent commits.
joi@chromium.org
2011-12-07
1
-4
/
+3
*
base::Bind: Convert disk_cache_based_ssl_host_info.
jhawkins@chromium.org
2011-12-06
1
-3
/
+4
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
1
-4
/
+4
*
base::Bind conversion for net/http/...
adamk@chromium.org
2011-10-20
1
-3
/
+0
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
1
-0
/
+2
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-4
/
+4
*
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
/
+3
[next]