summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Make SpdySessionPool keep track of available sessionsakalin@chromium.org2013-07-088-304/+352
* [SPDY] Refactor and clean up SpdySessionPoolakalin@chromium.org2013-07-0313-1174/+1073
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-284-5/+5
* [SPDY] Organize tests by minimum version neededakalin@chromium.org2013-06-273-1214/+1221
* [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2akalin@chromium.org2013-06-279-776/+297
* Add FrameType and SerializeWith methods to SpdyFrameIR and friendsakalin@chromium.org2013-06-277-7/+171
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-272-2/+2
* [SPDY] Remove remnants of split SPDY unit testsakalin@chromium.org2013-06-266-556/+1
* [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-252-293/+28
* Revert 208562 "[SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unit..."akalin@chromium.org2013-06-253-28/+309
* [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-253-309/+28
* [SPDY] Unfork websocket_handshake_handler_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-252-3/+28
* [SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc filesakalin@chromium.org2013-06-253-103/+68
* [SPDY] Unfork spdy_websocket_stream_spdy{2,3}_unittest.cc filesakalin@chromium.org2013-06-255-660/+65
* [SPDY] Unfork spdy_websocket_test_util_spdy{2,3}.* filesakalin@chromium.org2013-06-248-484/+266
* [SPDY] Add tests for speculative crash fix in r206851akalin@chromium.org2013-06-249-278/+658
* [SPDY] Refactor SpdyStream's handling of response headersakalin@chromium.org2013-06-2418-522/+739
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-247-32/+37
* [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URLakalin@chromium.org2013-06-247-54/+15
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-1/+1
* [SPDY] Fix SpdySession's handling of SYN_REPLY framesakalin@chromium.org2013-06-215-76/+146
* [SPDY] Avoid crash when an active stream closes another when it is closedakalin@chromium.org2013-06-181-4/+8
* Merge the SpdyNetworkTransaction tests and parametrize them on a NextProtoakalin@chromium.org2013-06-154-6774/+1058
* Extend SpdyFramerDebugVisitorInterface interface.akalin@chromium.org2013-06-143-45/+89
* Merge the HttpNetworkTransaction tests and parametrize them on a NextProtoakalin@chromium.org2013-06-142-0/+23
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-135-18/+19
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-132-0/+8
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-3/+2
* [SPDY] Merge the SpdyHttpStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-124-641/+98
* [SPDY] Merge the SpdySession unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-114-2783/+357
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-12/+24
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-1110-12/+12
* Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.akalin@chromium.org2013-06-114-79/+169
* Remove a couple of obsolete/done TODOs.akalin@chromium.org2013-06-111-6/+0
* [SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()akalin@chromium.org2013-06-114-1/+20
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-072-2/+2
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-7/+7
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-0211-55/+55
* [SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-014-579/+280
* [SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPushakalin@chromium.org2013-06-012-35/+60
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0119-317/+334
* [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil classakalin@chromium.org2013-05-318-559/+499
* [SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()akalin@chromium.org2013-05-314-147/+34
* Fix for closing idle SPDY sessions with aliases to unblockmmenke@chromium.org2013-05-303-4/+174
* [SPDY] Refactor SpdyStream state machineakalin@chromium.org2013-05-296-139/+132
* [SPDY] Refactor SpdyStream::Delegateakalin@chromium.org2013-05-2914-217/+134
* [SPDY] Add a SpdyStreamType enum and use it for SpdyStreamakalin@chromium.org2013-05-2720-248/+390
* [SPDY] Keep track of whether we have no more data to send in SpdyStreamakalin@chromium.org2013-05-2514-168/+202