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
*
Update all .isolate files to the new format.
maruel@chromium.org
2013-04-04
1
-23
/
+26
*
Recover the index from enumerating the entry files on disk.
felipeg@chromium.org
2013-04-04
2
-10
/
+31
*
net: Replace URLFetcherFileWriter's implementation with FileStream
hashimoto@chromium.org
2013-04-04
3
-143
/
+88
*
Revert 181390 "SPDY - implement greedy approach to read all the ..."
rtenneti@chromium.org
2013-04-04
7
-937
/
+87
*
net: fix SHA-256 hashes on Windows.
agl@chromium.org
2013-04-04
3
-3
/
+28
*
net: Map EISDIR to ERR_ACCESS_DENIED in net_errors_posix.cc
hashimoto@chromium.org
2013-04-04
1
-2
/
+2
*
Move version-agnostic functions from spdy_test_util_spdy[23] to _common.
ttuttle@chromium.org
2013-04-04
6
-508
/
+258
*
Revert 192124 "Disable org.chromium.net.X509UtilTest#testEkusVer..."
frankf@chromium.org
2013-04-03
1
-7
/
+1
*
Disable org.chromium.net.X509UtilTest#testEkusVerified
aberent@chromium.org
2013-04-03
1
-1
/
+7
*
Fix the simple cache backend enabling.
pasko@google.com
2013-04-03
2
-2
/
+10
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
3
-13
/
+16
*
Clean up SocketStream send operation by utilizing DrainableIOBuffer.
tyoshino@chromium.org
2013-04-03
3
-88
/
+170
*
Handle extendedKeyUsage field in end-entity certs.
palmer@chromium.org
2013-04-03
8
-0
/
+532
*
[Android] Fix remaining linker errors for components build
yfriedman@chromium.org
2013-04-03
2
-2
/
+2
*
Add a CRC check to SimpleIndex file.
felipeg@chromium.org
2013-04-02
3
-11
/
+122
*
Remove bogus logging from crypto_handshake_test.cc
rch@chromium.org
2013-04-02
1
-2
/
+0
*
net: move openssl_client_key_store from net/base to net/ssl
phajdan.jr@chromium.org
2013-04-02
6
-13
/
+13
*
Initialize the simple cache backend at runtime.
pasko@google.com
2013-04-02
13
-382
/
+355
*
Don't expire certs used as channel IDs.
thaidn@google.com
2013-04-02
3
-53
/
+37
*
Adding preloaded pin and HSTS for Chrome Dev Tools.
palmer@chromium.org
2013-04-02
3
-1
/
+3
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
2
-5
/
+5
*
Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...
rch@chromium.org
2013-04-01
6
-9
/
+9
*
Attempt to fix chromium.chrome linux compile.
thakis@chromium.org
2013-03-31
1
-2
/
+2
*
Add support for P-256 key exchange in crypto handshake.
rtenneti@chromium.org
2013-03-31
79
-736
/
+1662
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
5
-17
/
+19
*
PK11_DecryptWithSymKey and PK11_EncryptWithSymKey have been
wtc@chromium.org
2013-03-30
2
-21
/
+16
*
Adding an end to end test for QUIC, and fixing the bugs it turned up.
alyssar@google.com
2013-03-30
13
-31
/
+1120
*
Http cache: disable the infinite cache simulation and perform cleanup of loca...
rvargas@chromium.org
2013-03-30
8
-1634
/
+16
*
Recognize new proxy settings format in net-internals.
eroman@chromium.org
2013-03-30
3
-2
/
+17
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
41
-411
/
+8
*
Disable ChromeNetLog when there are no observers.
mmenke@chromium.org
2013-03-30
4
-2
/
+89
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
155
-526
/
+526
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
98
-518
/
+552
*
Fixing -Wno-deprecated issues for flip_balsa_and_epoll_library
alyssar@google.com
2013-03-29
7
-20
/
+9
*
Add black-listed text types to the list if unsupported MIME types.
asanka@chromium.org
2013-03-29
1
-0
/
+2
*
net: add GoogleG2 to allowed Google pins.
agl@chromium.org
2013-03-28
3
-0
/
+9
*
Update sys_string_conversions includes in chrome_frame, content, net, and ui.
brettw@chromium.org
2013-03-28
15
-15
/
+15
*
[net/dns] When serving AF_UNSPEC addresses from DnsHosts, serve one from each...
szym@chromium.org
2013-03-28
2
-17
/
+22
*
Add support for in memory index in SimpleCache.
felipeg@chromium.org
2013-03-28
10
-67
/
+354
*
Port the AES GCM encrypter and decrypter to NSS.
wtc@chromium.org
2013-03-27
2
-10
/
+142
*
The initial check-in of the toy QUIC client and server.
alyssar@google.com
2013-03-27
35
-15
/
+3475
*
Disable a few tests when running iOS coverage tests.
lliabraa@chromium.org
2013-03-26
1
-0
/
+4
*
Fix error in use-before-init of test member variable in MockNetworkTransaction.
rdsmith@chromium.org
2013-03-26
1
-1
/
+2
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-26
36
-513
/
+1081
*
[SPDY] Remove some setters in SpdyStream
akalin@chromium.org
2013-03-25
11
-43
/
+107
*
net: change HSTS for (*.)simple.com to specific subdomains.
agl@chromium.org
2013-03-25
2
-2
/
+8
*
Changes to build ash_unittests with RunLoop().RunUntilIdle().
tfarina@chromium.org
2013-03-24
2
-5
/
+7
*
Indicate in CertVerifyResult if one of the additional trust anchors was used.
joaodasilva@chromium.org
2013-03-24
4
-0
/
+27
*
[net/dns] Fix AsyncDNS histograms.
szym@chromium.org
2013-03-23
2
-3
/
+5
*
[SPDY] Add session flow control data to SPDY info in net-internals
akalin@chromium.org
2013-03-23
1
-0
/
+5
[next]