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
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-0
/
+2
*
Reland 49600 - Http cache: Remove deprecated code.
rvargas@google.com
2010-06-14
1
-21
/
+0
*
Revert 49600 - Http cache: Remove deprecated code.
rvargas@google.com
2010-06-11
1
-0
/
+21
*
Http cache: Remove deprecated code.
rvargas@google.com
2010-06-11
1
-21
/
+0
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-0
/
+3
*
view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory
rvargas@google.com
2010-05-27
1
-2
/
+2
*
net-internals: use the async interface for displaying cache statistics.
rvargas@google.com
2010-05-27
1
-0
/
+3
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
1
-3
/
+3
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-47
/
+53
*
Http cache: Add a check to MockHttpCache to make sure
rvargas@google.com
2010-05-10
1
-2
/
+2
*
Http Cache: Handle the asynchronous instantiation of the
rvargas@google.com
2010-05-07
1
-13
/
+40
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
1
-2
/
+14
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-1
/
+1
*
Update about:cache to display cached metadata for an entry.
tonyg@chromium.org
2010-04-19
1
-0
/
+13
*
Http cache: Expose storing metadata on a given entry.
rvargas@google.com
2010-03-02
1
-0
/
+1
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
1
-0
/
+10
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-1
/
+4
*
Http cache: Remove the explicit transaction callback and let the
rvargas@google.com
2010-02-11
1
-19
/
+23
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-2
/
+5
*
Http Cache: Use asynchronous Open/Create/Doom entry calls.
rvargas@google.com
2010-01-14
1
-9
/
+89
*
Rename CloseIdleConnections -> CloseCurrentConnections.
mbelshe@chromium.org
2010-01-14
1
-2
/
+4
*
Http cache: Use asynchronous IO to read an write the
rvargas@google.com
2009-12-21
1
-0
/
+2
*
Clear disk cache when the cache is not initialized
hclam@chromium.org
2009-11-07
1
-2
/
+5
*
Http cache: Make sure that we remove pending transactions
rvargas@google.com
2009-10-26
1
-0
/
+2
*
Convert the HTTP cache to use FilePath rather than wstring for the
tony@chromium.org
2009-10-15
1
-3
/
+4
*
Initial CL for fixing some of the proxy auth issues.
chron@chromium.org
2009-10-06
1
-0
/
+1
*
Implement ScopedRunnableMethodFactory using WeakPtr.
darin@chromium.org
2009-09-25
1
-3
/
+3
*
Replace some net::ERR_FAILED generic error codes with more specific codes.
eroman@chromium.org
2009-09-24
1
-1
/
+1
*
Http Cache: Add support for resuming downloading a
rvargas@google.com
2009-09-04
1
-6
/
+11
*
Http cache: Cleanup from tracking of bug 9952.
rvargas@google.com
2009-09-01
1
-1
/
+0
*
Refactor function to unpack an Entry from its pickle to a HttpResponseInfo.
mbelshe@google.com
2009-08-25
1
-0
/
+4
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-24
1
-0
/
+5
*
Revert cl 24015
rvargas@google.com
2009-08-21
1
-5
/
+0
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-21
1
-0
/
+5
*
Pref-backed SSLConfigService for Linux.
mattm@chromium.org
2009-08-19
1
-0
/
+3
*
Http Cache: Deactivate entries without having the key of the
rvargas@google.com
2009-08-07
1
-0
/
+1
*
Add more code to debug a crash inside HttpCache::DeactivateEntry
rvargas@google.com
2009-07-06
1
-0
/
+1
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
1
-2
/
+6
*
Add two small features to the HttpCache for benchmarking/debugging.
mbelshe@google.com
2009-06-05
1
-1
/
+7
*
Disk cache: First pass to make it possible to have
rvargas@google.com
2009-03-25
1
-14
/
+4
*
Net module changes to support caching responses to a POST request.
darin@chromium.org
2009-03-24
1
-3
/
+1
*
Remove unneeded uses of logging.h in header files.
thestig@chromium.org
2009-03-12
1
-0
/
+1
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Proposed change to support resource loading for media files.
hclam@chromium.org
2009-03-02
1
-1
/
+26
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-1
/
+1
*
Use RevocableStore to isolate the http cache from its transactions.
rvargas@google.com
2009-02-14
1
-0
/
+2
*
Misc proxy service changes.
ericroman@google.com
2008-12-10
1
-6
/
+4
*
http_cache: Don't destroy an entry from the transaction destructor if
rvargas@google.com
2008-11-24
1
-0
/
+1
*
- Add preemptive authorization (new http stack only)
ericroman@google.com
2008-11-08
1
-1
/
+0
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
[next]