summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-131-5/+6
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-1/+0
* net: use IsSecureScheme rather than matching "https".agl@chromium.org2013-06-121-4/+4
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-26/+25
* net: don't process truncated headers on HTTPS connections.agl@chromium.org2013-05-291-13/+18
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Add a ConnectionInfo enum which describes the kind of connection used to fetc...rch@chromium.org2013-03-131-0/+1
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-2/+2
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-26/+26
* Update an outdated comment.eroman@chromium.org2012-11-031-3/+3
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-8/+6
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-221-120/+55
* net: Use UploadDataStream::Read() instead of ReadSync()hashimoto@chromium.org2012-10-181-27/+35
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-4/+4
* net-internals: Add HTTP_TRANSACTION_SEND_REQUEST_BODY eventmmenke@chromium.org2012-10-111-1/+32
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-3/+3
* Do not enqueue multiple socket writes performing an HTTP chunked requestrsleevi@chromium.org2012-06-151-4/+21
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-3/+3
* NetLogEventParameter to Callback refactoring 5.mmenke@chromium.org2012-06-131-1/+1
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-7/+7
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-3/+3
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+1
* Report cases where the connection appears to close too early while transferri...cbentzel@chromium.org2012-04-201-6/+34
* Allow broken servers to send us multiple identical Location andmmenke@chromium.org2012-03-211-15/+6
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-51/+67
* net: Introduce SeekableIOBuffer and clean up HttpStreamParser.satorux@chromium.org2012-02-071-15/+109
* net: Replace use of memmove() with DrainableIOBuffer.satorux@chromium.org2012-01-311-15/+19
* 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-27/+37
* Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody().satorux@chromium.org2012-01-221-47/+58
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-211-18/+38
* net: merge HTTP headers and body when the sum is small enough.agl@chromium.org2012-01-191-36/+46
* Revert 118265 (added a static initializer on linux)thakis@chromium.org2012-01-191-42/+18
* Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().satorux@chromium.org2012-01-191-18/+42
* Minor clean-up for HttpStreamParser::DoSendBody()satorux@chromium.org2012-01-191-4/+3
* Add comments to HttpStreamParser::DoSendBody().satorux@chromium.org2012-01-191-2/+10
* Revert "net: merge HTTP headers and body when the sum is small enough."agl@chromium.org2012-01-181-45/+36
* net: merge HTTP headers and body when the sum is small enough.agl@chromium.org2012-01-181-36/+45
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-17/+16
* 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