summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Reland fix for OCSP startup race.willchan@chromium.org2010-10-122-1/+10
* Revert 62105 - Test change to fix a leak. Will revert after getting in a run...willchan@chromium.org2010-10-102-10/+1
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...willchan@chromium.org2010-10-102-1/+10
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-083-0/+8
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-073-8/+0
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-073-0/+8
* GTTF: Get rid of the test server's /kill switchphajdan.jr@chromium.org2010-10-041-79/+0
* Stop refcounting HostResolver.willchan@chromium.org2010-10-012-2/+3
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-291-1/+2
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-281-2/+1
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-281-1/+2
* Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...willchan@chromium.org2010-09-282-10/+1
* Reland r59972: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-282-1/+10
* Immediately reject empty cookie headers.jochen@chromium.org2010-09-272-2/+24
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-8/+10
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-224-3/+11
* Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...willchan@chromium.org2010-09-212-10/+1
* Reland r59511: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-202-1/+10
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-1/+1
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-1/+1
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-1/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-032-5/+5
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-317-34/+81
* Fix ChromeFrame HTTPs net tests which started failing with the change to vali...ananta@chromium.org2010-08-291-0/+4
* Add regression tests for issue 53366. Check that thewtc@chromium.org2010-08-281-4/+21
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-2/+4
* Allow net::DirectoryLister to be used to recursively list the directory, and ...johnnyg@chromium.org2010-08-212-12/+13
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-212-5/+0
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-0/+11
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-192-2/+0
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+0
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-4/+2
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-2/+4
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-202/+239
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-172-29/+9
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-172-9/+29
* FBTF: Header cleanup in renderer_host.jhawkins@chromium.org2010-08-162-5/+5
* Uninitialized member variable in UrlRequestJobMetrics.finnur@chromium.org2010-08-121-2/+5
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-071-0/+46
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-08-065-31/+310
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-062-2/+5
* Mark URLRequestTestFTP.FTPCheckWrongPassword and .FTPCheckWrongUser as flaky.viettrungluu@chromium.org2010-08-051-2/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-314-4/+14
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...cbentzel@chromium.org2010-07-315-310/+31
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-07-315-31/+310
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-4/+4
* Implement prefetching in chromegavinp@google.com2010-07-311-1/+1