summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Remove static initializers from Spdy code.pliard@chromium.org2012-03-192-11/+17
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-1710-41/+74
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-161-1/+5
* Move SpdySession class statics to .cc globals and rename to match convention.rch@chromium.org2012-03-162-37/+31
* Move some global variables that are set only from test to member fields in Sp...rch@chromium.org2012-03-164-61/+46
* Remove unused variable and method SpdySession::use_ssl_rch@chromium.org2012-03-1610-23/+0
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-1516-197/+219
* SPDY - unkorked spdy_framer and spdy_protocol tests.rtenneti@google.com2012-03-155-3328/+329
* SPDY - don't persist SpdySettings until we convert it to a map.rtenneti@google.com2012-03-154-3/+14
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-1/+1
* Expose a spdy session's pooled aliases in the net-internals page.rch@chromium.org2012-03-142-1/+15
* Change SpdySessionPool to explicitly associate IP pooled sessions with the ma...rch@chromium.org2012-03-148-6/+87
* Remove the use_flow_control_ global in SpdySession.rch@chromium.org2012-03-134-97/+4
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-1233-1345/+5845
* Add a GetSSLClientSocket helper method to SpdySession to eliminate the variou...rch@chromium.org2012-03-092-40/+34
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-0818-68/+124
* SPDY - Used scoped_ptr for BufferedSpdyFramer in SpdySession.rtenneti@chromium.org2012-03-082-17/+29
* When SpdySession is initialized with a socket that negotiated a specific SPDY...rch@chromium.org2012-03-082-386/+5
* Add the spdy protocol to the information displayed about a spdy session in ne...rch@chromium.org2012-03-071-0/+10
* Pass in SpdySession's BoundNetLog to ResolveHostFromCache, so mmenke@chromium.org2012-03-062-4/+4
* Add a unit test to confirm that Chrome correctly handles a server push in whi...rch@chromium.org2012-03-063-0/+159
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-0427-224/+17765
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-2/+1
* SPDY - by default disable spdy/2.1 (flow control). Itrtenneti@chromium.org2012-03-031-1/+1
* Remove the origin field from the CREDENTIAL frame.rch@chromium.org2012-02-296-64/+12
* SPDY - flow control optimizations. Send WINDOW_UPDATErtenneti@chromium.org2012-02-294-1/+30
* Remove support for RSA Origin Bound Certificates.mattm@chromium.org2012-02-293-61/+2
* Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...rch@chromium.org2012-02-281-1/+1
* Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args.mattm@chromium.org2012-02-282-19/+133
* Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Requirerch@chromium.org2012-02-272-3/+3
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-252-10/+34
* Remove spammy log message from SpdySession.rch@chromium.org2012-02-241-1/+0
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-2310-82/+384
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-238-307/+307
* Simplify the initialization of the various NPN fields in SSLSocketDataProvider.rch@chromium.org2012-02-221-8/+2
* Fix some unintentional pointer arithmetic.eroman@chromium.org2012-02-221-5/+9
* Valgrind: Initialize |frames_received_|.jhawkins@chromium.org2012-02-202-2/+3
* Refactor BufferedSpdyFramer so that SpdySession is not a visitor ofrch@chromium.org2012-02-205-141/+140
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-174-16/+16
* Send RST_STREAM on receipt of non-lowercased header names. Add newrch@chromium.org2012-02-174-19/+207
* SPDY Proxy - Bug fix to handle flow control (spdy/2.1)rtenneti@google.com2012-02-163-5/+15
* SPDY - Don't call AdjustWindowSize on PendingCreateStreams.rtenneti@google.com2012-02-161-20/+0
* SPDY - pass stream_id instread contol frame tortenneti@chromium.org2012-02-158-29/+43
* Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...satorux@chromium.org2012-02-153-16/+33
* SPDY - updated comments and used int32 for window sizertenneti@chromium.org2012-02-145-39/+47
* Disable CREDENTIALS frames when using spdy/2.1 or earlier.rch@chromium.org2012-02-143-0/+5
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-131-1/+2
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-5/+8
* net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().satorux@chromium.org2012-02-103-33/+16
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-084-19/+58