summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-7/+7
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-1/+1
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-171-0/+9
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-131-0/+6
* Remove HttpStream::GetResponseInfo, which is not currently used.mmenke@chromium.org2014-05-291-4/+0
* Remove DCHECK in HttpStreamParser::ReadResponseHeaders.mmenke@chromium.org2014-05-161-3/+0
* Let HttpStreamParser read 4xx/5xx HTTP responses after CONNECTION_RESET on up...mmenke@chromium.org2014-04-231-132/+224
* Refactor HttpStreamParser to move state transition logic out of its DoLoop.mmenke@chromium.org2014-04-151-53/+52
* Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE.davidben@chromium.org2014-03-181-1/+1
* Add "received_bytes" getter to HttpSteamParser.eustas@chromium.org2013-12-091-0/+6
* net: don't preserve 1xx responses in parser buffer.agl@chromium.org2013-10-021-49/+58
* 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