| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not enqueue multiple socket writes performing an HTTP chunked request | rsleevi@chromium.org | 2012-06-15 | 1 | -0/+2 |
* | Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t... | rsleevi@chromium.org | 2012-06-14 | 1 | -1/+2 |
* | net: Rework UploadDataStream API by introducing Read(). | satorux@chromium.org | 2012-02-08 | 1 | -1/+3 |
* | net: Introduce SeekableIOBuffer and clean up HttpStreamParser. | satorux@chromium.org | 2012-02-07 | 1 | -3/+3 |
* | net: Replace use of memmove() with DrainableIOBuffer. | satorux@chromium.org | 2012-01-31 | 1 | -5/+4 |
* | net: Give more descriptive names for code around the request merging logic. | satorux@chromium.org | 2012-01-24 | 1 | -4/+5 |
* | net: Don't merge HTTP headers and body if the body is not in memory. | satorux@chromium.org | 2012-01-24 | 1 | -0/+5 |
* | Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody(). | satorux@chromium.org | 2012-01-22 | 1 | -2/+7 |
* | Factor out chunk encoding logic into HttpStreamParser::EncodeChunk(). | satorux@chromium.org | 2012-01-21 | 1 | -2/+22 |
* | Revert 118265 (added a static initializer on linux) | thakis@chromium.org | 2012-01-19 | 1 | -19/+2 |
* | Factor out chunk encoding logic into HttpStreamParser::EncodeChunk(). | satorux@chromium.org | 2012-01-19 | 1 | -2/+19 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -6/+7 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -1/+1 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -6/+6 |
* | Reduce number of unnamed-type-template-args violations (mostly when passing v... | pkasting@chromium.org | 2011-09-01 | 1 | -3/+3 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-05-05 | 1 | -1/+3 |
* | Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim... | asanka@chromium.org | 2011-04-29 | 1 | -3/+1 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-04-29 | 1 | -1/+3 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -0/+7 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -7/+0 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -0/+7 |
* | Prototype of chunked transfer encoded POST. | satish@chromium.org | 2011-01-25 | 1 | -1/+4 |
* | Change the way request headers are logged to the NetLog to ensure | rch@chromium.org | 2010-11-11 | 1 | -1/+4 |
* | Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH. | willchan@chromium.org | 2010-09-23 | 1 | -6/+7 |
* | FBTF: Move a bunch of code to the headers and remove includes. | erg@google.com | 2010-09-22 | 1 | -0/+1 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -0/+12 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -3/+4 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+3 |
* | Work around 3rd party problem causing bug 27870. | vandebo@chromium.org | 2010-02-27 | 1 | -3/+0 |
* | More checks to try to find bug 27870. | vandebo@google.com | 2010-02-12 | 1 | -0/+3 |
* | Add more load log points near HttpNetworkTransaction::ReadHeaders | vandebo@chromium.org | 2009-12-17 | 1 | -1/+5 |
* | Make the transactions own the HttpResponseInfo. | willchan@chromium.org | 2009-12-16 | 1 | -3/+4 |
* | Increase the maximum allowed read buffer to 2MB. | vandebo@chromium.org | 2009-11-24 | 1 | -0/+3 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -0/+167 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 1 | -167/+0 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 1 | -0/+167 |