summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-1/+4
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-0517-19/+56
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-232-20/+10
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-231-3/+8
* Change the request tracking done by about:net-internals to be per context rat...eroman@chromium.org2009-10-228-293/+306
* Moved patch from 297003 over to committer repository.rolandsteiner@chromium.org2009-10-224-0/+101
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-5/+21
* Display the full address list rather than just the first item, in about:net-i...eroman@chromium.org2009-10-191-6/+21
* Mark flaky FTP tests as flaky.phajdan.jr@chromium.org2009-10-161-5/+10
* Coverity: check file_util::WriteFile return.mattm@chromium.org2009-10-141-3/+3
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-061-1/+1
* Add a response_info() accessor to URLRequest to get a reference to the net::H...michaeln@google.com2009-10-052-0/+7
* Make the font sizes on about:net-internals consistent.evan@chromium.org2009-10-051-3/+4
* Adds a virtual dtor to BaseTestServercpu@chromium.org2009-09-301-0/+2
* Disable the leak tracking of URLRequests.eroman@chromium.org2009-09-301-2/+3
* Enable ExtensionApiTest.Toolstrip and add additional debug output.rafaelw@chromium.org2009-09-291-0/+1
* Disable flaky FTPCacheURLCredentials test.thestig@chromium.org2009-09-251-2/+1
* Don't add default Accept-Language and Accept-Charset headers if specific ones...dimich@google.com2009-09-242-6/+72
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-242-9/+6
* Move FTP LIST parsing code to the renderer process.phajdan.jr@chromium.org2009-09-222-240/+12
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-223-5/+124
* URLRequestContext needs to keep a reference to StrictTransportSecurityStatemattm@chromium.org2009-09-221-2/+3
* Various cleanups FTP-related.phajdan.jr@chromium.org2009-09-182-10/+9
* Reverting 26419.tyoshino@google.com2009-09-173-124/+5
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-163-5/+124
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-147-121/+178
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...eroman@chromium.org2009-09-103-7/+29
* Strict transport security: come out from behind the flag.agl@chromium.org2009-09-101-13/+1
* Get the latest ParseFTPList code from Mozilla, and apply only the absolutelyphajdan.jr@chromium.org2009-09-102-11/+22
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-2/+2
* Add a unit test for FTP directory listing.phajdan.jr@chromium.org2009-09-091-0/+17
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-095-79/+6
* Display symlinks on FTP directory listings.phajdan.jr@chromium.org2009-09-091-1/+18
* Add an href to help page for view-net-internal.eroman@chromium.org2009-09-081-1/+4