index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Disconnect proxy sockets that have a certificate error.
agl@chromium.org
2012-03-05
1
-0
/
+1
*
net: code style fixups - no semantic change.
agl@chromium.org
2012-03-05
1
-10
/
+15
*
Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing
rch@chromium.org
2012-03-04
7
-204
/
+20100
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
1
-2
/
+1
*
SPDY - by default disable spdy/2.1 (flow control). It
rtenneti@chromium.org
2012-03-03
4
-38
/
+64
*
Ensure pipelined requests are sent in the same order they're queued. Also, en...
simonjam@chromium.org
2012-03-03
4
-11
/
+84
*
Add a force pipelining option to load flags.
simonjam@chromium.org
2012-03-01
24
-256
/
+899
*
Small cleanup of spdy next protocol negotiation configuration in tests.
rch@chromium.org
2012-03-01
2
-20
/
+5
*
Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...
rch@chromium.org
2012-02-28
2
-1
/
+143
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
2
-5
/
+76
*
Modify SpdyProxyClientSocket to respond to a 407 Proxy Auth Require
rch@chromium.org
2012-02-27
1
-14
/
+26
*
Minor refactor of ProxyClientSocket.
rch@chromium.org
2012-02-25
7
-78
/
+95
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
5
-590
/
+585
*
Simplify the initialization of the various NPN fields in SSLSocketDataProvider.
rch@chromium.org
2012-02-22
1
-59
/
+15
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
5
-30
/
+30
*
Send RST_STREAM on receipt of non-lowercased header names. Add new
rch@chromium.org
2012-02-17
1
-1
/
+1
*
SPDY - enable SPDY/2.1 (flow control).
rtenneti@google.com
2012-02-16
4
-31
/
+40
*
SPDY - trun off spdy/2.1 by default. It could be enabled
rtenneti@chromium.org
2012-02-14
4
-16
/
+17
*
Flakiness cleanup: disable flaky tests under net/
evan@chromium.org
2012-02-14
1
-2
/
+4
*
Do not cache Strict-Transport-Security and Public-Key-Pins headers.
palmer@chromium.org
2012-02-13
4
-4
/
+38
*
Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...
tsepez@chromium.org
2012-02-10
2
-162
/
+11
*
net: Make UploadData::GetContentLength() asynchronous.
satorux@chromium.org
2012-02-10
1
-1
/
+1
*
Http Cache: Doom cache entries when there is any error reading from the
rvargas@google.com
2012-02-09
6
-15
/
+56
*
net: Rework UploadDataStream API by introducing Read().
satorux@chromium.org
2012-02-08
2
-52
/
+70
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-2
/
+3
*
Revert 120836 - Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't s...
jchaffraix@chromium.org
2012-02-07
2
-10
/
+161
*
Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...
tsepez@chromium.org
2012-02-07
2
-161
/
+10
*
net: Introduce SeekableIOBuffer and clean up HttpStreamParser.
satorux@chromium.org
2012-02-07
2
-18
/
+112
*
mark SOCKS4_HTTP_GET and SOCKS4_SSL_GET as flaky on mac.
thakis@chromium.org
2012-02-04
1
-2
/
+14
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
12
-806
/
+113
*
net: Replace UploadDataStream::Create() with Init().
satorux@chromium.org
2012-02-02
2
-15
/
+16
*
net: Replace use of memmove() with DrainableIOBuffer.
satorux@chromium.org
2012-01-31
2
-20
/
+23
*
[Coverity] Change pass-by-value to pass-by-ref
groby@chromium.org
2012-01-31
2
-2
/
+2
*
This patch tunes our parsing of the Content-Disposition header to match other
abarth@chromium.org
2012-01-31
4
-27
/
+50
*
Delete net::GetHeaderParamValue
abarth@chromium.org
2012-01-31
4
-38
/
+133
*
Disconnect pipeline socket immediately on Close(true) while a Read*() is pend...
simonjam@chromium.org
2012-01-30
2
-4
/
+42
*
BufferedResourceHandler::ShouldDownload shouldn't manually parse Content-Disp...
abarth@chromium.org
2012-01-28
3
-3
/
+6
*
Re-enable HttpContentDispositionTest.tc2231
abarth@chromium.org
2012-01-28
1
-1
/
+7
*
Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs.
mmenke@chromium.org
2012-01-28
6
-18
/
+14
*
This test fails on Windows. Need to investigate.
abarth@chromium.org
2012-01-27
1
-1
/
+1
*
Import Content-Disposition parsing tests from http://greenbytes.de/tech/tc2231/
abarth@chromium.org
2012-01-27
2
-1
/
+305
*
Improve parsing of the Content-Disposition header
abarth@chromium.org
2012-01-27
4
-2
/
+342
*
SPDY - Change all tests to use SPDY/2.1 protocol. Made
rtenneti@chromium.org
2012-01-27
6
-60
/
+61
*
[Coverity] Fix an UNINIT_CTOR in PartialData::Core constructor
tbreisacher@chromium.org
2012-01-25
1
-2
/
+2
*
Skip checking headers for pipelining if there was a socket error.
simonjam@chromium.org
2012-01-25
2
-1
/
+24
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-01-25
12
-113
/
+806
*
net: Give more descriptive names for code around the request merging logic.
satorux@chromium.org
2012-01-24
3
-20
/
+28
*
Revert r113405, since it appears to be causing a crash and a hang. Also rever...
eroman@chromium.org
2012-01-24
3
-228
/
+5
*
net: Don't merge HTTP headers and body if the body is not in memory.
satorux@chromium.org
2012-01-24
3
-27
/
+112
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
1
-33
/
+33
[next]