summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverity fix: Logically dead codearthurhsu@chromium.org2011-12-281-0/+1
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-279-6/+462
* Fixed permissionrtenneti@google.com2011-12-251-0/+0
* Disabled UnclosedStreamDataCompressors to fix ASAN error.rtenneti@google.com2011-12-251-1/+3
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-259-156/+763
* Eliminate no-arg constructor for CallbackResultPairtbreisacher@chromium.org2011-12-222-3/+2
* Coverity: Fixing dead code bug.dpapad@chromium.org2011-12-211-4/+0
* base::Bind: Convert net/spdy.jhawkins@chromium.org2011-12-215-70/+82
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-1/+3
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-2013-293/+327
* Initialize protocol_version to Unknown.rtenneti@chromium.org2011-12-202-3/+8
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-206-9/+29
* Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...ajwong@chromium.org2011-12-201-2/+2
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-155-52/+38
* Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> ob...sail@chromium.org2011-12-141-2/+2