summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Try to fix some regressions after landing 41689.eroman@chromium.org2010-03-161-11/+4
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-16105-2208/+1682
* Increase the mime sniffer's limit for searching for binary looking bytes fromabarth@chromium.org2010-03-163-65/+142
* Disk cache: Make sure that we don't oveload the IO messagervargas@google.com2010-03-152-3/+9
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-146-19/+283
* Remove locks from StrictTransportSecurityState.abarth@chromium.org2010-03-142-14/+0
* We need to sniff from file:// URLs so that we don't do silly things like try toabarth@chromium.org2010-03-131-1/+2
* Revert r41459:willchan@chromium.org2010-03-121-1/+3
* Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by d...willchan@chromium.org2010-03-121-3/+1
* When using NSS for SSL on Windows, fall back on SSLClientSocketWinwtc@chromium.org2010-03-124-14/+102
* NSS and NPN: send NextProtocol on resume and disable NPN without SPDY.agl@chromium.org2010-03-123-19/+41
* Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies aredarin@chromium.org2010-03-122-9/+12
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-115-2/+5
* Remove LOG(WARNING)s for when fails to parse proxy bypass rules.eroman@chromium.org2010-03-111-5/+3
* SPDY: Basic peer GoAway frame support.willchan@chromium.org2010-03-103-30/+130
* Add paypal.com to the preloaded STS list.agl@chromium.org2010-03-103-74/+163
* SPDY: Alternate-Protocol changes.willchan@chromium.org2010-03-106-41/+122
* SPDY: Add basic support for Alternate-Protocol header.willchan@chromium.org2010-03-0911-18/+546
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-092-49/+49
* Http cache: Reorder the files after the previous mess-up.rvargas@google.com2010-03-083-629/+630
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-084-19/+13
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-0822-3/+25
* Add checks to track down bug 31096vandebo@chromium.org2010-03-082-0/+5
* Correctly handle trailing dots in hostname blacklist. jschuh@google.com2010-03-082-0/+11
* Fix the problems with some FTP transactions taking a long time.phajdan.jr@chromium.org2010-03-062-74/+27
* Pulls the latest googleurl to get the fix forbrettw@chromium.org2010-03-062-10/+12
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-0510-89/+239
* Always call SSLSetPeerDomainName. The SSLSetPeerDomainName call waswtc@chromium.org2010-03-051-8/+7
* SSLClientSocketNSS::ClientAuthHandler should return SECWouldBlockwtc@chromium.org2010-03-051-2/+4
* Add command line option for changing the max number of SPDY sessions permbelshe@chromium.org2010-03-052-2/+12
* Mac: Work around SSL renegotiation problems with client certs.snej@chromium.org2010-03-052-11/+15
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-0510-235/+88
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-0510-88/+235
* Add a UI test to make sure that each frame of a multiparttony@chromium.org2010-03-051-0/+23
* More late binding cleanupvandebo@chromium.org2010-03-051-36/+0
* Fix a regression introduced in r40465.wtc@chromium.org2010-03-051-11/+18
* Update spdy_protocol to support the GOAWAY message.mbelshe@chromium.org2010-03-046-68/+235
* Annotate a harmless data race in TcpPingertimurrrr@chromium.org2010-03-041-1/+5
* Refactor: Move the code that handles "chrome://net-internals/*" from the net ...eroman@chromium.org2010-03-043-826/+0
* Fix a crash when streams are cancelled and we have a BufferedRead taskmbelshe@chromium.org2010-03-042-3/+87
* Remove debug info used to diagnose bug 31723.rvargas@google.com2010-03-032-24/+1
* Remove the remnants of the late binding experiment.vandebo@chromium.org2010-03-031-32/+0
* A follow-up to r40192. Change the log message to avoid confusion.wtc@chromium.org2010-03-031-1/+1
* A follow-up of r28664.wtc@chromium.org2010-03-032-13/+11
* Change histogram names because collected data is somewhat different.vandebo@chromium.org2010-03-031-2/+2
* Disables KeygenHandlerTest.FLAKY_SmokeTest on Mac valgrind bots.glider@chromium.org2010-03-031-0/+2
* Remark the KeyHandler test as flakey, and make it not run under Valgrind inst...jam@chromium.org2010-03-031-1/+1
* Handle CreateFile() trimming trailing dots and spaces in downloads.jschuh@google.com2010-03-031-0/+10
* Disable KeyHandler test because it's hanging the Mac valgrind bots.jam@chromium.org2010-03-031-1/+1
* Don't ignore certificate errors with SPDY.mbelshe@chromium.org2010-03-032-19/+23