summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Another attempt at fixing Clang build after r81259agl@chromium.org2011-04-122-0/+4
* Fix Clang build after r81259agl@chromium.org2011-04-123-12/+28
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-129-1/+336
* The IP Aliases table was not being properly cleared when we manually closembelshe@chromium.org2011-04-122-6/+25
* Rework the tcp_client_socket_unittest to be a genericmbelshe@chromium.org2011-04-122-16/+36
* Linux: fix net_unittests failures on Gentoo Linuxphajdan.jr@chromium.org2011-04-122-30/+30
* We've finished testing with the cwnd fixed at 32, it is clearly worse.mbelshe@chromium.org2011-04-111-2/+2
* Support signatures in the policy test server.mnissler@chromium.org2011-04-114-35/+138
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-1113-93/+228
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-1112-55/+298
* Add gmail.com and googlemail.com to the HSTS hardcoded list. These domainscevans@chromium.org2011-04-095-93/+203
* FTP: fix a misuse of isspace (it can only operate on char,phajdan.jr@chromium.org2011-04-091-6/+9
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-087-35/+30
* net: reenable TestKnownRootsagl@chromium.org2011-04-081-2/+1
* - minor comment changeleighton@cis.udel.edu2011-04-081-2/+2
* Fix opensll, in follow up to http://src.chromium.org/viewvc/chrome?view=rev&r...joth@chromium.org2011-04-081-0/+7
* Remove svn:mergeinfo props from many files.pkasting@chromium.org2011-04-083-3/+3
* Add accounts.google.com to HSTS list, with permission from Filipe Almeida.cevans@chromium.org2011-04-081-0/+1
* Fix DCHECK on multiple SSL client auths for the same request.mattm@chromium.org2011-04-071-2/+2
* Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...ananta@chromium.org2011-04-072-21/+17
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-077-16/+36
* net: disable TestKnownRootsagl@chromium.org2011-04-071-1/+2
* Fix and enable reenable tests for P2PTransportImpl.sergeyu@chromium.org2011-04-071-1/+1
* Don't discard a header parameter because of unbalanced quotes.asanka@chromium.org2011-04-072-4/+7
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-0738-567/+663
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-078-5/+126
* net: add x509_certificate_known_roots_{mac|win}.hagl@chromium.org2011-04-072-0/+997
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-0612-275/+45
* Read and Write SSL3, TLS1 and Cert revocation SSL preferencesrtenneti@chromium.org2011-04-062-19/+3
* net: add nist.deragl@chromium.org2011-04-061-0/+0
* Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det...phajdan.jr@chromium.org2011-04-0612-298/+55
* FTP: Multiple fixes for localized directory listings:phajdan.jr@chromium.org2011-04-0612-55/+298
* Linux: recognize Heimdal on Gentoo Linux for Kerberos HTTP authentication.phajdan.jr@chromium.org2011-04-061-0/+1
* Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ...ananta@chromium.org2011-04-061-2/+4
* Refactor the ICU dependency in escape.cc into escape_icu.cc.abarth@chromium.org2011-04-063-16/+28
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-064-119/+73
* - Make IPEndPoint::ToString() surround IPv6 addresses with square brackets.sergeyu@chromium.org2011-04-052-10/+32
* Fix UDPSocket::GetLocalAddress() to return correct port number.sergeyu@chromium.org2011-04-053-3/+3
* net: remove forced renegotiation checksagl@chromium.org2011-04-055-91/+9
* Removing check for NULL pointer. The memory stomper has been fixed.joi@chromium.org2011-04-051-7/+1
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-0511-81/+83
* Fix line endingsabarth@chromium.org2011-04-041-3/+3
* Create a base_static library with files that should notrvargas@google.com2011-04-041-1/+2
* Map WSAEWOULDBLOCK to ERR_IO_PENDING on Windows.sergeyu@chromium.org2011-04-041-0/+2
* net: measure HTTPS connect times to (*.)google.comagl@chromium.org2011-04-041-0/+11
* Protect header that requires SSE2 on gcc4.4 and remove unused header.mmoss@google.com2011-04-042-5/+4
* Http cache: Make sure that the we only transition torvargas@chromium.org2011-04-042-1/+24
* Fix crash in layout tests due to my previous network delegate change (r79905).mpcomplete@chromium.org2011-04-011-1/+1
* Fix a memory stomper possible during redirect of an HTTP POST:eroman@chromium.org2011-03-311-1/+1
* Remove CookieMonster bug catching stuff.rdsmith@chromium.org2011-03-313-141/+3