summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server
Commit message (Expand)AuthorAgeFilesLines
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-151-7/+7
* 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-092-2/+2
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-5/+5
* Only define ERROR on windows buildsjoth@chromium.org2013-01-101-2/+2
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-2/+2
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-2/+1
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-1/+2
* Fix build errors `undeclared functions read() write() and usleep()' in Fedora...penghuang@chromium.org2012-08-242-0/+3
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-094-20/+48
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-122-2/+5
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1115-15/+0
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-112-16/+16
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-092-34/+74
* 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-032-3/+1
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-261-0/+3
* Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...rch@chromium.org2012-04-271-1/+1
* Merge changes to SpdyFramer from server code (#83): rch@chromium.org2012-04-202-12/+0
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-3/+3
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* 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-223-55/+30
* Fix a -Wstring-plus-int warning in (linux-only) flip_server.thakis@chromium.org2012-03-141-2/+2
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-122-4/+4
* SPDY - pass spdy protocol version that will be used by the SpdyFramer.rtenneti@chromium.org2012-03-081-2/+2
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-231-2/+3
* Refactor BufferedSpdyFramer so that SpdySession is not a visitor ofrch@chromium.org2012-02-202-118/+76
* SPDY - pass stream_id instread contol frame tortenneti@chromium.org2012-02-152-8/+6
* Temporary preventative build fixjoth@chromium.org2012-01-242-4/+6
* SPDY - FlipServer - changes to use BufferedSpdyFramer.rtenneti@chromium.org2012-01-182-30/+52
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-272-1/+7
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-252-6/+8
* Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...thakis@chromium.org2011-12-042-6/+5
* Add OVERRIDE to net/.avi@chromium.org2011-11-2311-185/+210
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-8/+6
* Updated spdy_framer.cc with the latest code. Code for PINGrtenneti@chromium.org2011-09-262-1/+16
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-012-3/+3
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-2/+4
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-255-14/+13
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+2
* The flip server's --http-server and --spdy-server switches for don't functionleighton@cis.udel.edu2011-05-111-1/+5
* Protect header that requires SSE2 on gcc4.4 and remove unused header.mmoss@google.com2011-04-042-5/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Support loading of chained certificates from the cert file.mbelshe@chromium.org2011-03-091-3/+2
* 2 Bug fixes:mbelshe@chromium.org2011-03-081-2/+10
* Responses using connection close to signal end of message were failing tombelshe@chromium.org2011-03-081-0/+7
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-2/+2