1. 80a09a8 net: Pass the real IP address and port for mock TCP sockets where possible. by [email protected] · 13 years ago
  2. 5351bd70 Remove support for DNSSEC stapled certificates. by [email protected] · 13 years ago
  3. 2025d00 Move eintr_wrapper.h from base to base/posix by [email protected] · 13 years ago
  4. b4c62eb net: Update calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  5. 3270e8a Ensure that NSS HTTP IO is initialized on iOS. by [email protected] · 13 years ago
  6. aa8461e net: add DANE support for DNSSEC stapled certificates. by [email protected] · 13 years ago
  7. 130686a Sort client certificates by preference before prompting the user by [email protected] · 13 years ago
  8. 4b187da Add GetWebSocketTestDataDirectory() to test_data_directory by [email protected] · 13 years ago
  9. 42fdb45 Add net/base/test_data_directory.h by [email protected] · 13 years ago
  10. 135c126a Switch the TCP reads on Windows to use non-blocking/non-async I/O. by [email protected] · 13 years ago
  11. e5379f4 Remove the ProxyConnectionImpact field trial. by [email protected] · 13 years ago
  12. d168f64c7 Remove the ConnnectBackupJobs field trial. by [email protected] · 13 years ago
  13. ee21c37 Call sock_->IsConnected() without waiting for the connection to be by [email protected] · 13 years ago
  14. 17b0006 TransportClientSocketTest.IsConnected should wait for the server to by [email protected] · 13 years ago
  15. 5a79ff54 Enable peerconnection to use the NSS RNG. by [email protected] · 13 years ago
  16. 26f85ac Port ssl_client_socket_nss to iOS. by [email protected] · 13 years ago
  17. ada9eff The WSARecv and WSASend MSDN pages say the WSABUF arrays by [email protected] · 13 years ago
  18. 68f2a23 Allow server sockets to rebind to same port if there is nothing actively listening on that port. by [email protected] · 13 years ago
  19. f6c02375 Enable TLS channeld id by default. by [email protected] · 13 years ago
  20. b7f6544 * Change logic of SpdySession::VerifyDomainAuthentication to by [email protected] · 13 years ago
  21. 826ce7ce Increase the sizes of the circular buffers used by SSLClientSocketNSS by [email protected] · 13 years ago
  22. 7fda9a40 Move the NSS functions out of CertDatabase into a new NSSCertDatabase class. by [email protected] · 13 years ago
  23. c2dad29 Remove static variables from HttpStreamFactory. by [email protected] · 13 years ago
  24. ede0321 Implement SHA-256 fingerprint support by [email protected] · 13 years ago
  25. 8903815 Prepare for OpenSSL 1.0.1c update. by [email protected] · 13 years ago
  26. 60675bc Check if the system time is within the range NSS can handle before advertising TLS channel id support. by [email protected] · 13 years ago
  27. 5d13e7a Remove WebSocketServerSocket. by [email protected] · 13 years ago
  28. ffb4e20 [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the query. by [email protected] · 13 years ago
  29. 8738e0d7 Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags by [email protected] · 13 years ago
  30. 295e5cd Refactoring for merging WebSocket test server to net::TestServer by [email protected] · 13 years ago
  31. 18d9d57 SPDY - A histogram to track spdy versions negotiated by chrome. by [email protected] · 13 years ago
  32. 21a1a18 Revert 151198 - Turn off TLS 1.1. by [email protected] · 13 years ago
  33. 1e43b681 net: Fix more clang warnings about missing virtual and OVERRIDE annotations. by [email protected] · 13 years ago
  34. 9ed9083 net: cleanup code to disable ECDSA by [email protected] · 13 years ago
  35. a6194ed net: disable ECDSA ciphersuites on platforms where we can't support it. by [email protected] · 13 years ago
  36. 32080ab net: preparatory patch for crbug.com/142782 by [email protected] · 13 years ago
  37. f8112e5 Set TCP_KEEPALIVE idle and interval on Android. by [email protected] · 13 years ago
  38. 6e56662 Remove unnecessary assignment in transport_client_socket_unittest.cc. by [email protected] · 13 years ago
  39. 1ec0ff0 Turn off TLS 1.1. by [email protected] · 13 years ago
  40. 2a848e0e Clean-up inline members of nested classes (net/) by [email protected] · 13 years ago
  41. bc0d7b8 Revert 150375 - Implement SHA-256 fingerprint support by [email protected] · 13 years ago
  42. 2c63499 Implement SHA-256 fingerprint support by [email protected] · 13 years ago
  43. 9aa1ebb Revert 150124 - Implement SHA-256 fingerprint support. by [email protected] · 13 years ago
  44. a7c2609a Implement SHA-256 fingerprint support. by [email protected] · 13 years ago
  45. 4f40354 Implement TLS Channel ID support for SPDY CREDENTIAL frames by [email protected] · 13 years ago
  46. d0f0049 net: disable TLS compression with OpenSSL. by [email protected] · 13 years ago
  47. 911f58e47 net: disable SSL compression by [email protected] · 13 years ago
  48. 5fb0c3fa Revert 149261 - Support SHA-256 in public key pins for HTTPS. by [email protected] · 13 years ago
  49. 18fb0c3 Support SHA-256 in public key pins for HTTPS. by [email protected] · 13 years ago
  50. 81ec7c1 Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss version. by [email protected] · 13 years ago
  51. f871ee15 Give MockRead and MockWrite distinct types. by [email protected] · 13 years ago
  52. bfc7dbe Coverity: Initialize member variables. by [email protected] · 13 years ago
  53. d55b30a Modify DeterministicSocketData to verify that the sequence number of reads and writes start at zero and are continuous. by [email protected] · 13 years ago
  54. 629ddf85 More -Wunused-private-field cleanups. by [email protected] · 13 years ago
  55. aa48610 Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected. by [email protected] · 13 years ago
  56. dd54bd8 Remove most usages of scoped_ptr<*SocketData> in net unittests. by [email protected] · 13 years ago
  57. 2d88e7d Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket by [email protected] · 13 years ago
  58. 594a401 Change DeterministicMockTCPClientSocket to set the peer address from the connect data. by [email protected] · 13 years ago
  59. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  60. 7d3d2ed Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPool of 1 by [email protected] · 13 years ago
  61. d4f0022 DeterministicSocketDataProvider should not be RefCounted by [email protected] · 13 years ago
  62. ab782c9 NSS Channel ID: don't check ECC support on every socket creation. by [email protected] · 13 years ago
  63. 677ecbe Reduce log spam from things which use Deterministic/OrderedSocketData by [email protected] · 13 years ago
  64. efe22215 Remove SSLHostInfo. by [email protected] · 13 years ago
  65. 281bc5b Remove unused fields found by clang's new Wunused-private-fields. by [email protected] · 13 years ago
  66. 6b4903f Convert SSLClientSocketNSS to use the NSS Channel ID callback. by [email protected] · 13 years ago
  67. 17a680f Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSL by [email protected] · 13 years ago
  68. 3aa4af04 NetLogEventParameter to Callback refactoring 9. by [email protected] · 13 years ago
  69. 168a841 Select the first protocol from the next protocol list of SSLConfig if If we didn't find a protocol. by [email protected] · 13 years ago
  70. a4965c88 Add an explicit function to init NSS for SSL server sockets by [email protected] · 13 years ago
  71. 5ff5d539 Allow ERR_CONNECTION_RESET during the SSL handshake to trigger a by [email protected] · 13 years ago
  72. 4062b7c Fix NetLog thread safety issue introduced in by [email protected] · 13 years ago
  73. cd56514 NetLogEventParameter to Callback refactoring 1, by [email protected] · 13 years ago
  74. 3abacd6 Make NetLog take in callbacks that return Values rather by [email protected] · 13 years ago
  75. d2b5f09 Add a new OnHostResolutionCallback to TransportSocketParams by [email protected] · 13 years ago
  76. 333bdf6 CapturingNetLog - remove maximum entries constructor argument. by [email protected] · 13 years ago
  77. 7a48a13 Add DCHECK in SSL sockets to check that callbacks are not set to null. by [email protected] · 13 years ago
  78. a352869 fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPeerAddress(IPEndPoint* address) by [email protected] · 13 years ago
  79. c872826 Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLog by [email protected] · 13 years ago
  80. cc2c1aa5 Add SocketErrorParams, based on SSLErrorParams. This will be used by by [email protected] · 13 years ago
  81. 25f7a352 Move NSS SSL functions off the IO thread on Linux. by [email protected] · 13 years ago
  82. e538162 Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT by [email protected] · 13 years ago
  83. 8159a1c Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing. by [email protected] · 13 years ago
  84. 5399828 Revert 140846 - (relanding r140697) by [email protected] · 13 years ago
  85. a9811cc Revert 140697 - Maybe caused sizes regression (which would be acceptable by [email protected] · 13 years ago
  86. 88e2412 Move the core state machine of SSLClientSocketNSS into a thread-safe Core by [email protected] · 13 years ago
  87. f3da152d Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, by [email protected] · 13 years ago
  88. 820b984a Add socket.setKeepAlive() and socket.setNoDelay(). by [email protected] · 13 years ago
  89. 80c75f68 Use TLS 1.1. by [email protected] · 13 years ago
  90. 9123652116 Revert 138795 - Revert "nss: revert encrypted and origin bound certificates support." by [email protected] · 13 years ago
  91. 478df839 Revert "nss: revert encrypted and origin bound certificates support." by [email protected] · 13 years ago
  92. a107821a nss: revert encrypted and origin bound certificates support. by [email protected] · 13 years ago
  93. 4fe853a Disable ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing by [email protected] · 13 years ago
  94. d5a4dd6 [net] Switch TestURLRequestContext and other tests to use MockCachingHostResolver or MockHostResolver. by [email protected] · 13 years ago
  95. a85197e Prevent the infinite loop inside SSLClientSocketOpenSSL::OnSendComplete. by [email protected] · 13 years ago
  96. dac4805 Removed unreached code related to ESET MITM detection. by [email protected] · 13 years ago
  97. 0cfad2f3 Cleanup: Remove unneeded scoped_ptr.h includes from net. by [email protected] · 13 years ago
  98. c0e4dd1 Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete. by [email protected] · 13 years ago
  99. 1a92b28 Fix typo by [email protected] · 13 years ago
  100. 36633f4 Refactor TCPListenSocket. by [email protected] · 13 years ago