summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the FlipSession GetLoadState to be more specific.mbelshe@google.com2010-01-071-2/+12
* Allow using system libevent instead of the bundled one.phajdan.jr@chromium.org2010-01-073-1/+12
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-073-1/+63
* Changed catch-all Mac SSL OSStatus error to paramErr.akalin@chromium.org2010-01-061-2/+9
* Re-order some declarations in ProxyService, to ensure that deletion of InitPr...eroman@chromium.org2010-01-063-6/+78
* Remove more WinInet stuff.phajdan.jr@chromium.org2010-01-064-144/+0
* Linux: allow TLS renegotiation.agl@chromium.org2010-01-061-0/+15
* Enhance a function comment per feedback from a code review.eroman@chromium.org2010-01-051-1/+2
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-0512-149/+310
* 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-056-1222/+0
* 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
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-305-23/+0
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-0/+36
* Avoid meta-refresh when back-button gets non-sdch contentjar@chromium.org2009-12-282-5/+16
* Fixup some connection time measurements.mbelshe@google.com2009-12-283-6/+18
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-289-129/+60
* Add histograms for measuring stream performance.mbelshe@google.com2009-12-282-1/+53
* Add histograms for tracking session utilization.mbelshe@google.com2009-12-272-4/+38
* Create histogram of download bandwidths.mbelshe@google.com2009-12-251-0/+3
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-248-25/+57
* Added gtest filter for net_unittests that spawn processesglider@chromium.org2009-12-241-0/+4
* Linux: remove temporary check that the scons builders are working.agl@chromium.org2009-12-241-2/+0
* Linux: fix scons build so that libssl gets the right headers.agl@chromium.org2009-12-231-0/+2
* Revert "Linux: temp change to see if the builders are getting the wrong heade...agl@chromium.org2009-12-231-2/+0
* Linux: temp change to see if the builders are getting the wrong headers.agl@chromium.org2009-12-231-0/+2
* Reorder some statements to fix compile warning on Linux canary.jam@chromium.org2009-12-231-2/+2
* 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-2311-3927/+18583
* Linux: don't send cookies with an OCSP request.agl@chromium.org2009-12-221-1/+2
* Implement support for MLSD FTP command in FtpNetworkTransaction.phajdan.jr@chromium.org2009-12-223-6/+71
* Remove some old debugging code.willchan@chromium.org2009-12-221-13/+1
* Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...eroman@chromium.org2009-12-222-7/+84
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-224-30/+46
* 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-2121-31/+702
* Fix crash with CancelStream. The stream didn't informmbelshe@chromium.org2009-12-213-16/+26
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-2115-167/+357
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-2110-105/+319
* Add the ability to enable full logging for LoadLogs.eroman@chromium.org2009-12-215-18/+204
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-214-35/+78
* Mark URLRequestTestFTP.FTPGetTest as flaky.viettrungluu@chromium.org2009-12-201-1/+2
* Add two more unit tests for SOCKS5:eroman@chromium.org2009-12-182-22/+47
* Fix SSL error code for unexpected errSSLClosedGraceful on Mackinuko@chromium.org2009-12-181-3/+4
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-184-16/+39
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-185-230/+70
* Pass the LoadLog through the FlipStream.mbelshe@google.com2009-12-189-24/+149
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-188-45/+83
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-186-25/+112