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_transaction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Http cache: Restart transaction after errors reading from cached
rvargas@google.com
2012-03-20
1
-5
/
+16
*
Http Cache: Add support for PUT and DELETE.
rvargas@chromium.org
2012-03-14
1
-2
/
+33
*
Http Cache: Doom cache entries when there is any error reading from the
rvargas@google.com
2012-02-09
1
-7
/
+18
*
Turn on prefetching again
gavinp@chromium.org
2011-12-27
1
-0
/
+7
*
Link rel=prefetch was disabled during prerender development; for now
gavinp@chromium.org
2011-12-27
1
-4
/
+4
*
Migrate HttpCache adn HttpCacheTransaction to base::Bind().
ajwong@chromium.org
2011-12-23
1
-61
/
+21
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-31
/
+31
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
1
-19
/
+33
*
Http Cache: Make sure that we don't switch to mode NONE when
rvargas@google.com
2011-11-22
1
-1
/
+2
*
HTTP Cache: Implement StopCaching(), to avoid caching
rvargas@google.com
2011-11-18
1
-4
/
+14
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-6
/
+4
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-11
/
+11
*
Http Cache: Detect Content_length mismatches and mark entries as
rvargas@google.com
2011-08-18
1
-3
/
+9
*
net: Notify the http job and cache transaction about a filter
rvargas@google.com
2011-08-12
1
-0
/
+9
*
Http Cache: Keep track of whether we are doing byte range
rvargas@google.com
2011-07-22
1
-20
/
+24
*
Http cache: Add more documentation to the http cache transaction
rvargas@google.com
2011-07-19
1
-15
/
+77
*
Replace onRequestSent with onSendHeaders in webrequest API
battre@chromium.org
2011-07-14
1
-7
/
+0
*
Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.cc
battre@chromium.org
2011-06-28
1
-59
/
+29
*
Reland 90618 - Remove check for entry_. From coverity CID=8237
gbillock@chromium.org
2011-06-28
1
-1
/
+1
*
Revert 90618 - Add checks for entry_. From coverity CID=8237
fischman@chromium.org
2011-06-27
1
-1
/
+1
*
Add checks for entry_. From coverity CID=8237
gbillock@chromium.org
2011-06-27
1
-1
/
+1
*
Reland 85821 - Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-19
1
-0
/
+3
*
Revert 85821 - Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-19
1
-3
/
+0
*
Http cache: Make sure that we don't use http 1.1 features
rvargas@google.com
2011-05-18
1
-0
/
+3
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-10
1
-2
/
+1
*
Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...
joi@chromium.org
2011-05-06
1
-1
/
+2
*
Http Cache: make sure that if we cancel a request after all data
rvargas@google.com
2011-05-05
1
-0
/
+14
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-05
1
-2
/
+1
*
Flesh out the onBeforeSendHeaders event a bit more. We now send the
mpcomplete@chromium.org
2011-04-27
1
-6
/
+11
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
1
-1
/
+1
*
Revert "Allow extensions to redirect requests in onBeforeRequest."
mpcomplete@chromium.org
2011-04-13
1
-1
/
+1
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-13
1
-1
/
+1
*
Http Cache: Only cache range requests when the server provides
rvargas@google.com
2011-04-13
1
-21
/
+48
*
Http cache: Make sure that the we only transition to
rvargas@chromium.org
2011-04-04
1
-1
/
+1
*
Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.
mpcomplete@chromium.org
2011-03-30
1
-29
/
+63
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Http cache: Fix handling of truncated entries.
rvargas@google.com
2011-03-02
1
-1
/
+27
*
More net/ method ordering.
erg@google.com
2011-01-26
1
-64
/
+64
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-9
/
+51
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-51
/
+9
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-9
/
+51
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-51
/
+9
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-9
/
+51
*
Http cache: Remove a histogram.
rvargas@google.com
2010-12-28
1
-43
/
+13
*
Http cache: Remove the option to disable byte range support.
rvargas@google.com
2010-12-09
1
-23
/
+6
*
Http cache: Make sure that we don't forget that an entry is sparse
rvargas@google.com
2010-12-03
1
-1
/
+8
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-1
/
+1
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-10
/
+0
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-0
/
+10
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-10
/
+0
[next]