| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPDY] Make SpdySessionPool keep track of available sessions | akalin@chromium.org | 2013-07-08 | 8 | -304/+352 |
* | [SPDY] Refactor and clean up SpdySessionPool | akalin@chromium.org | 2013-07-03 | 13 | -1174/+1073 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 4 | -5/+5 |
* | [SPDY] Organize tests by minimum version needed | akalin@chromium.org | 2013-06-27 | 3 | -1214/+1221 |
* | [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2 | akalin@chromium.org | 2013-06-27 | 9 | -776/+297 |
* | Add FrameType and SerializeWith methods to SpdyFrameIR and friends | akalin@chromium.org | 2013-06-27 | 7 | -7/+171 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 2 | -2/+2 |
* | [SPDY] Remove remnants of split SPDY unit tests | akalin@chromium.org | 2013-06-26 | 6 | -556/+1 |
* | [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.cc | akalin@chromium.org | 2013-06-25 | 2 | -293/+28 |
* | Revert 208562 "[SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unit..." | akalin@chromium.org | 2013-06-25 | 3 | -28/+309 |
* | [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.cc | akalin@chromium.org | 2013-06-25 | 3 | -309/+28 |
* | [SPDY] Unfork websocket_handshake_handler_spdy{2,3}_unittest.cc | akalin@chromium.org | 2013-06-25 | 2 | -3/+28 |
* | [SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc files | akalin@chromium.org | 2013-06-25 | 3 | -103/+68 |
* | [SPDY] Unfork spdy_websocket_stream_spdy{2,3}_unittest.cc files | akalin@chromium.org | 2013-06-25 | 5 | -660/+65 |
* | [SPDY] Unfork spdy_websocket_test_util_spdy{2,3}.* files | akalin@chromium.org | 2013-06-24 | 8 | -484/+266 |
* | [SPDY] Add tests for speculative crash fix in r206851 | akalin@chromium.org | 2013-06-24 | 9 | -278/+658 |
* | [SPDY] Refactor SpdyStream's handling of response headers | akalin@chromium.org | 2013-06-24 | 18 | -522/+739 |
* | Use a dummy HttpStream for proxy redirects | akalin@chromium.org | 2013-06-24 | 7 | -32/+37 |
* | [SPDY] Remove ConstructSpdyPush() overload that doesn't take a URL | akalin@chromium.org | 2013-06-24 | 7 | -54/+15 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -1/+1 |
* | [SPDY] Fix SpdySession's handling of SYN_REPLY frames | akalin@chromium.org | 2013-06-21 | 5 | -76/+146 |
* | [SPDY] Avoid crash when an active stream closes another when it is closed | akalin@chromium.org | 2013-06-18 | 1 | -4/+8 |
* | Merge the SpdyNetworkTransaction tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-15 | 4 | -6774/+1058 |
* | Extend SpdyFramerDebugVisitorInterface interface. | akalin@chromium.org | 2013-06-14 | 3 | -45/+89 |
* | Merge the HttpNetworkTransaction tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-14 | 2 | -0/+23 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 5 | -18/+19 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 2 | -0/+8 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 1 | -3/+2 |
* | [SPDY] Merge the SpdyHttpStream unit tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-12 | 4 | -641/+98 |
* | [SPDY] Merge the SpdySession unit tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-11 | 4 | -2783/+357 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 2 | -12/+24 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 10 | -12/+12 |
* | Add BLOCKED frame type to SPDY 4 for increased debugability/tunability. | akalin@chromium.org | 2013-06-11 | 4 | -79/+169 |
* | Remove a couple of obsolete/done TODOs. | akalin@chromium.org | 2013-06-11 | 1 | -6/+0 |
* | [SPDY] Fix crash in SpdyHttpStream::GetUploadProgress() | akalin@chromium.org | 2013-06-11 | 4 | -1/+20 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Fix even more remaining uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Fix remaining uses of WeakPtr<T>'s operator T* conversion | akalin@chromium.org | 2013-06-04 | 1 | -7/+7 |
* | Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-02 | 11 | -55/+55 |
* | [SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-01 | 4 | -579/+280 |
* | [SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPush | akalin@chromium.org | 2013-06-01 | 2 | -35/+60 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 19 | -317/+334 |
* | [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil class | akalin@chromium.org | 2013-05-31 | 8 | -559/+499 |
* | [SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString() | akalin@chromium.org | 2013-05-31 | 4 | -147/+34 |
* | Fix for closing idle SPDY sessions with aliases to unblock | mmenke@chromium.org | 2013-05-30 | 3 | -4/+174 |
* | [SPDY] Refactor SpdyStream state machine | akalin@chromium.org | 2013-05-29 | 6 | -139/+132 |
* | [SPDY] Refactor SpdyStream::Delegate | akalin@chromium.org | 2013-05-29 | 14 | -217/+134 |
* | [SPDY] Add a SpdyStreamType enum and use it for SpdyStream | akalin@chromium.org | 2013-05-27 | 20 | -248/+390 |
* | [SPDY] Keep track of whether we have no more data to send in SpdyStream | akalin@chromium.org | 2013-05-25 | 14 | -168/+202 |