summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Remove unused pieces of URLRequestJobFactory API.pauljensen@chromium.org2013-02-129-352/+18
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-0817-120/+123
* Remove deprecated POST_WITHOUT_BODYhidehiko@chromium.org2013-02-082-9/+0
* Allow no content-type for POST, PUT and PATCH methods.hidehiko@chromium.org2013-02-062-10/+31
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-064-23/+24
* Add POST_WITHOUT_BODY to the UrlFetcher's method.hidehiko@chromium.org2013-02-042-0/+8
* Add PATCH method to UrlFetcher.hidehiko@chromium.org2013-02-042-1/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-023-5/+4
* LoadTiming int net 6: Cache LoadTimingInfommenke@chromium.org2013-02-026-46/+42
* Add a command-line flag to have URLFetcher ignore certificate requestsrsleevi@chromium.org2013-01-316-0/+40
* Add connection-type-specific histograms of:pauljensen@chromium.org2013-01-311-2/+3
* Fix leaks in FTP tests and remove suppressionsphajdan.jr@chromium.org2013-01-301-1/+2
* Having URLFetcher handle SSL client auth by proceeding anonymously (eg: NULLrsleevi@chromium.org2013-01-302-9/+0
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-261-1/+1
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-248-16/+124
* Add support for making FTP requests through a proxy.phajdan.jr@chromium.org2013-01-235-103/+543
* Renames some DomainState functions for increased clarity. unsafe@trevp.net2013-01-222-4/+4
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-219-3/+288
* Re-enable URLRequest tests disabled due to TestServermmenke@chromium.org2013-01-161-6/+4
* Disable URLRequestTest.DoNotSendCookies for flakiness.ericu@chromium.org2013-01-161-1/+2
* Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...joaodasilva@chromium.org2013-01-114-157/+7
* Re-enable tests marked with bug 60426, which has been closed for over a year.mattm@chromium.org2013-01-111-25/+0
* net: Stop using base::WorkerPool from UploadFileElementReaderhashimoto@chromium.org2013-01-101-1/+2
* Added --lso-host switch that lets us override hosts for LSO URLs.zelidrag@chromium.org2013-01-092-0/+9
* This is the first in an intended sequence of CLs to refactorunsafe@trevp.net2013-01-081-63/+20
* This refactor aims to avoid use of CR_DEFINE_STATIC_LOCAL and functions retur...pauljensen@chromium.org2013-01-023-41/+75
* Fix ServerBoundCertServiceRequest leaks by system request context.mattm@chromium.org2012-12-281-0/+1
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-3/+3
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-209-66/+221
* Avoid disk accesses on the wrong thread in URLRequestFileJobpaivanof@gmail.com2012-12-173-103/+133
* Fix a compiler error (cert_status may be used uninitialised) in url_request_u...ricea@chromium.org2012-12-161-5/+7
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-154-58/+31
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-148-37/+397
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-10/+35
* A pair of changes to make it easier to use NetLogs inmmenke@chromium.org2012-12-051-0/+1
* Query the network delegate for cookies even if there is no cookie monsterdroger@chromium.org2012-12-042-2/+6
* Ensure that NSS HTTP IO is initialized on iOS.wtc@chromium.org2012-12-012-8/+8
* Fix URLFetcherDownloadProgressTest to work with remote test serverppi@chromium.org2012-11-291-36/+62
* Remove some cases where MockHostResolver was givenmmenke@chromium.org2012-11-291-21/+19
* POSTs to HSTS domains are no longer converted to GETs mmenke@chromium.org2012-11-285-20/+73
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-288-47/+30
* net: Add cache sensitivity histograms to the Net.HttpJob histograms.rvargas@google.com2012-11-271-0/+35
* Set the search provider polling to 100 ms since the last autocomplete request.bartn@chromium.org2012-11-272-6/+26
* Revert 168626 - Avoid disk accesses on the wrong thread in URLRequestFileJobnona@chromium.org2012-11-203-133/+103
* Avoid disk accesses on the wrong thread in URLRequestFileJobpaivanof@gmail.com2012-11-193-103/+133
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-6/+6
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-143-5/+5
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-143-23/+43
* Set blocked_on_delegate_ when a URLRequest is blocked bymmenke@chromium.org2012-11-144-7/+16