summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Do not enqueue multiple socket writes performing an HTTP chunked requestrsleevi@chromium.org2012-06-151-0/+2
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-1/+2
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-1/+3
* net: Introduce SeekableIOBuffer and clean up HttpStreamParser.satorux@chromium.org2012-02-071-3/+3
* net: Replace use of memmove() with DrainableIOBuffer.satorux@chromium.org2012-01-311-5/+4
* net: Give more descriptive names for code around the request merging logic.satorux@chromium.org2012-01-241-4/+5
* net: Don't merge HTTP headers and body if the body is not in memory.satorux@chromium.org2012-01-241-0/+5
* Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody().satorux@chromium.org2012-01-221-2/+7
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-211-2/+22
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-191-19/+2
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-191-2/+19
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-6/+7
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-1/+1
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-1/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-3/+3
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-1/+3
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-3/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-1/+3
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-0/+7
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-7/+0
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-0/+7
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-1/+4
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-1/+4
* Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.willchan@chromium.org2010-09-231-6/+7
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+12
* FBTF: Start cleaning up net/erg@google.com2010-08-111-3/+4
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-1/+1
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-271-3/+0
* More checks to try to find bug 27870.vandebo@google.com2010-02-121-0/+3
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-1/+5
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-3/+4
* Increase the maximum allowed read buffer to 2MB.vandebo@chromium.org2009-11-241-0/+3
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+167
* Reverting 29316.vandebo@chromium.org2009-10-161-167/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+167