| Commit message (Expand) | Author | Age | Files | Lines |
* | SpdySession now closes all streams on receiving GoAway stream. | erikchen@google.com | 2010-08-10 | 2 | -48/+19 |
* | Removed spdy_network_transaction.h file. | erikchen@google.com | 2010-08-09 | 5 | -710/+231 |
* | Clean up SpdyStream. | erikchen@google.com | 2010-08-06 | 8 | -156/+97 |
* | Review URL: http://codereview.chromium.org/3068015 | lzheng@google.com | 2010-08-06 | 1 | -0/+143 |
* | SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for... | agayev@chromium.org | 2010-08-05 | 10 | -111/+270 |
* | Disable two SPDY tests, as they sometimes crash net_unittest. | erikchen@google.com | 2010-08-05 | 1 | -2/+2 |
* | Implement server push protocol 2. | erikchen@google.com | 2010-08-05 | 10 | -337/+1093 |
* | Minor change to: http://codereview.chromium.org/3064033 | rch@chromium.org | 2010-08-05 | 1 | -6/+7 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY | dhollowa@chromium.org | 2010-08-04 | 1 | -7/+6 |
* | Adds an option, enabled by default, to net-internals to | cbentzel@chromium.org | 2010-08-04 | 1 | -3/+5 |
* | Refactor HttpNetworkTransaction to eliminate the SPDY | rch@chromium.org | 2010-08-04 | 1 | -6/+7 |
* | Make Chrome capable of advertising spdy version 1. | mbelshe@chromium.org | 2010-08-03 | 2 | -8/+12 |
* | 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 |