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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add origin bound certs to BrowsingDataRemover and extensions clear API.
mattm@chromium.org
2012-01-25
9
-36
/
+123
*
CertDatabaseNSSTest: Don't delete test DB dir since we don't close the DB (br...
mattm@chromium.org
2012-01-25
1
-16
/
+5
*
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
20
-163
/
+940
*
net: Give more descriptive names for code around the request merging logic.
satorux@chromium.org
2012-01-24
4
-21
/
+33
*
Remove "FALSE START" logspam.
thakis@chromium.org
2012-01-24
1
-1
/
+0
*
Improve readability of UploadDataStream.
satorux@chromium.org
2012-01-24
2
-80
/
+114
*
Temporary preventative build fix
joth@chromium.org
2012-01-24
2
-4
/
+6
*
net: add a policy option: DisableSSLRecordSplitting
agl@chromium.org
2012-01-24
3
-18
/
+4
*
Revert r113405, since it appears to be causing a crash and a hang. Also rever...
eroman@chromium.org
2012-01-24
17
-659
/
+46
*
net: Don't merge HTTP headers and body if the body is not in memory.
satorux@chromium.org
2012-01-24
9
-27
/
+197
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
5
-13
/
+8
*
Remove expired certificate from CertDatabaseNSSTest.ImportCACertHierarchyTree.
joaodasilva@chromium.org
2012-01-23
1
-5
/
+10
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
12
-230
/
+206
*
Split DoSendBody() to DoSendChunkedBody() and DoSendNonChunkedBody().
satorux@chromium.org
2012-01-22
2
-49
/
+65
*
The network_moved check in DoHandshakeLoop and calling OnHandshakeIOComplete
jnd@chromium.org
2012-01-21
1
-15
/
+13
*
Fix nit: Clarify code by using locally-declared alias for complex expression.
palmer@chromium.org
2012-01-21
1
-1
/
+1
*
SPDY - SpdyFramer close the session for header compression/decompression errors.
rtenneti@google.com
2012-01-21
1
-1
/
+4
*
Adds TTL argument to HostCache::Set.
szym@chromium.org
2012-01-21
9
-121
/
+134
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-21
6
-29
/
+156
*
Decrease the PAC polling delay even further.
eroman@chromium.org
2012-01-20
3
-72
/
+97
*
Pick up the fix for NSS bug 718554 (a SSL_ForceHandshake bug).
wtc@chromium.org
2012-01-20
2
-4
/
+4
*
Revert 118489 since it seems to regress linux-sizes.
sadrul@chromium.org
2012-01-20
9
-133
/
+121
*
Revert 117772 - Add instrumentation to help track down a use-after-free.
eroman@chromium.org
2012-01-20
2
-58
/
+4
*
Revert 118074 - Disable FPO throughout client_socket_pool_base.cc.
eroman@chromium.org
2012-01-20
1
-13
/
+0
*
Fix a use-after free in socket pool which can happen after reaching the maxiu...
eroman@chromium.org
2012-01-20
1
-0
/
+5
*
Adds custom ttl argument to HostCache::Set.
szym@chromium.org
2012-01-20
9
-121
/
+133
*
net: remove SSL blacklisted hosts that were included because of record splitt...
agl@chromium.org
2012-01-20
1
-28
/
+0
*
Move operator<< for StringPiece into string_piece.{h,cc}
akalin@chromium.org
2012-01-20
1
-1
/
+2
*
[uber page] make references to chrome_shared2.css relative
estade@chromium.org
2012-01-20
1
-1
/
+2
*
The network_moved check in DoHandshakeLoop should only apply to
wtc@chromium.org
2012-01-19
1
-12
/
+13
*
Disable pipelining if we encounter HTTP Authentication.
simonjam@chromium.org
2012-01-19
6
-5
/
+56
*
Clean up uses of static data around singletons.
rsesek@chromium.org
2012-01-19
1
-2
/
+7
*
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
6
-148
/
+28
*
Factor out chunk encoding logic into HttpStreamParser::EncodeChunk().
satorux@chromium.org
2012-01-19
6
-28
/
+148
*
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
*
Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...
eroman@chromium.org
2012-01-18
2
-48
/
+65
*
Revert "net: merge HTTP headers and body when the sum is small enough."
agl@chromium.org
2012-01-18
1
-45
/
+36
*
SPDY - FlipServer - changes to use BufferedSpdyFramer.
rtenneti@chromium.org
2012-01-18
4
-32
/
+70
*
Do not clobber dynamic public key pins when handling the Strict-Transport-Sec...
palmer@chromium.org
2012-01-18
1
-20
/
+35
*
net: merge HTTP headers and body when the sum is small enough.
agl@chromium.org
2012-01-18
1
-36
/
+45
*
Disable FPO throughout client_socket_pool_base.cc.
eroman@chromium.org
2012-01-18
1
-0
/
+13
*
SPDY - bug fix for WINDOW_UPDATE logging
rtenneti@chromium.org
2012-01-18
1
-3
/
+3
*
net/base: remove some wstrings
evan@chromium.org
2012-01-18
2
-5
/
+5
*
Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
9
-26
/
+29
*
Revert 117968 - Rename is_hsts_host to fatal.
apatrick@chromium.org
2012-01-18
9
-29
/
+26
*
net: randomly remove 10% of the SSL blacklist.
agl@chromium.org
2012-01-17
1
-233
/
+0
[next]