summaryrefslogtreecommitdiffstats
path: root/net/tools/flip_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add unittests for balsa classes.yhirano@chromium.org2013-08-093-0/+992
* Declaration of SPDY 4 PUSH_PROMISE; not yet used.akalin@chromium.org2013-07-161-0/+4
* SPDY Framer: Refactorings.eustas@chromium.org2013-07-101-6/+0
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-282-3/+3
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-212-14/+11
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* Fix a bug in string comparison that is used by quic_server.honghaiz@chromium.org2013-06-051-1/+3
* Add SpdyMajorVersion enum and use it everywhereakalin@chromium.org2013-05-161-2/+2
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-0/+4
* Add some missing includes for IO functions.raphael.kubo.da.costa@intel.com2013-04-182-0/+2
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-138-9/+9
* Adding the first 6 quic unittests.alyssar@google.com2013-04-112-20/+0
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-15/+34
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-094-34/+15
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-15/+34
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Fixing -Wno-deprecated issues for flip_balsa_and_epoll_libraryalyssar@google.com2013-03-291-5/+4
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-082-2/+2
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-281-1/+1
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-262-3/+3
* 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
* 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