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
/
net.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove HttpTransactionDelegate and all users (LoadTimeStats).
rvargas@chromium.org
2013-12-27
1
-1
/
+0
*
Add NSSCertDatabaseChromeOS which uses the correct slots for each user.
mattm@chromium.org
2013-12-20
1
-0
/
+3
*
Enable support for QUIC 13.
rch@chromium.org
2013-12-20
1
-0
/
+2
*
Implement a QuicHeadersStream to handle reliable in-order delivery of
rtenneti@chromium.org
2013-12-18
1
-0
/
+3
*
Have jni_generator.gypi specify include_dirs to dependent targets.
blundell@chromium.org
2013-12-17
1
-10
/
+0
*
Add ClientCertStoreChromeOS which only returns the certs for a given user.
mattm@chromium.org
2013-12-17
1
-0
/
+5
*
Create and use a seeded random number generator
jar@chromium.org
2013-12-13
1
-0
/
+3
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-13
1
-6
/
+6
*
Split net::ClientCertStoreImpl into actual platform-specific classes.
mattm@chromium.org
2013-12-11
1
-14
/
+17
*
Certificate Transparency: Saving log description in SCT.
eranm@google.com
2013-12-10
1
-0
/
+1
*
Revert 239426 "Create and use a seeded random number generator"
jar@chromium.org
2013-12-10
1
-3
/
+0
*
Create and use a seeded random number generator
jar@chromium.org
2013-12-09
1
-0
/
+3
*
Add tests for WebSocketHandshakeStreamCreateHelper and WebSocketStream::Creat...
ricea@chromium.org
2013-12-05
1
-0
/
+2
*
Move mention of string_piece_utils.h in net.gyp to reflect new location.
bungeman@chromium.org
2013-12-04
1
-1
/
+1
*
net: Implement new SSL session cache for OpenSSL sockets.
digit@chromium.org
2013-12-03
1
-10
/
+24
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-02
1
-4
/
+2
*
Certificate Transparency: Logging SCTs to the NetLog.
eranm@google.com
2013-11-29
1
-0
/
+2
*
WebSocketHandshakeStreamCreateHelper is an internal class that stores the dat...
ricea@chromium.org
2013-11-29
1
-1
/
+3
*
SignedCertificateTimestamp storing & serialization code.
alcutter@google.com
2013-11-29
1
-0
/
+3
*
Certificate Transparency: Threading the CT verifier into the SSL client socket.
eranm@google.com
2013-11-28
1
-0
/
+2
*
Add WebSocket handshake support to UrlRequestHttpJob, by supporting ws: and w...
ricea@chromium.org
2013-11-28
1
-0
/
+2
*
WebSocketBasicHandshakeStream performs the WebSocket standard RFC6455 WebSock...
ricea@chromium.org
2013-11-27
1
-0
/
+2
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-11-26
1
-0
/
+1
*
Add the high-level interface for verifying SCTs over multiple logs
eranm@google.com
2013-11-24
1
-0
/
+7
*
Certificate Transparency: Address review comments from issue 65863002.
eranm@google.com
2013-11-20
1
-0
/
+2
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-11-19
1
-0
/
+6
*
CT: Adding SCT and PreCertificates extractor. This code creates the
eranm@google.com
2013-11-19
1
-1
/
+9
*
Revert 235752 "Fix chrome upload with content uri"
qinmin@chromium.org
2013-11-18
1
-1
/
+0
*
Fix chrome upload with content uri
qinmin@chromium.org
2013-11-18
1
-0
/
+1
*
Disable kerberos by default for embedded builds
spang@chromium.org
2013-11-18
1
-2
/
+2
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-11-17
1
-0
/
+3
*
Remove linux coverage scripts.
thakis@chromium.org
2013-11-14
1
-25
/
+0
*
CT: Adding SCT verification functionality: A CTLogVerifier instance can verif...
eranm@google.com
2013-11-13
1
-0
/
+7
*
Give mojo_shell a TransportSecurityPersister.
aa@chromium.org
2013-11-13
1
-0
/
+3
*
Decouple Flip Server tests from net_unittests.
yhirano@chromium.org
2013-11-12
1
-8
/
+20
*
Android: moves net/ to use long for JNI.
bulach@chromium.org
2013-11-11
1
-0
/
+2
*
Clean up uses of use_glib that are not related to glib dependencies
spang@chromium.org
2013-11-08
1
-3
/
+5
*
CT: First step towards supporting Certificate Transparency in Chrome.
eranm@google.com
2013-11-01
1
-1
/
+8
*
Revert 232131 "CT: First step towards supporting Certificate Tra..."
rpaquay@chromium.org
2013-10-31
1
-8
/
+1
*
CT: First step towards supporting Certificate Transparency in Chrome.
eranm@google.com
2013-10-31
1
-1
/
+8
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-31
1
-3
/
+6
*
Introduce WebSocketDeflatePredictor.
yhirano@chromium.org
2013-10-30
1
-0
/
+4
*
Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...
ricea@chromium.org
2013-10-30
1
-1
/
+1
*
[SPDY] Remove most code dealing with credential frames
akalin@chromium.org
2013-10-29
1
-6
/
+0
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-28
1
-0
/
+2
*
Refactor HttpBasicStream to store data in HttpBasicState
ricea@chromium.org
2013-10-27
1
-1
/
+4
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-24
1
-12
/
+22
*
[net] Move android/x509_util.[cc|h] to cert/x509_util_android.[cc|h]
nyquist@google.com
2013-10-22
1
-3
/
+3
*
Listen for new system certificates.
qsr@chromium.org
2013-10-22
1
-0
/
+3
*
[Net] Log RequestPriority instances as strings instead of integers
akalin@chromium.org
2013-10-16
1
-0
/
+1
[next]