summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-7/+9
* Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re...cbentzel@chromium.org2011-12-081-32/+6
* Implement Drain() on HttpPipelinedStream.simonjam@chromium.org2011-11-301-5/+2
* Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...cbentzel@chromium.org2011-11-171-6/+32
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-1/+0
* Return an error when multiple Location or Content-Dispositionmmenke@chromium.org2011-10-041-19/+41
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Revert 93704 - Remove Content-Length mismatch checks.cbentzel@chromium.org2011-07-221-0/+7
* Remove Content-Length mismatch checks.cbentzel@chromium.org2011-07-221-7/+0
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-241-0/+25
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-1/+5
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-5/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-1/+5
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-9/+56
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-56/+9
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-9/+56
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+10
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-1/+2
* Fixes eol on http_stream_parser.ccmaruel@chromium.org2011-01-291-1/+1
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-10/+34
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-2/+12
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Allow duplicate Content-Length headers.willchan@chromium.org2010-10-291-5/+12
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Call GetSSLInfo late, after we have received the responsewtc@chromium.org2010-09-301-6/+2
* Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.willchan@chromium.org2010-09-231-4/+29
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-251-2/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-1/+41
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+3
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-4/+3
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-0/+2
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-211-9/+0
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-3/+3
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-2/+2
* Remove packet split experiment, and add coalescing histogramjar@chromium.org2010-03-311-22/+28
* Remove bug 31096 checks (resolved).vandebo@chromium.org2010-03-301-3/+0
* 2 experiments: DNS prefetch limit concurrency: TCP split a packetjar@chromium.org2010-03-201-3/+26
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-6/+4
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-3/+7
* Add checks to track down bug 31096vandebo@chromium.org2010-03-081-0/+3
* Use CHECK_* in netwillchan@chromium.org2010-03-021-3/+3
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-271-6/+1
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-1/+1
* More checks to try to find bug 27870.vandebo@google.com2010-02-121-1/+6
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-041-2/+2
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-071-1/+6
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-1/+7
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-10/+13
* Increase the maximum allowed read buffer to 2MB.vandebo@chromium.org2009-11-241-2/+2