summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds support for the credentials frame.rch@chromium.org2012-02-0811-8/+801
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+1
* SPDY - Adjust the send window size of all streams (new and current)rtenneti@chromium.org2012-02-074-2/+45
* SPDY - FlowControl - changed the logging messages to:rtenneti@google.com2012-02-062-22/+21
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-033-96/+34
* net: Replace UploadDataStream::Create() with Init().satorux@chromium.org2012-02-022-6/+9
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-283-13/+12
* Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.mmenke@chromium.org2012-01-281-1/+1
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-273-19/+56
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-253-34/+96
* Revert r113405, since it appears to be causing a crash and a hang. Also rever...eroman@chromium.org2012-01-242-21/+2
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-224-110/+116
* SPDY - SpdyFramer close the session for header compression/decompression errors.rtenneti@google.com2012-01-211-1/+4
* SPDY - FlipServer - changes to use BufferedSpdyFramer.rtenneti@chromium.org2012-01-182-2/+18
* SPDY - bug fix for WINDOW_UPDATE loggingrtenneti@chromium.org2012-01-181-3/+3
* Handle Z_BUF_ERROR as a non-fatal error while incrementally decompressingrtenneti@google.com2012-01-132-4/+2
* SPDY - delete unused code from spdy_framer.rtenneti@chromium.org2012-01-073-316/+42
* Revert 116772 - Enabled SpdyFramerTest's UnclosedStreamDataCompressors.rtenneti@chromium.org2012-01-072-7/+16
* Enabled SpdyFramerTest's UnclosedStreamDataCompressors.rtenneti@chromium.org2012-01-062-16/+7
* [Coverity] Fixed uninitialized member in ctorgroby@chromium.org2011-12-301-1/+2
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-283-3/+3