summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server/spdy_interface.cc
Commit message (Expand)AuthorAgeFilesLines
* Add unittests for HttpSM and SpdySM on FlipServer.yhirano@chromium.org2013-08-191-22/+10
* Fix MemoryCache and related classes on FlipServer.yhirano@chromium.org2013-08-091-9/+9
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+8
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-8/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+8
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-081-1/+1
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-261-2/+2
* Remove SpdyFrame::length(). Useful in SPDY 4 development.akalin@chromium.org2013-02-261-4/+5
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-2/+2
* Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-141-1/+1
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-1/+1
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-2/+2
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-121-1/+3
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-111-12/+12
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-091-16/+23
* flip_in_mem_edsm_server: convert proxyed response header names to lowercase.toyoshim@chromium.org2012-07-041-3/+7
* clang: -Wunused-private-field cleanups, linux editionthakis@chromium.org2012-07-031-2/+1
* Merge changes to SpdyFramer from server code (#83): rch@chromium.org2012-04-201-6/+0
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-3/+3
* Land SpdyFramer (et. al.) changes to support setting the credential slot id i...rch@chromium.org2012-03-231-1/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-33/+8
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-121-2/+2
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-2/+2
* Refactor BufferedSpdyFramer so that SpdySession is not a visitor ofrch@chromium.org2012-02-201-106/+59
* SPDY - pass stream_id instread contol frame tortenneti@chromium.org2012-02-151-4/+3
* SPDY - FlipServer - changes to use BufferedSpdyFramer.rtenneti@chromium.org2012-01-181-24/+36
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-271-1/+5
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-251-3/+4
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-041-3/+3
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-261-0/+11
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-2/+4
* 2 Bug fixes:mbelshe@chromium.org2011-03-081-2/+10
* Patch from kelindsay@gmail.commbelshe@chromium.org2011-02-281-0/+1
* Split flip_in_mem_edsm_server into a gazillion pieces.mbelshe@chromium.org2011-02-021-0/+591