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
*
Revert 239400 "Revert 239280 "Move more file_util functions to b..."
thakis@chromium.org
2013-12-08
8
-18
/
+17
*
Revert 239280 "Move more file_util functions to base namespace."
thakis@chromium.org
2013-12-08
8
-17
/
+18
*
Disk cache: Increase the maximum number of threads on the cache pool to 20.
rvargas@chromium.org
2013-12-08
1
-1
/
+1
*
net: block an ANSSI intermediate CA.
agl@chromium.org
2013-12-07
1
-1
/
+5
*
net: add (data|publications).qld.gov.au to HSTS preloaded.
agl@chromium.org
2013-12-07
2
-0
/
+4
*
net: fixup transport_security_state_static.h from JSON data.
agl@chromium.org
2013-12-07
1
-2
/
+2
*
net: use model NSS socket to save setting the cipher order every time.
agl@chromium.org
2013-12-07
5
-67
/
+66
*
net: implement TLS_FALLBACK_SCSV.
agl@chromium.org
2013-12-07
16
-3
/
+303
*
Open more file types in Chrome, and audit the dangerous file extensions.
palmer@chromium.org
2013-12-07
1
-3
/
+3
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-07
8
-18
/
+17
*
[GCM] Add connection factory for creating MCS connections
zea@chromium.org
2013-12-06
2
-0
/
+40
*
Revert "Revert: "net: don't allow SSLv3 fallback for Google properties.""
agl@chromium.org
2013-12-06
2
-155
/
+2
*
Fix flaky thread number DCHECK in KioskTest.
xiyuan@chromium.org
2013-12-06
2
-5
/
+27
*
Certificate Transparency: Use SCTs obtained from tls extension.
eranm@google.com
2013-12-06
1
-1
/
+1
*
Add "application/zip" => ".zip" to the Linux/ChromeOS preferred extension map.
kinaba@chromium.org
2013-12-06
1
-0
/
+1
*
Cleanup: Do not use wide strings in http auth code.
thestig@chromium.org
2013-12-06
11
-40
/
+38
*
Avoid calling blocking and thread unsafe functions in
pauljensen@chromium.org
2013-12-05
2
-6
/
+28
*
Add {cloud,glass,play}.google.com to the preloads.
palmer@chromium.org
2013-12-05
2
-0
/
+6
*
Stop using third_party\python_26 for many tests.
maruel@chromium.org
2013-12-05
5
-18
/
+25
*
Add support of IP_MULTICAST_IF in UDP sockets.
vitalybuka@chromium.org
2013-12-05
9
-18
/
+160
*
Added net::NetworkInterface::interface_index.
vitalybuka@chromium.org
2013-12-05
6
-9
/
+76
*
Support SPDY3 on Flip Server.
yhirano@chromium.org
2013-12-05
7
-67
/
+347
*
Add tests for WebSocketHandshakeStreamCreateHelper and WebSocketStream::Creat...
ricea@chromium.org
2013-12-05
9
-2
/
+854
*
Replace DLOG(WARNING)with DVLOG(1)in HttpStreamFactory::ProcessAlternateProtocol
adamk@chromium.org
2013-12-05
1
-9
/
+9
*
Move Touch to base namespace, remove SetLastModifiedTime.
brettw@chromium.org
2013-12-04
2
-4
/
+4
*
Move mention of string_piece_utils.h in net.gyp to reflect new location.
bungeman@chromium.org
2013-12-04
1
-1
/
+1
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
9
-11
/
+11
*
Make resource throttles and AsyncResourceHandler add events to NetLog
mmenke@chromium.org
2013-12-04
3
-61
/
+67
*
Revert 238715 "Reland 238671 "Added net::NetworkInterface::inter..."
robliao@chromium.org
2013-12-04
6
-60
/
+9
*
Use SHA-1 in TLS 1.2 client auth if the server requests it.
davidben@chromium.org
2013-12-04
4
-27
/
+196
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
4
-45
/
+45
*
Reland 238671 "Added net::NetworkInterface::interface_index."
dubroy@chromium.org
2013-12-04
6
-9
/
+60
*
Revert 238671 "Added net::NetworkInterface::interface_index."
dubroy@chromium.org
2013-12-04
6
-60
/
+9
*
Added net::NetworkInterface::interface_index.
vitalybuka@chromium.org
2013-12-04
6
-9
/
+60
*
Don't deserialize empty TransportSecurityStates.
palmer@chromium.org
2013-12-04
1
-0
/
+3
*
Log QUIC crypto handshake tag values in the "correct" format.
rch@chromium.org
2013-12-04
1
-3
/
+15
*
Do not spawn a thread in browser/interactive ui tests before spawning sandbox...
oshima@chromium.org
2013-12-04
2
-17
/
+65
*
Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...
brettw@chromium.org
2013-12-03
7
-7
/
+7
*
Fill the TLS padding extension with zero bytes instead of spaces.
wtc@chromium.org
2013-12-03
2
-2
/
+2
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
13
-24
/
+24
*
nss: fix order of parenthesis.
agl@chromium.org
2013-12-03
2
-2
/
+2
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
9
-36
/
+36
*
net: Implement new SSL session cache for OpenSSL sockets.
digit@chromium.org
2013-12-03
5
-147
/
+995
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
9
-11
/
+8
*
Add human-readable versions of the certificates.
wtc@chromium.org
2013-12-03
1
-0
/
+88
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Use TotalBufferSize instead of Size when logging the length of a data frame.
rch@chromium.org
2013-12-02
1
-1
/
+1
*
Remove some duplicate code in quic tests.
eroman@chromium.org
2013-12-02
5
-221
/
+95
*
net: enable ChaCha20 based cipher suites.
agl@chromium.org
2013-12-02
1
-5
/
+0
*
QUIC - Move the logic for allowing a larger max from SetDefaults to the
rtenneti@chromium.org
2013-12-02
1
-2
/
+0
[next]