summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob.willchan@chromium.org2009-06-171-3/+3
* Reorder members in URLRequestHttpJob to get correct destruction order.willchan@chromium.org2009-06-172-6/+7
* Revert 18520.ericroman@google.com2009-06-171-2/+1
* Temporarily disable a test which appears to be causing valgrind errors.eroman@chromium.org2009-06-161-1/+2
* Take 2. Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-152-16/+6
* Revert "Make TCPClientSocketPool own the ConnectingSockets."willchan@chromium.org2009-06-152-6/+16
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-152-16/+6
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-126-6/+63
* Temporarily disable tests causing memory leaks.ericroman@google.com2009-06-122-3/+10
* Disable URLRequestTest.CancelTest4 since it started leaking.willchan@chromium.org2009-06-121-1/+1
* Experiment: turn off host caching to see if it relates to client socket pool ...ericroman@google.com2009-06-122-3/+9
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-123-5/+21
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-052-42/+94
* Reduce probability of SDCH holdback to 1%jar@chromium.org2009-06-051-2/+2
* Update some comments in url_request.h to clarify that once the request is del...ericroman@google.com2009-06-031-3/+5
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-293-26/+0
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-2913-4/+15
* Decompress .svgz files from disk.thestig@chromium.org2009-05-272-0/+13
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-233-9/+12
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-1/+1
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-1/+2
* More progress on ForceHTTPS.abarth@chromium.org2009-05-203-5/+64
* Cleanup code to keep flag showing "was cached" only in URLRequestHttpJobjar@chromium.org2009-05-193-8/+13
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-7/+8
* Adjust histograms to only collect non-cache stats for SDCH.jar@chromium.org2009-05-154-33/+50
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-4/+3
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-112-33/+153
* Change names of SDCH related histograms.jar@chromium.org2009-05-021-24/+24
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-0/+11
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-19/+20
* Hand craft an A/B test of SDCH compressionjar@chromium.org2009-04-304-17/+280
* Supports single range request with file protocolhclam@chromium.org2009-04-293-8/+202
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-293-195/+8
* Supports single range request with file protocolhclam@chromium.org2009-04-283-8/+195
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-169-74/+786
* Give the filter setup more context so it can figure out whether it's download...thestig@chromium.org2009-04-102-0/+12
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-9/+18
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-18/+9
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-091-9/+18
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-074-17/+19
* Fix an innocuous dcheck when going to view-cache.rvargas@google.com2009-04-021-3/+5
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-312-7/+79
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-302-79/+7
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-302-7/+79
* Move position of declaration per nit on larger CL that landedjar@chromium.org2009-03-301-3/+1
* Use HTTP status return code to make SDCH handling more robust.jar@chromium.org2009-03-305-6/+6
* Facilitate SDCH content decoding after a proxy removes ALL content infojar@chromium.org2009-03-281-3/+6
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-274-28/+111
* URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILEhclam@chromium.org2009-03-262-0/+21