summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Pump the message loop in URLRequest tests.earthdok@chromium.org2013-09-201-1/+4
* Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."tkent@chromium.org2013-09-204-79/+21
* Don't persist HPKP if PrivacyMode is enabled.mef@chromium.org2013-09-204-21/+79
* Release the cache entry on deferred redirect.davidben@chromium.org2013-09-192-0/+41
* Clean up GaiaUrls to actually return GURLs.mnissler@chromium.org2013-09-192-2/+15
* URLFetcher won't call delegate until file is closed.waffles@chromium.org2013-09-122-1/+15
* Mark URLRequest::GetResponseCode() as constboriay@yandex-team.ru2013-09-082-2/+2
* Revert "Handling of multiple concurrent requests from different clients in OA...eustas@chromium.org2013-09-052-5/+0
* Handling of multiple concurrent requests from different clients in OAuth2Toke...zelidrag@chromium.org2013-09-042-0/+5
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-3/+3
* net: test that cert is marked as revoked if EV revocation check receives revo...agl@chromium.org2013-08-291-0/+28
* Add missing const-reference to parameters.etienneb@chromium.org2013-08-221-5/+6
* Fix URLFetcher sending empty Content-Type headers. It will now just send no ...matthewtff@yandex-team.ru2013-08-191-2/+0
* Remove WorkerPool dependency from URLRequestFileJob.earthdok@chromium.org2013-08-196-183/+213
* Fix regression: don't redirect to data: URLs.tsepez@chromium.org2013-08-163-3/+21
* Revert 216444 "net: add a test to ensure that our TLS handshake ..."frankf@chromium.org2013-08-081-42/+0
* net: add a test to ensure that our TLS handshake doesn't get too large.agl@chromium.org2013-08-081-0/+42
* Refactor HttpTransactionDelegateImplricea@chromium.org2013-08-031-44/+56
* Perform online revocation checks when EV certificates aren't covered by a fre...agl@chromium.org2013-07-311-6/+71
* Add a CertVerifier flag to enable hard fail for local (non-public) trust anch...rsleevi@chromium.org2013-07-301-7/+72
* Update include paths in net for base/process changes.rsesek@chromium.org2013-07-232-2/+0
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-186-10/+12
* Revert 212378 "Add a HistogramRecorder class and use cases."rnk@chromium.org2013-07-181-15/+64
* Add a HistogramRecorder class and use cases.lpromero@chromium.org2013-07-181-64/+15
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-1815-17/+17
* Revert 212129 "Cleaning up TODO(joi) entries in //net."michaeln@google.com2013-07-172-6/+28
* Cleaning up TODO(joi) entries in //net.joi@chromium.org2013-07-172-28/+6
* Expose the method used for the next URLRequest redirect.mkosiba@chromium.org2013-07-172-18/+35
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-4/+4
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-2/+2
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-1213-14/+14
* Make about:cache entries compatible with `xxd -r`.thakis@chromium.org2013-07-121-3/+4
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-6/+6
* Tiny comment fix for removing ambiguity.kinaba@chromium.org2013-07-051-7/+8
* Fix task execution order between URLFetcherCore::DisownFile and Stop.kinaba@chromium.org2013-07-033-46/+56
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-4/+4
* More tests for handling HSTS and HPKP headers.palmer@chromium.org2013-06-291-0/+85
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-2811-12/+12
* Expose receive header end time for URLRequestRedirectJobpan.deng@intel.com2013-06-273-0/+20
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-1/+1
* Revert a workaround commit for a Use-After-Free crash.yhirano@chromium.org2013-06-211-2/+1
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-209-3/+234
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-132-13/+13
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-132-0/+5
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-123-19/+12
* Handle includeSubdomains for public key pinning.palmer@chromium.org2013-06-121-8/+13
* Use URLFetcherFactory for 3-arg overload of URLFetcher::Createdcheng@chromium.org2013-06-121-3/+3
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1