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
/
url_request
/
url_request_http_job.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add header pointer to BeforeProxyHeadersSentCallback
bengr@chromium.org
2014-07-01
1
-1
/
+4
*
Move data reduction proxy to Chrome-Proxy header for authentication
bengr@chromium.org
2014-06-26
1
-0
/
+2
*
Make SdchManager per-profile.
rdsmith@chromium.org
2014-06-15
1
-3
/
+0
*
Revert 277160 "Make SdchManager per-profile."
viettrungluu@chromium.org
2014-06-14
1
-0
/
+3
*
Make SdchManager per-profile.
rdsmith@chromium.org
2014-06-14
1
-3
/
+0
*
Fix WeakPtrFactory member order in net/url_request/
n.bansal@samsung.com
2014-05-24
1
-1
/
+2
*
Do not copy reference fragments for overridden redirects.
rob@robwu.nl
2014-04-03
1
-0
/
+3
*
Support redirectUrl at onHeadersReceived in WebRequest / DWR API
rob@robwu.nl
2014-03-26
1
-0
/
+3
*
Don't cache non-redirect HTTP responses when a redirect is forced
mmenke@chromium.org
2014-03-24
1
-0
/
+2
*
Move filter code out of net/base and into new net/filter directory.
cbentzel@chromium.org
2014-02-04
1
-0
/
+1
*
Implement GetTransferSize for url request.
eustas@chromium.org
2014-01-13
1
-0
/
+1
*
Allows deferral of a URLRequest just before talking to the network, at
jkarlin@chromium.org
2014-01-08
1
-0
/
+1
*
Remove HttpTransactionDelegate and all users (LoadTimeStats).
rvargas@chromium.org
2013-12-27
1
-5
/
+0
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-06-20
1
-0
/
+2
*
net: Return LoadTiming information in the case of a cache hit.
mmenke@chromium.org
2013-05-15
1
-0
/
+3
*
Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."
ttuttle@chromium.org
2013-05-10
1
-2
/
+0
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-05-10
1
-0
/
+2
*
[Net] Propagate priority changes from URLRequest to HttpTransaction
akalin@chromium.org
2013-03-22
1
-57
/
+67
*
Revert 189829 "[Net] Propagate priority changes from URLRequest ..."
msw@chromium.org
2013-03-22
1
-67
/
+57
*
[Net] Propagate priority changes from URLRequest to HttpTransaction
akalin@chromium.org
2013-03-22
1
-57
/
+67
*
Remove the last traces of experimental support for MAC cookies
rsleevi@chromium.org
2013-02-28
1
-3
/
+1
*
LoadTiming in net, part 3.
mmenke@chromium.org
2013-01-21
1
-0
/
+2
*
net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequest
hashimoto@chromium.org
2012-11-28
1
-3
/
+1
*
net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...
hashimoto@chromium.org
2012-11-14
1
-0
/
+3
*
Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...
pauljensen@chromium.org
2012-11-07
1
-1
/
+6
*
Account for server vs host clock skew in cookie expiration times.
pauljensen@chromium.org
2012-11-01
1
-0
/
+1
*
Revert 146616.
erikwright@chromium.org
2012-10-02
1
-1
/
+0
*
URLRequestHttpJob::StartTransaction should honour network delegate.
vabr@chromium.org
2012-09-27
1
-0
/
+3
*
Revert 153131 (Histograms showed it doesn't help much)
mmenke@chromium.org
2012-09-11
1
-17
/
+0
*
Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl
hashimoto@chromium.org
2012-08-30
1
-1
/
+1
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-1
/
+2
*
Reland of http://codereview.chromium.org/10854204/, which
mmenke@chromium.org
2012-08-24
1
-0
/
+17
*
Revert 153025 - Automatically retry failed network requests.
mmenke@chromium.org
2012-08-23
1
-17
/
+0
*
Automatically retry failed network requests.
mmenke@chromium.org
2012-08-23
1
-0
/
+17
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
1
-0
/
+6
*
Account for server vs host clock skew in cookie expiration times.
pauljensen@chromium.org
2012-07-13
1
-0
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Don't crash when confronted with many set-cookie headers.
shalev@chromium.org
2012-06-14
1
-2
/
+8
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-4
/
+0
*
Make URLRequestThrottlerManager a member of URLRequestContext.
joi@chromium.org
2012-05-02
1
-1
/
+2
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-1
/
+1
*
Resolve style nits and clean up Strict-Transport-Security header handling code.
palmer@chromium.org
2012-01-11
1
-2
/
+2
*
Implement HTTP header-based public key pinning.
palmer@chromium.org
2012-01-05
1
-2
/
+5
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-2
/
+1
*
Convert NewRunnableMethod() calls to base::Bind().
ajwong@chromium.org
2011-12-20
1
-3
/
+1
*
Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re...
cbentzel@chromium.org
2011-12-08
1
-0
/
+7
*
base::Bind: Convert net::NetworkDelegate.
jhawkins@chromium.org
2011-12-01
1
-3
/
+2
*
Improve merging of header modifications in webRequest.OnHeadersReceived
battre@chromium.org
2011-11-21
1
-0
/
+3
*
Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...
cbentzel@chromium.org
2011-11-17
1
-7
/
+0
[next]