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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow prefetches to outlive their owning RenderViewHost.
davidben@chromium.org
2013-11-20
4
-3
/
+45
*
Expose method for setting the proxy config in URLRequestContextBuilder for al...
kkania@chromium.org
2013-11-19
2
-10
/
+9
*
Update stale comments that still refer to URLRequestInetJob.
wtc@chromium.org
2013-11-18
2
-9
/
+7
*
ios: Enable -Wunused-functions.
thakis@chromium.org
2013-11-14
1
-19
/
+21
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-14
6
-17
/
+71
*
[Net] Fix error handling on wrong file in UploadData
tzik@chromium.org
2013-11-12
1
-9
/
+44
*
net: Use SequencedTaskRunner for URLFetcherResponseWriter
hashimoto@chromium.org
2013-11-12
9
-21
/
+25
*
Add unit tests for NetworkDelegate::CanAccessFile
aa@chromium.org
2013-11-11
4
-3
/
+61
*
[sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatus
rsimha@chromium.org
2013-11-06
2
-33
/
+75
*
Fix a crash in URLFetcherCore by handling a case where |request_| is NULL
droger@chromium.org
2013-11-05
1
-2
/
+4
*
Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."
scherkus@chromium.org
2013-11-04
6
-71
/
+17
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-04
6
-17
/
+71
*
Experimental Revert of 231910 "Allows prefetch and other detachable requests ...
mmenke@chromium.org
2013-11-04
2
-33
/
+2
*
[sync] Allow FakeURLFetcher to return arbitrary HTTP response codes
rsimha@chromium.org
2013-11-04
2
-31
/
+50
*
Revert 232376 "Revert 232342 "New prefetch histograms to get an ..."
csharp@chromium.org
2013-11-01
1
-0
/
+4
*
Revert 232342 "New prefetch histograms to get an idea of how oft..."
csharp@chromium.org
2013-11-01
1
-4
/
+0
*
New prefetch histograms to get an idea of how often prefetches happen,
jkarlin@google.com
2013-11-01
1
-0
/
+4
*
[Net] Add a priority parameter to URLRequest's constructor
akalin@chromium.org
2013-10-31
16
-394
/
+625
*
Allows prefetch and other detachable requests to live beyond the renderer by ...
jkarlin@google.com
2013-10-30
2
-2
/
+33
*
Fix scoping of raw_bytes in URLRequestFileDirJob::OnListFile
fs@opera.com
2013-10-30
2
-1
/
+39
*
net: Rework how blocking delegates are logged.
mmenke@chromium.org
2013-10-25
6
-64
/
+848
*
google_apis: Implement google_apis::ResponseWriter
hashimoto@chromium.org
2013-10-25
4
-51
/
+5
*
This causes ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY and ERR_SSL_PINNED_KEY_NOT_I...
felt@chromium.org
2013-10-21
1
-12
/
+21
*
[Net] Separate out NUM_PRIORITIES from RequestPriority enum
akalin@chromium.org
2013-10-19
1
-1
/
+1
*
net: Allow URLFetcher users to inject custom URLFetcherResponseWriter
hashimoto@chromium.org
2013-10-16
8
-6
/
+38
*
[Net] Log RequestPriority instances as strings instead of integers
akalin@chromium.org
2013-10-16
1
-1
/
+1
*
net: Manage all response writing related information with URLFetcherResponseW...
hashimoto@chromium.org
2013-10-11
4
-127
/
+82
*
net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ...
hashimoto@chromium.org
2013-10-03
10
-74
/
+46
*
Consolidate TestURLFetcherFactory::SetFakeResponse
mnissler@chromium.org
2013-09-30
2
-14
/
+2
*
Remove unused request_id member from HttpRequestInfo.
eustas@chromium.org
2013-09-26
2
-2
/
+0
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-1
/
+2
*
Pump the message loop in URLRequest tests.
earthdok@chromium.org
2013-09-20
1
-1
/
+4
*
Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."
tkent@chromium.org
2013-09-20
4
-79
/
+21
*
Don't persist HPKP if PrivacyMode is enabled.
mef@chromium.org
2013-09-20
4
-21
/
+79
*
Release the cache entry on deferred redirect.
davidben@chromium.org
2013-09-19
2
-0
/
+41
*
Clean up GaiaUrls to actually return GURLs.
mnissler@chromium.org
2013-09-19
2
-2
/
+15
*
URLFetcher won't call delegate until file is closed.
waffles@chromium.org
2013-09-12
2
-1
/
+15
*
Mark URLRequest::GetResponseCode() as const
boriay@yandex-team.ru
2013-09-08
2
-2
/
+2
*
Revert "Handling of multiple concurrent requests from different clients in OA...
eustas@chromium.org
2013-09-05
2
-5
/
+0
*
Handling of multiple concurrent requests from different clients in OAuth2Toke...
zelidrag@chromium.org
2013-09-04
2
-0
/
+5
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
2
-3
/
+3
*
net: test that cert is marked as revoked if EV revocation check receives revo...
agl@chromium.org
2013-08-29
1
-0
/
+28
*
Add missing const-reference to parameters.
etienneb@chromium.org
2013-08-22
1
-5
/
+6
*
Fix URLFetcher sending empty Content-Type headers. It will now just send no ...
matthewtff@yandex-team.ru
2013-08-19
1
-2
/
+0
*
Remove WorkerPool dependency from URLRequestFileJob.
earthdok@chromium.org
2013-08-19
6
-183
/
+213
*
Fix regression: don't redirect to data: URLs.
tsepez@chromium.org
2013-08-16
3
-3
/
+21
*
Revert 216444 "net: add a test to ensure that our TLS handshake ..."
frankf@chromium.org
2013-08-08
1
-42
/
+0
*
net: add a test to ensure that our TLS handshake doesn't get too large.
agl@chromium.org
2013-08-08
1
-0
/
+42
*
Refactor HttpTransactionDelegateImpl
ricea@chromium.org
2013-08-03
1
-44
/
+56
*
Perform online revocation checks when EV certificates aren't covered by a fre...
agl@chromium.org
2013-07-31
1
-6
/
+71
[next]