summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-7/+1
* Navigation and cookies for Automationamit@chromium.org2009-07-282-10/+9
* Cleanup in url_request_new_ftp_job.phajdan.jr@chromium.org2009-07-272-3/+1
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-242-5/+5
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-236-37/+154
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-212-0/+18
* Use base::Time::Exploded instead of struct tm inwtc@chromium.org2009-07-171-30/+4
* Fix a typo pointed out by wtc after I checked in.jshin@chromium.org2009-07-161-1/+1
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-152-3/+3
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-094-18/+121
* Fix 15 coverity complaints.rvargas@google.com2009-07-012-3/+3
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-2/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-273-8/+3
* Reverting 19425.ericroman@google.com2009-06-263-3/+8
* Make net::HostResolver refcounted.ericroman@google.com2009-06-263-8/+3
* Document when the Delegate methods OnCertificateRequested andwtc@chromium.org2009-06-261-1/+9
* [Second attempt]wtc@chromium.org2009-06-251-2/+2
* Start to disable bzip2 support. First step: Stop advertising support.jar@chromium.org2009-06-242-9/+12
* Revert the previous checkin r19037 because it causes test_shell towtc@chromium.org2009-06-231-2/+2
* Use the new portable FTP implementation on non-Windows platforms.wtc@chromium.org2009-06-231-2/+2
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-232-3/+25
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-222-2/+2
* Remove some unused files.ericroman@google.com2009-06-222-158/+0
* Comments added to SSL unit tests.jrg@chromium.org2009-06-191-0/+23
* 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