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
*
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
*
Remove unnecessary forward declarations. Declare
wtc@chromium.org
2011-08-20
1
-1
/
+1
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-6
/
+6
*
Instantiate OriginBoundCertService in relevant places and do plumbing to pass...
rkn@chromium.org
2011-08-11
1
-0
/
+2
*
Inform disk cache of WebKit memory cache hits.
simonjam@chromium.org
2011-08-02
1
-1
/
+4
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Kill URLRequestJobTracker.
willchan@chromium.org
2011-05-22
1
-1
/
+0
*
Net: Add NET_API to some http code.
rvargas@google.com
2011-05-19
1
-5
/
+6
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-2
/
+2
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-1
/
+1
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-1
/
+1
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
1
-1
/
+1
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-2
/
+2
[next]