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: chain GetLoadState from transactions waiting for
rvargas@google.com
2010-07-14
1
-0
/
+14
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-3
/
+31
*
Http Cache: Avoid re-validation of sparse entries if a
rvargas@google.com
2010-06-24
1
-11
/
+93
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
1
-41
/
+0
*
Reland 49600 - Http cache: Remove deprecated code.
rvargas@google.com
2010-06-14
1
-3
/
+10
*
Revert 49600 - Http cache: Remove deprecated code.
rvargas@google.com
2010-06-11
1
-10
/
+3
*
Http cache: Remove deprecated code.
rvargas@google.com
2010-06-11
1
-3
/
+10
*
Http Cache: Remove blocking calls to GetAvailableRange.
rvargas@google.com
2010-06-11
1
-5
/
+23
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-178
/
+179
*
Http cache: Add a check to MockHttpCache to make sure
rvargas@google.com
2010-05-10
1
-74
/
+117
*
Http Cache: Handle the asynchronous instantiation of the
rvargas@google.com
2010-05-07
1
-30
/
+262
*
Auto-format style pass over files.
cbentzel@chromium.org
2010-05-04
1
-16
/
+16
*
Compile fix.
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-28
/
+28
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-73
/
+62
*
Update about:cache to display cached metadata for an entry.
tonyg@chromium.org
2010-04-19
1
-4
/
+6
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-42
/
+44
*
Http cache: Expose storing metadata on a given entry.
rvargas@google.com
2010-03-02
1
-4
/
+133
*
Http Cache: Add a load log to the DoomEntry operation.
rvargas@google.com
2010-02-11
1
-3
/
+20
*
Http cache: Make sure that we don't send notifications
rvargas@google.com
2010-02-10
1
-8
/
+38
*
Cleanup the unittest helpers in load_log_unittest.h.
eroman@chromium.org
2010-01-29
1
-32
/
+32
*
Http cache: If we issue a byte range request for x bytes
rvargas@google.com
2010-01-21
1
-0
/
+41
*
Http Cache: Use asynchronous Open/Create/Doom entry calls.
rvargas@google.com
2010-01-14
1
-74
/
+244
*
Http cache: Avoid resuming (and keeping) truncated entries
rvargas@google.com
2010-01-08
1
-11
/
+155
*
Extend LoadLog to support logging of arbitrary strings, and of network error ...
eroman@chromium.org
2009-12-21
1
-3
/
+3
*
Http cache: Add a test to make sure that the cache
rvargas@google.com
2009-12-18
1
-10
/
+64
*
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
[next]