summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* URLRequest - return LOAD_STATE_WAITING_FOR_DELEGATE even when wemmenke@chromium.org2013-05-041-2/+1
* Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJobphajdan.jr@chromium.org2013-05-033-2/+28
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-033-210/+226
* Support range uploading of a file.hidehiko@chromium.org2013-05-028-8/+65
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-3019-43/+38
* Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.pkasting@chromium.org2013-04-131-14/+11
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Simplify prerender and network/cache stats histograms by removing the field t...tburkard@chromium.org2013-04-121-96/+0
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-122-2/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-111-1/+1
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-105-20/+48
* Don't set MODE_DEFAULT when adding HPKP header.palmer@chromium.org2013-04-101-0/+39
* Remove the remnants of the WarmSocketImpact field trial.stevet@chromium.org2013-04-101-9/+0
* Remove deprecated TestURLReqest constructor interface.tedv@chromium.org2013-04-102-9/+0
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-69/+93
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-095-93/+69
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-095-69/+93
* Implement FTP auth through proxyphajdan.jr@chromium.org2013-04-084-50/+272
* Fix a load timing bug in which proxy resolution times couldmmenke@chromium.org2013-04-085-11/+406
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-073-6/+6
* net: Replace URLFetcherFileWriter's implementation with FileStreamhashimoto@chromium.org2013-04-043-143/+88
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-032-10/+13
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-296-8/+8
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-297-11/+11
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-1/+2
* [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