summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-2213-181/+553
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-2213-552/+181
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-2213-181/+552
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-216-6/+6
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-193-6/+4
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-1929-149/+175
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-1929-175/+149
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-6/+6
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-1511-92/+15
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-148-14/+14
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-1310-44/+36
* Cleanup: remove obsolete comment.ricea@chromium.org2013-03-111-3/+0
* Remove some calls to URLRequestContext::network_delegate().tedv@chromium.org2013-03-0811-37/+54
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* net: Introduce new interface URLFetcherResponseWriterhashimoto@chromium.org2013-03-054-132/+185
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-028-6/+135
* Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), asunsafe@trevp.net2013-03-021-4/+4
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-3/+4
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-282-7/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* Disable 3 tests potentially because of run_test_cases;maruel@chromium.org2013-02-231-1/+7
* net: Complementary change for "Split URLFetcherFileWriter from URLFetcherCore"hashimoto@chromium.org2013-02-221-0/+6
* Fix uninitialized scalar fields in URLFetcherFileWriter class.kmadhusu@chromium.org2013-02-201-1/+2
* Clean up nits. List files in alphabetical order. Fix comments.wtc@chromium.org2013-02-201-1/+1
* net: Use DrainableIOBuffer in URLFetcherFileWriterhashimoto@chromium.org2013-02-202-21/+8
* Re-enable some network tests that have been disabled formmenke@chromium.org2013-02-201-9/+3
* net: Split URLFetcherFileWriter from URLFetcherCorehashimoto@chromium.org2013-02-184-305/+356
* Refactored FakeURLFetcher to make it more flexiblenoamsml@google.com2013-02-152-47/+125
* Re-enable URLRequestTestHTTP.NetworkDelegateCancelWhileWaiting4.marja@chromium.org2013-02-151-2/+1
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-148-131/+24
* Disabling flaky tests.marja@chromium.org2013-02-141-1/+2
* 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