summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-053-3/+3
* Highlights of changes:hclam@chromium.org2009-03-051-0/+7
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-271-4/+3
* Don't accept the url "file:///" on windows (report an error).estade@chromium.org2009-02-251-4/+9
* Make sure filter buffer is flushed after it fills its output quotajar@chromium.org2009-02-242-5/+28
* Add line break to adhere to 80 char line limit.darin@chromium.org2009-02-211-1/+2
* Provide error reporting and recovery for SDCH responses not market as HTMLjar@chromium.org2009-02-211-2/+9
* More fixes for bad reference counting.darin@chromium.org2009-02-201-20/+18
* Fix memory leak caused by bad reference counting. When the test server isdarin@chromium.org2009-02-201-6/+7
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-192-356/+151
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-192-151/+356
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-182-356/+151
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-1820-57/+104
* Improve modularity of recent SDCH dictionary load checkinjar@chromium.org2009-02-171-5/+10
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-142-120/+376