summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-1211-67/+150
* Fix pipelining crash when send is aborted while queued.simonjam@chromium.org2012-03-092-1/+31
* [net] Replace EXPECT_EQ(true/false, ...) with EXPECT_TRUE/FALSE(...)szym@chromium.org2012-03-081-4/+4
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-076-8/+11
* net: Disconnect proxy sockets that have a certificate error.agl@chromium.org2012-03-051-0/+1
* net: code style fixups - no semantic change.agl@chromium.org2012-03-051-10/+15
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-047-204/+20100
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-2/+1
* SPDY - by default disable spdy/2.1 (flow control). Itrtenneti@chromium.org2012-03-034-38/+64
* Ensure pipelined requests are sent in the same order they're queued. Also, en...simonjam@chromium.org2012-03-034-11/+84
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-0124-256/+899
* Small cleanup of spdy next protocol negotiation configuration in tests.rch@chromium.org2012-03-012-20/+5
* Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...rch@chromium.org2012-02-282-1/+143
* Replace chrome/common/net/http_return.h with net/http/http_status_code.hakalin@chromium.org2012-02-272-5/+76
* Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Requirerch@chromium.org2012-02-271-14/+26
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-257-78/+95
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-235-590/+585
* Simplify the initialization of the various NPN fields in SSLSocketDataProvider.rch@chromium.org2012-02-221-59/+15
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-175-30/+30
* Send RST_STREAM on receipt of non-lowercased header names. Add newrch@chromium.org2012-02-171-1/+1
* SPDY - enable SPDY/2.1 (flow control).rtenneti@google.com2012-02-164-31/+40
* SPDY - trun off spdy/2.1 by default. It could be enabledrtenneti@chromium.org2012-02-144-16/+17
* Flakiness cleanup: disable flaky tests under net/evan@chromium.org2012-02-141-2/+4
* Do not cache Strict-Transport-Security and Public-Key-Pins headers.palmer@chromium.org2012-02-134-4/+38
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-102-162/+11
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-101-1/+1
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-096-15/+56
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-082-52/+70
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-2/+3
* Revert 120836 - Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't s...jchaffraix@chromium.org2012-02-072-10/+161
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-072-161/+10
* net: Introduce SeekableIOBuffer and clean up HttpStreamParser.satorux@chromium.org2012-02-072-18/+112
* mark SOCKS4_HTTP_GET and SOCKS4_SSL_GET as flaky on mac.thakis@chromium.org2012-02-041-2/+14
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-0312-806/+113
* net: Replace UploadDataStream::Create() with Init().satorux@chromium.org2012-02-022-15/+16
* net: Replace use of memmove() with DrainableIOBuffer.satorux@chromium.org2012-01-312-20/+23
* [Coverity] Change pass-by-value to pass-by-refgroby@chromium.org2012-01-312-2/+2
* This patch tunes our parsing of the Content-Disposition header to match otherabarth@chromium.org2012-01-314-27/+50
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-314-38/+133
* Disconnect pipeline socket immediately on Close(true) while a Read*() is pend...simonjam@chromium.org2012-01-302-4/+42
* BufferedResourceHandler::ShouldDownload shouldn't manually parse Content-Disp...abarth@chromium.org2012-01-283-3/+6
* Re-enable HttpContentDispositionTest.tc2231abarth@chromium.org2012-01-281-1/+7
* Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.mmenke@chromium.org2012-01-286-18/+14
* This test fails on Windows. Need to investigate.abarth@chromium.org2012-01-271-1/+1
* Import Content-Disposition parsing tests from http://greenbytes.de/tech/tc2231/abarth@chromium.org2012-01-272-1/+305
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-274-2/+342
* SPDY - Change all tests to use SPDY/2.1 protocol. Madertenneti@chromium.org2012-01-276-60/+61
* [Coverity] Fix an UNINIT_CTOR in PartialData::Core constructortbreisacher@chromium.org2012-01-251-2/+2
* Skip checking headers for pipelining if there was a socket error.simonjam@chromium.org2012-01-252-1/+24
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-2512-113/+806