summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Add debug info to track a crash when sleeping.rvargas@google.com2010-02-041-1/+12
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-3/+4
* Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky.chase@chromium.org2010-02-041-1/+2
* Revert 38001 and 38002.darin@chromium.org2010-02-034-87/+461
* Back out trunk r37998.mark@chromium.org2010-02-034-461/+87
* Modify CookiePolicy to work asynchronouslydarin@chromium.org2010-02-034-87/+461
* Add fine grain tracing to HostResolverImpl.eroman@chromium.org2010-02-021-18/+78
* If the URLRequestContext has no CookiePolicy, then we shoulddarin@chromium.org2010-01-303-12/+11
* Disable 3 cookie tests that started failing.nsylvain@chromium.org2010-01-301-3/+6
* Changes to support new cookie policy.darin@chromium.org2010-01-302-10/+11
* Revert r37535.darin@chromium.org2010-01-292-11/+3
* Implement extended cookie controls.jochen@chromium.org2010-01-292-3/+11
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-16/+8
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-291-1/+1
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-264-0/+0
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-211-0/+7
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-202-11/+12
* Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.eroman@chromium.org2010-01-151-22/+25
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Add more functionality to about:net-internals:eroman@chromium.org2010-01-131-2/+46
* Another tweak to about:net-internals: do a redirect after processing the quer...eroman@chromium.org2010-01-132-33/+46
* Miscellaneous tweaks to the about:net-internals page.eroman@chromium.org2010-01-131-59/+123
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-111-0/+5
* Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...ananta@chromium.org2010-01-111-41/+49
* Net: Allow about:cache to show contents of urls with arguments.rvargas@google.com2010-01-091-10/+10
* Implement delaying resource requests until privacy blacklists are ready.phajdan.jr@chromium.org2010-01-052-43/+34
* Remove WinInet FTP code.phajdan.jr@chromium.org2010-01-055-1216/+0
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-305-23/+0
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-221-1/+1
* Add the ability to enable full logging for LoadLogs.eroman@chromium.org2009-12-214-14/+196
* Mark URLRequestTestFTP.FTPGetTest as flaky.viettrungluu@chromium.org2009-12-201-1/+2
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-181-4/+7
* If we redirect from an https to an http site, ensure that we don'tjaphet@chromium.org2009-12-162-0/+28
* Disk cache: Add the name of the relevant flag torvargas@google.com2009-12-161-0/+3
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-3/+3
* Exclude chrome:// requests from showing up on the about:net-internals page.eroman@chromium.org2009-12-122-3/+61
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-6/+1
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-112-31/+140
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-101-6/+9
* Remove bzip2 decoding support completely.thestig@chromium.org2009-12-081-56/+0
* Update network priorities to support better granularitymbelshe@google.com2009-12-022-7/+8
* The FTPDirectoryListing test has been failing in a couple of runs. Marking it...ananta@chromium.org2009-11-241-1/+2
* Fix one source of flakiness of FTP tests.phajdan.jr@chromium.org2009-11-231-2/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-203-9/+12
* In the local file listing, we should pass time in UTC to ICU's date/time form...jshin@chromium.org2009-11-191-3/+4
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-132-1/+2
* Style nit -- bind asterisks to the left rather than right.eroman@chromium.org2009-11-132-2/+2
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-138-199/+274
* Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...eroman@chromium.org2009-11-131-8/+18
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-071-1/+1