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
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-04
12
-806
/
+113
*
[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
*
Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody().
satorux@chromium.org
2012-01-22
2
-49
/
+65
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-21
3
-20
/
+137
*
Disable pipelining if we encounter HTTP Authentication.
simonjam@chromium.org
2012-01-19
6
-5
/
+56
*
net: merge HTTP headers and body when the sum is small enough.
agl@chromium.org
2012-01-19
1
-36
/
+46
*
Revert 118265 (added a static initializer on linux)
thakis@chromium.org
2012-01-19
3
-138
/
+20
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-19
3
-20
/
+138
*
Minor clean-up for HttpStreamParser::DoSendBody()
satorux@chromium.org
2012-01-19
1
-4
/
+3
*
Fix a bug where an alternate protocol request to an unsafe port
mmenke@chromium.org
2012-01-19
3
-26
/
+94
*
Add comments to HttpStreamParser::DoSendBody().
satorux@chromium.org
2012-01-19
1
-2
/
+10
*
Revert "net: merge HTTP headers and body when the sum is small enough."
agl@chromium.org
2012-01-18
1
-45
/
+36
*
net: merge HTTP headers and body when the sum is small enough.
agl@chromium.org
2012-01-18
1
-36
/
+45
*
Handle socket errors better while pipelining:
simonjam@chromium.org
2012-01-14
3
-4
/
+57
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
[Coverity] fixed uninitialized member vars
groby@chromium.org
2011-12-29
1
-1
/
+3
*
Turn on prefetching again
gavinp@chromium.org
2011-12-27
1
-0
/
+7
*
Link rel=prefetch was disabled during prerender development; for now
gavinp@chromium.org
2011-12-27
1
-4
/
+4
*
Fix review comments from wtc
ajwong@chromium.org
2011-12-23
1
-4
/
+4
*
Migrate HttpCache adn HttpCacheTransaction to base::Bind().
ajwong@chromium.org
2011-12-23
6
-138
/
+80
*
Convert DiskCacheBasedSSLHostInfo to base::Bind().
ajwong@chromium.org
2011-12-22
2
-83
/
+49
*
base::Bind: More low-hanging fruit in webkit/appcache.
jhawkins@chromium.org
2011-12-22
1
-2
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-1
/
+5
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
54
-1049
/
+1096
*
Add HTTP pipelining to net-internals:
simonjam@chromium.org
2011-12-20
14
-20
/
+201
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
29
-33
/
+183
*
base::Bind: Convert net/proxy.
jhawkins@chromium.org
2011-12-20
1
-2
/
+2
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
1
-2
/
+1
*
In net-internals, have HTTP_STREAM_JOBs link to the
mmenke@chromium.org
2011-12-19
11
-27
/
+28
*
base::Bind: Convert most of disk_cache.
jhawkins@chromium.org
2011-12-19
11
-181
/
+251
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-19
2
-13
/
+17
*
Revert 114944 - Standardize StringToInt{,64} interface.
battre@chromium.org
2011-12-18
2
-17
/
+13
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-18
2
-13
/
+17
[next]