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
*
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
*
Add a CertVerifier flag to enable hard fail for local (non-public) trust anch...
rsleevi@chromium.org
2013-07-30
1
-7
/
+72
*
Update include paths in net for base/process changes.
rsesek@chromium.org
2013-07-23
2
-2
/
+0
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
6
-10
/
+12
*
Revert 212378 "Add a HistogramRecorder class and use cases."
rnk@chromium.org
2013-07-18
1
-15
/
+64
*
Add a HistogramRecorder class and use cases.
lpromero@chromium.org
2013-07-18
1
-64
/
+15
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
15
-17
/
+17
*
Revert 212129 "Cleaning up TODO(joi) entries in //net."
michaeln@google.com
2013-07-17
2
-6
/
+28
*
Cleaning up TODO(joi) entries in //net.
joi@chromium.org
2013-07-17
2
-28
/
+6
*
Expose the method used for the next URLRequest redirect.
mkosiba@chromium.org
2013-07-17
2
-18
/
+35
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
2
-4
/
+4
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-2
/
+2
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
13
-14
/
+14
*
Make about:cache entries compatible with `xxd -r`.
thakis@chromium.org
2013-07-12
1
-3
/
+4
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-6
/
+6
*
Tiny comment fix for removing ambiguity.
kinaba@chromium.org
2013-07-05
1
-7
/
+8
*
Fix task execution order between URLFetcherCore::DisownFile and Stop.
kinaba@chromium.org
2013-07-03
3
-46
/
+56
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
2
-4
/
+4
*
More tests for handling HSTS and HPKP headers.
palmer@chromium.org
2013-06-29
1
-0
/
+85
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
11
-12
/
+12
*
Expose receive header end time for URLRequestRedirectJob
pan.deng@intel.com
2013-06-27
3
-0
/
+20
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
Add base namespace to more values in sync and elsewhere.
brettw@chromium.org
2013-06-21
1
-1
/
+1
*
Revert a workaround commit for a Use-After-Free crash.
yhirano@chromium.org
2013-06-21
1
-2
/
+1
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-06-20
9
-3
/
+234
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
1
-1
/
+1
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
2
-13
/
+13
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
2
-0
/
+5
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.
dcheng@chromium.org
2013-06-12
3
-19
/
+12
*
Handle includeSubdomains for public key pinning.
palmer@chromium.org
2013-06-12
1
-8
/
+13
*
Use URLFetcherFactory for 3-arg overload of URLFetcher::Create
dcheng@chromium.org
2013-06-12
1
-3
/
+3
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
[next]