summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server
Commit message (Expand)AuthorAgeFilesLines
* Parse stream dependency values carried in HTTP/2 headers frame.bnc2015-06-233-12/+21
* SPDY enum cleanup.bnc2015-06-182-10/+8
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Revert "make EpollServer with with Posix poll(), take 2."rch2015-03-302-19/+17
* Account for HTTP/2 padding in receive windows.bnc2015-03-253-0/+11
* Use uint32_t to hold return values from ERR_get_error() and ERR_peek_error().eroman2015-03-241-1/+1
* flip_server: Replace some split() functions by the one from //base library.tfarina2015-03-111-19/+7
* make EpollServer with with Posix poll(), take 2.dougk2015-03-102-17/+19
* Remove SPDY2 and SPDY/3.0 from tests.bnc2014-11-191-296/+6
* Report HTTP/2 HEADERS frames as HEADERS, not SYN_STREAM.bnc2014-11-073-11/+24
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2911-291/+274
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-0910-157/+157
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* HTTP2 draft 14 supportbnc@chromium.org2014-08-213-0/+7
* Switch to BoringSSL.davidben@chromium.org2014-07-222-0/+3
* Revert "Switch to BoringSSL."agl@chromium.org2014-07-182-3/+0
* Switch to BoringSSL.agl@chromium.org2014-07-182-0/+3
* Revert 283813 "Switch to BoringSSL."vitalybuka@chromium.org2014-07-172-3/+0
* Switch to BoringSSL.agl@chromium.org2014-07-172-0/+3
* Revert "Switch to BoringSSL."agl@chromium.org2014-07-172-3/+0
* Switch to BoringSSL.agl@chromium.org2014-07-162-0/+3
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-031-2/+2
* Add headers argument tobaranovich@yandex-team.ru2014-05-302-2/+4
* flip_server: Use base's ReadFileToString() function in LoadTimeMeasurement.tfarina@chromium.org2014-05-021-18/+3
* flip_server: Use base's SplitString() function in LoadTimeMeasurement.tfarina@chromium.org2014-03-041-23/+10
* flip_server: Remove const_cast from SSL_CTX_new() call.tfarina@chromium.org2014-02-251-3/+1
* Implements the ACK flag for SPDY4/HTTP2 PING framesjgraettinger@chromium.org2014-02-252-4/+4
* Use scoped_ptr instead of raw pointer to store SpdyFramerBacek@yandex-team.ru2014-02-242-6/+7
* Set new negotiated SPDY version after reusing of SpdySMBacek@yandex-team.ru2014-02-205-5/+37
* Changes the type for PING id from uint32 to uint64.jgraettinger@chromium.org2014-02-122-2/+2
* SPDY cleanup: remove credential slot.jgraettinger@chromium.org2014-01-303-37/+61
* GTTF: Enable glibcxx debug mode for Debug builds by default.phajdan.jr@chromium.org2013-12-102-0/+3
* Format and Refactor Flip Server.yhirano@chromium.org2013-12-1034-784/+634
* Add "raw_received_bytes" getter to SpdyStream.eustas@chromium.org2013-12-092-4/+22
* Support SPDY3 on Flip Server.yhirano@chromium.org2013-12-057-67/+347
* Land Recent QUIC Changes.rtenneti@chromium.org2013-12-021-2/+2
* Parameterize FlipSpdyTest with SPDY version.yhirano@chromium.org2013-11-274-54/+75
* Revert 237095 "LOG(INFO) tidying in net/"scottmg@chromium.org2013-11-254-18/+18
* LOG(INFO) tidying in net/scottmg@chromium.org2013-11-254-18/+18
* Decouple Flip Server tests from net_unittests.yhirano@chromium.org2013-11-121-0/+10
* Make our codebase less entertaining.thakis@chromium.org2013-11-031-1/+1
* Break out balsa and epoll_server from net/tools/flip_server.rch@chromium.org2013-09-2936-8025/+24
* Cleanup of QuicInMemoryCache to sync with internal version.rch@chromium.org2013-09-282-1/+60
* Revert 225588 "Cleanup of QuicInMemoryCache to sync with interna..."timurrrr@chromium.org2013-09-272-60/+1
* Cleanup of QuicInMemoryCache to sync with internal version.rch@chromium.org2013-09-262-1/+60
* Add unittests for HttpSM and SpdySM on FlipServer.yhirano@chromium.org2013-08-1918-96/+1270
* Add unittests for balsa classes.yhirano@chromium.org2013-08-123-0/+992
* Fix MemoryCache and related classes on FlipServer.yhirano@chromium.org2013-08-096-66/+189
* Revert 216572 "Add unittests for balsa classes."yhirano@chromium.org2013-08-093-992/+0