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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Http cache: Unit test for cl 33919
rvargas@google.com
2009-12-07
1
-0
/
+10
*
Http cache: Don't access entry_ if an error switches
rvargas@google.com
2009-12-02
1
-0
/
+37
*
Http cache: Add code to restart a network request when the
rvargas@google.com
2009-12-01
1
-0
/
+42
*
Revert 33133 - Http cache: Add code to restart a network request when the
rvargas@google.com
2009-11-30
1
-42
/
+0
*
Http cache: Add code to restart a network request when the
rvargas@google.com
2009-11-25
1
-0
/
+42
*
Http cache: Make sure that when we cancel a request for
rvargas@google.com
2009-11-20
1
-0
/
+67
*
Http cache: Add the logic to cancel entry_ready_callback_.
rvargas@google.com
2009-11-19
1
-1
/
+101
*
Clear disk cache when the cache is not initialized
hclam@chromium.org
2009-11-07
1
-1
/
+11
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
1
-3
/
+3
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-3
/
+4
*
Disk Cache: New interface that enables asynchronous completion
rvargas@google.com
2009-11-05
1
-0
/
+35
*
HTTP cache: Add tests to verify that we don't remove the
rvargas@google.com
2009-11-05
1
-5
/
+50
*
Http cache: Make sure that we handle byte range requests that
rvargas@google.com
2009-11-03
1
-0
/
+22
*
Http cache: Always preserve extra headers when dealing with
rvargas@google.com
2009-11-03
1
-17
/
+32
*
Http cache: Allow multiple external validation headers.
rvargas@google.com
2009-11-02
1
-0
/
+115
*
Http cache: Handle byte range requests when there is no cache entry.
rvargas@google.com
2009-10-27
1
-0
/
+13
*
Http cache: Make sure that we remove pending transactions
rvargas@google.com
2009-10-26
1
-0
/
+50
*
Http Cache: Convert data writes from sysnchronous to asynchronous.
rvargas@google.com
2009-10-22
1
-13
/
+61
*
Http Cache: More unit tests for byte range support.
rvargas@google.com
2009-10-14
1
-0
/
+140
*
Disk cache: Add a method to cancel pending sparse operations.
rvargas@google.com
2009-10-08
1
-4
/
+94
*
Handle range request on a truncated entry
hclam@chromium.org
2009-10-02
1
-0
/
+44
*
Handle reading to the end of a sparse entry
hclam@chromium.org
2009-10-01
1
-0
/
+3
*
Remove a redefined variable.
eroman@chromium.org
2009-09-24
1
-1
/
+1
*
Replace some net::ERR_FAILED generic error codes with more specific codes.
eroman@chromium.org
2009-09-24
1
-58
/
+76
*
Revert 25873.
eroman@chromium.org
2009-09-22
1
-15
/
+4
*
Http cache: Convert data writes from sysnchronous to asynchronous.
rvargas@google.com
2009-09-10
1
-4
/
+15
*
Http cache: Don't delete sparse entries when we
rvargas@google.com
2009-09-09
1
-0
/
+36
*
Add some trace-points to HttpCache for request profiling (cache entry "open",...
eroman@chromium.org
2009-09-06
1
-10
/
+74
*
Bug fixing for range request support in HttpCache
hclam@chromium.org
2009-09-05
1
-0
/
+35
*
Http Cache: Add support for resuming downloading a
rvargas@google.com
2009-09-04
1
-2
/
+155
*
Update the request time of http cache entries on 304.
eroman@chromium.org
2009-09-04
1
-6
/
+14
*
Update the response time of http cache entries on 304.
eroman@chromium.org
2009-09-04
1
-6
/
+85
*
Http cache: Bypass the cache for range requests that have validation headers.
rvargas@google.com
2009-08-28
1
-1
/
+33
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-24
1
-15
/
+30
*
Revert cl 24015
rvargas@google.com
2009-08-21
1
-30
/
+15
*
Http cache: Enable experimental support for byte range requests.
rvargas@google.com
2009-08-21
1
-15
/
+30
*
Http cache: Fix the code that handles 206s when revalidating
rvargas@google.com
2009-08-20
1
-1
/
+45
*
Http Cache: Additional byte-range support.
rvargas@google.com
2009-08-18
1
-29
/
+204
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-14
/
+14
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-14
/
+14
*
Http cache: Extend support for byte range requests.
rvargas@google.com
2009-08-12
1
-9
/
+183
*
Http Cache: Deactivate entries without having the key of the
rvargas@google.com
2009-08-07
1
-5
/
+60
*
Support user-constructed conditional requests to HttpCache updating the cache.
ericroman@google.com
2009-08-03
1
-30
/
+265
*
Strip embedded "#" in URLs when constructing HTTP cache key.
ericroman@google.com
2009-07-23
1
-2
/
+26
*
Add unit-test for 16199, to check caching behavior of conditonalized cache re...
ericroman@google.com
2009-07-23
1
-3
/
+132
*
Fix a browser crash during cache validation.
rvargas@google.com
2009-06-30
1
-0
/
+24
*
Http cache: Add support for ranges with an unknown start or end.
rvargas@google.com
2009-06-24
1
-1
/
+73
*
Http cache: Return valid Content-Range headers for a byte range request.
rvargas@google.com
2009-06-22
1
-8
/
+57
*
Http Cache: First pass of byte-range requests support.
rvargas@google.com
2009-06-12
1
-4
/
+126
*
Add two small features to the HttpCache for benchmarking/debugging.
mbelshe@google.com
2009-06-05
1
-0
/
+20
[next]