| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDY correctly handles socket writes of zero length. | erikchen@google.com | 2010-08-03 | 2 | -2/+38 |
* | Fix SpdyHttpStreamTest windows tsan bug. | erikchen@google.com | 2010-08-02 | 1 | -6/+14 |
* | SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se... | erikchen@google.com | 2010-08-02 | 11 | -65/+368 |
* | When we get a silent TCP RST, SPDY connections need to retry. | mbelshe@chromium.org | 2010-07-31 | 6 | -8/+161 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -2/+4 |
* | Convert src/net to use std::string/char* for DictionaryValue keys. | viettrungluu@chromium.org | 2010-07-31 | 1 | -5/+5 |
* | Net: Fix leak in SpdyNetworkTransactionTest from r54398. | thestig@chromium.org | 2010-07-31 | 1 | -10/+15 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 4 | -15/+80 |
* | Revert 54381 - Revert 54378 - Add content-length to spdy post request header. | lzheng@chromium.org | 2010-07-30 | 4 | -24/+115 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 4 | -9/+10 |
* | Revert 54378 - Add content-length to spdy post request header. | lzheng@chromium.org | 2010-07-30 | 4 | -115/+24 |
* | Add content-length to spdy post request header. | lzheng@google.com | 2010-07-30 | 4 | -24/+115 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Initialize SpdyStreamMember to kInitialWindowSize. | finnur@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Uninitialized member in SpdyStream. | finnur@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings. | glider@chromium.org | 2010-07-30 | 1 | -3/+3 |
* | Use relative instead of absolute URIs in SPDY requests | mbelshe@chromium.org | 2010-07-30 | 3 | -5/+37 |
* | Bump the SPDY protocol version to version 2. | mbelshe@chromium.org | 2010-07-30 | 3 | -33/+37 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 6 | -80/+144 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 2 | -10/+12 |
* | SPDY sends RST_STREAM upon cancelling request, or bad header parse data. | erikchen@google.com | 2010-07-27 | 5 | -16/+81 |
* | SPDY: turn off flow-control by default | agayev@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | Remove --testing-fixed-http-port and --testing-fixed-https-port. | cbentzel@chromium.org | 2010-07-27 | 1 | -9/+0 |
* | Fix DeleteStream() being called twice per stream and CloseStream() reporting ... | agayev@chromium.org | 2010-07-27 | 1 | -7/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 13 | -0/+13 |
* | TBR: | erikchen@google.com | 2010-07-26 | 5 | -70/+15 |
* | SPDY sends RST_STREAM upon cancelling request, or bad header parse data. | erikchen@google.com | 2010-07-26 | 5 | -15/+70 |
* | Use SpecForRequest to get rid of anchor in url for spdy. | lzheng@chromium.org | 2010-07-26 | 2 | -21/+68 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 5 | -133/+160 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 2 | -9/+5 |
* | Spdy_network_transaction incorrectly labeled tcp connections with hostname bu... | erikchen@google.com | 2010-07-22 | 1 | -2/+1 |
* | SPDY flow control: enforce obeying send window size via a command-line switch... | agayev@chromium.org | 2010-07-22 | 5 | -43/+92 |
* | Fixed memory leak in SpdyHttpStreamTest. Removed suppressions. | erikchen@google.com | 2010-07-21 | 6 | -284/+131 |
* | Remove SpdyHttpStream dependency in SpdySession | ukai@chromium.org | 2010-07-21 | 4 | -18/+11 |
* | Add Spdy ConnectFailure test back into spdy network tests. | erikchen@google.com | 2010-07-20 | 1 | -1/+78 |
* | Initial SPDY flow control support | agayev@chromium.org | 2010-07-20 | 12 | -16/+264 |
* | Fix tsan failure in SpdyStreamTest. | ukai@chromium.org | 2010-07-20 | 1 | -0/+2 |
* | Refactor SpdyStream state for WebSocket support | ukai@chromium.org | 2010-07-20 | 8 | -51/+359 |
* | Implement MAX_CONCURRENT_STREAMS SETTINGS header | gavinp@google.com | 2010-07-17 | 11 | -145/+805 |
* | Mac compile warning fix for r52670. | erikchen@google.com | 2010-07-16 | 1 | -51/+47 |
* | spdy network tests now use http network transaction (production code). | erikchen@google.com | 2010-07-16 | 1 | -604/+347 |
* | Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so... | cbentzel@chromium.org | 2010-07-14 | 11 | -250/+13 |
* | SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup. | cbentzel@chromium.org | 2010-07-14 | 11 | -13/+250 |
* | SPDY incorrectly DCHECKed that the SYN_REPLY headers could never be an empty ... | erikchen@google.com | 2010-07-14 | 2 | -1/+2 |
* | Remove hex frames from spdy_session_unittest.cc | mlloyd@chromium.org | 2010-07-12 | 1 | -27/+10 |
* | TBR: reverting broken commit | erikchen@google.com | 2010-07-12 | 9 | -263/+47 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 4 | -8/+12 |
* | Streams send a Rst frame upon being closed by client. Some minor editorial fi... | erikchen@google.com | 2010-07-12 | 9 | -47/+263 |
* | Client attempts to start a new spdy transaction with a session that is closin... | erikchen@google.com | 2010-07-09 | 6 | -21/+117 |