summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-253-7/+20
* Reverting 12470.willchan@chromium.org2009-03-253-20/+7
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-253-7/+20
* don't UMR if GetFileSize() fails.ericroman@google.com2009-03-201-2/+2
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-171-1/+1
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-164-2/+165
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-161-1/+4
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-135-9/+19
* Highlights of changes:hclam@chromium.org2009-03-131-0/+7
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-1124-24/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-102-14/+18
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-0916-43/+76
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-083-6/+32
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-073-32/+6
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-073-6/+32
* Reverting 11179.jcampan@chromium.org2009-03-073-32/+6
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-073-6/+32
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-7/+0