summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Add more RetainedRef uses where needed.vmpstr2016-03-221-33/+26
* net: remove UsingTCPFastOpen() method from StreamSocket classtfarina2016-03-2225-103/+7
* Revert "Add histograms to track down the cause of ERR_SSL_PROTOCOL_ERROR."davidben2016-03-182-34/+0
* net: add IsUsingTCPFastOpen() method to SequencedSocketData test classtfarina2016-03-183-31/+53
* Adding macro to enable changing SSL library (Part 1)svaldez2016-03-182-3/+3
* Migrate net/socket/* to net::IPAddress.martijn2016-03-1810-90/+44
* Remove GetTLSUniqueChannelBinding.davidben2016-03-179-60/+0
* Add missing OpenSSLErrStackTracer.davidben2016-03-141-0/+2
* Add histograms to track down the cause of ERR_SSL_PROTOCOL_ERROR.davidben2016-03-122-0/+34
* Enable AES_256_GCM ciphers.davidben2016-03-111-5/+7
* Make the SSLServerSocket unittests less crashyrsleevi2016-03-111-50/+74
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-102-3/+3
* Support for server session cache.ryanchung2016-03-086-423/+753
* net: fix the header guard #define path for unix_domain_server_socket_posix.htfarina2016-03-051-1/+1
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-1/+3
* net: check the size of socket path in FillAddress() functiontfarina2016-03-021-7/+6
* Cut down on usage of deprecated APIs in //crypto.davidben2016-03-011-13/+2
* Reland of net: merge two versions of SetTCPNoDelay() function into one (patch...tfarina2016-03-014-42/+65
* Revert of net: merge two versions of SetTCPNoDelay() function into one (patch...nektar2016-03-014-65/+42
* net: merge DisableNagle() with two other SetTCPNoDelay() implementationstfarina2016-02-274-42/+65
* Wire up quic support for token bindingnharper2016-02-271-12/+5
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+8
* Add Expect CT policy that gets checked on all certsestark2016-02-253-46/+66
* net: Add dummy ListenWithAddressAndPort() for UnixDomainServerSocketbcf2016-02-243-0/+26
* net: move IsLocalhost() function into url_util.htfarina2016-02-238-8/+0
* Check Channel ID key on each request and log to UMA whether they matchnharper2016-02-227-0/+25
* Support for client certs in ssl_server_socket.ryanchung2016-02-196-136/+372
* Add information to SSLInfo about CT EV policy complianceestark2016-02-185-19/+47
* Make IPAddress::FromIPLiteral a member function.martijn2016-02-101-1/+1
* Convert SPDY and HTTP/2 unittests to use compression.bnc2016-02-091-1/+0
* Log more Channel ID events to NetLognharper2016-02-092-2/+38
* Update Token Binding TLS Extension number to IANA-allocated numbernharper2016-02-051-1/+1
* net: export TCPServerSocket type as publictfarina2016-02-041-2/+1
* net: change ListenWithAddressAndPort() to use IPAddress classtfarina2016-02-041-4/+4
* Use fully qualified base::ResetAndReturn in //nettzik2016-02-042-6/+6
* net: add documentation for BindAndListen() member functiontfarina2016-02-032-2/+2
* Use Boolean members to control HTTP/2 and SPDY/3.1.bnc2016-02-022-39/+0
* net: add BindAndListen() method to UnixDomainServerSockettfarina2016-02-024-23/+19
* Use SSLPrivateKey for testing client authenticationsvaldez2016-01-292-267/+119
* Update Token Binding code to match latest draft draft-ietf-tokbind-protocol-04nharper2016-01-281-2/+2
* Convert ignore_limits from a SocketParam to a socket request argument.mmenke2016-01-2821-1058/+849
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-272-2/+3
* Remove code to set the send/receive buffer size on XP.mmenke2016-01-261-17/+0
* Set Token-Binding HTTP headernharper2016-01-257-1/+90
* Remove Windows XP SHA-256 and ECDSA logic.davidben2016-01-251-12/+0
* Remove unnecessary ERR_CHANNEL_ID_IMPORT_FAILED codepath.davidben2016-01-221-5/+1
* Make X509Certificate methods return a scoped_refptrsvaldez2016-01-201-3/+3
* Remove unused SPDY/3 enum values.bnc2016-01-152-6/+1
* Adds connection migration capability to QUIC. This CL causes QUIC connections...jri2016-01-142-4/+12
* Convert Pass()→std::move() for iOS build.dcheng2016-01-144-6/+10