summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-263-0/+0
* Revert 36837 (caused XP unit_tests crashes) - Implement NetworkChangeNotifier...willchan@chromium.org2010-01-222-68/+3
* Implement NetworkChangeNotifierWin.willchan@chromium.org2010-01-222-3/+68
* There was a crash under certain flip protocol errors when the session is tornmbelshe@chromium.org2010-01-221-0/+3
* Adding some more escaping method.jcampan@chromium.org2010-01-213-10/+157
* Remove the fallback Mozilla code for parsing FTP LIST response.phajdan.jr@chromium.org2010-01-201-0/+8
* Add a context-sensitive error mapping function specific to SSLwtc@chromium.org2010-01-151-0/+2
* Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.eroman@chromium.org2010-01-151-9/+9
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-153-18/+29
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-143-22/+4
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-0/+12
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-121-1/+1
* In the CookieMonster code, use the RegistryControlledDomainService only formpcomplete@chromium.org2010-01-121-5/+17
* Set up HostResolverImpl to flush cache on IP address change.willchan@chromium.org2010-01-114-27/+92
* Clear the host cache when closing the last incognito window.eroman@chromium.org2010-01-112-0/+25
* Add dotfile tests to NetUtil.GetSuggestedFilenameevan@chromium.org2010-01-111-0/+16
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-084-20/+49
* Attempt 2 at landing this.ananta@chromium.org2010-01-081-0/+4
* Reason:tyoshino@chromium.org2010-01-081-4/+0
* Deleting cookies by setting the expires attribute on them with an empty value...ananta@chromium.org2010-01-081-0/+4
* Log the results of proxy resolution to LoadLog when "full logging mode" is en...eroman@chromium.org2010-01-071-0/+13
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-072-3/+12
* Allow using system libevent instead of the bundled one.phajdan.jr@chromium.org2010-01-072-0/+8
* Remove more WinInet stuff.phajdan.jr@chromium.org2010-01-063-134/+0
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-051-0/+3
* Add metarefresh for SDCH in yet another case.jar@chromium.org2010-01-042-3/+14
* If we can't read a unicode character, write the standard "unknown" (0xFFFD) c...cevans@chromium.org2010-01-011-1/+1
* Avoid meta-refresh when back-button gets non-sdch contentjar@chromium.org2009-12-282-5/+16
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-283-26/+11
* Create histogram of download bandwidths.mbelshe@google.com2009-12-251-0/+3
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-242-11/+24
* Fix build break from my last checkin. I accidently removed -T from the param...jam@chromium.org2009-12-232-8/+3
* Use a perfect hash map for the registry controlled domain service.jam@chromium.org2009-12-239-3872/+18488
* Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...eroman@chromium.org2009-12-221-0/+16
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-221-0/+5
* Fix benign race on NetworkChangeNotifierThread's vtable pointer.willchan@chromium.org2009-12-211-0/+1
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-2111-0/+596
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-217-141/+331
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-211-0/+21
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-181-0/+18
* Pass the LoadLog through the FlipStream.mbelshe@google.com2009-12-182-0/+36
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-0/+7
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-0/+7
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-152-17/+10
* Get the new certificate for https://www.unosoft.hu/ and re-enable thewtc@chromium.org2009-12-152-61/+64
* Add tests for SocketStreamMetrics.satorux@chromium.org2009-12-151-0/+3
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-126-36/+28
* Improve unit tests to verify that directories are listed before files in file...vandebo@chromium.org2009-12-112-0/+31
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-117-336/+565