| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate HttpStreamHandle. The name confused me. | willchan@chromium.org | 2010-09-21 | 1 | -6/+3 |
* | Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea... | willchan@chromium.org | 2010-09-21 | 1 | -4/+1 |
* | Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use... | willchan@chromium.org | 2010-09-20 | 1 | -1/+4 |
* | Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams. | willchan@chromium.org | 2010-09-19 | 1 | -4/+1 |
* | Fix case where we close a stream due to socket errors when it is currently | mbelshe@chromium.org | 2010-09-17 | 3 | -13/+122 |
* | Change forward declaration of HttpRequestInfo from class to struct to | rch@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Move two methods in spdy_http_stream.cc from an anonymous namespace | rch@chromium.org | 2010-09-15 | 3 | -136/+174 |
* | Revision 59384 was incorrect and did not properly perform the check. This fix... | cdn@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 2 | -7/+2 |
* | Linux: More gcc 4.5 NULL versus 0 fixes. | craig.schlenter@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Fix for frame buffer resizing when new size is less than 8 bytes larger than ... | cdn@chromium.org | 2010-09-14 | 1 | -8/+7 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 2 | -2/+7 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 2 | -7/+2 |
* | Fix nits: remove unnecessary local variable, check for | wtc@chromium.org | 2010-09-13 | 1 | -5/+4 |
* | Not sure how to disable TEST_P tests :-/ | jhawkins@chromium.org | 2010-09-10 | 1 | -8/+1 |
* | Disable SpdyNetworkTransactionTest.WriteError on Mac as it's crashing. | jhawkins@chromium.org | 2010-09-10 | 1 | -1/+8 |
* | Remove the small read buffer size for windows; we landed the async IO | mbelshe@chromium.org | 2010-09-07 | 1 | -6/+0 |
* | I investigated the TODO, and decided that the current logic is right. | mbelshe@chromium.org | 2010-09-05 | 1 | -4/+6 |
* | Reland 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the | mbelshe@chromium.org | 2010-09-05 | 1 | -19/+38 |
* | Flush SSL pools after SSL config changes. | csilv@chromium.org | 2010-09-04 | 3 | -6/+24 |
* | Revert 58541 - Cleanup the LOG(INFO)s out of the SpdyStream. Most of the log... | mbelshe@chromium.org | 2010-09-04 | 1 | -38/+19 |
* | Rename the ridiculously long and redundant 'SpdyNetworkingTest' prefix | mbelshe@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Cleanup the LOG(INFO)s out of the SpdyStream. Most of the logging was | mbelshe@chromium.org | 2010-09-03 | 1 | -19/+38 |
* | Fix Server Push bug; we properly detected the duplicate SYN, but we forgot to | mbelshe@chromium.org | 2010-09-03 | 2 | -15/+68 |
* | Add support for speaking SPDY to an HTTPS proxy. | rch@chromium.org | 2010-09-01 | 5 | -10/+45 |
* | Migrate spdy_session from using LOG() to NetLog. In the process, I'm | mbelshe@chromium.org | 2010-09-01 | 3 | -91/+162 |
* | Fix a regression whereby full-granularity network events were being captured ... | eroman@chromium.org | 2010-08-31 | 1 | -3/+3 |
* | Don't write SPDY headers to the log file; they're redundant with | mbelshe@chromium.org | 2010-08-30 | 1 | -34/+0 |
* | Add logging to the spdy session pool. | mbelshe@chromium.org | 2010-08-30 | 3 | -4/+34 |
* | Rename the following SSLClientSocket methods to match the style guide: | rch@chromium.org | 2010-08-27 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 2 | -7/+5 |
* | SPDY flow control: add support for receive window size | agayev@chromium.org | 2010-08-26 | 6 | -12/+175 |
* | Keep push streams open until they are claimed. The previous change I did | mbelshe@chromium.org | 2010-08-25 | 1 | -8/+14 |
* | Move the stream initialization out of the HttpStreamRequest and back | mbelshe@chromium.org | 2010-08-25 | 2 | -11/+55 |
* | Refactor: change the spdy session pool key to take a ProxyServer instead of a... | eroman@chromium.org | 2010-08-25 | 5 | -11/+15 |
* | Make sure the key into the spdy session pool identifies the actual proxy used... | eroman@chromium.org | 2010-08-25 | 3 | -19/+17 |
* | Missed a file from last checkin. histograms_recorded member variable is | mbelshe@chromium.org | 2010-08-23 | 1 | -1/+0 |
* | Fix bug where pushed SPDY streams were never actually closed. | mbelshe@chromium.org | 2010-08-23 | 5 | -137/+271 |
* | SpdySessionPool closes down sessions accurately now. | erikchen@google.com | 2010-08-19 | 5 | -32/+52 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 7 | -36/+90 |
* | Added a new MockSocket that enforces ordering of reads/writes. | erikchen@google.com | 2010-08-18 | 6 | -38/+106 |
* | SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent. | agayev@chromium.org | 2010-08-17 | 7 | -75/+92 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | 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 |