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
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-06-18
24
-202
/
+397
*
Updating the mapped_file_avoid_mmap_posix implementation.
qsr@chromium.org
2013-06-18
6
-25
/
+314
*
Implement Sign() method of Channel_id for NSS.
rtenneti@chromium.org
2013-06-18
11
-40
/
+122
*
Add randomness to proxy bypass timeout on iOS
bengr@chromium.org
2013-06-18
1
-1
/
+1
*
[SPDY] Avoid crash when an active stream closes another when it is closed
akalin@chromium.org
2013-06-18
1
-4
/
+8
*
X509Certificate::GetDefaultNickname should handle a user certificate
wtc@chromium.org
2013-06-17
4
-3
/
+136
*
Fix wrong header guards found by clang's new Wheader-guard.
thakis@chromium.org
2013-06-17
1
-1
/
+1
*
Miscellaneous cleanup of TLS 1.2 code.
wtc@chromium.org
2013-06-17
7
-199
/
+1064
*
Optimize public suffix list implementation
nyquist@chromium.org
2013-06-17
9
-22504
/
+22190
*
Allow custom TaskRunners for async operations in net::FileStream.
earthdok@google.com
2013-06-17
6
-26
/
+71
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor.
dcheng@chromium.org
2013-06-17
1
-2
/
+1
*
Gracefully handle an asynchronous write disconnect when an SSL read is pending
rsleevi@chromium.org
2013-06-17
2
-10
/
+99
*
Reduce verbosity of net::SocketStream
ricea@chromium.org
2013-06-17
1
-2
/
+2
*
Revert "Updating the mapped_file_avoid_mmap_posix implementation."
dfalcantara@chromium.org
2013-06-15
6
-292
/
+25
*
Removed spurious uses of RunUntilIdle from the MDnsClient unit tests
noamsml@chromium.org
2013-06-15
1
-47
/
+10
*
[Second attempt] Implement ChannelIDVerifier using NSS.
wtc@chromium.org
2013-06-15
5
-12
/
+346
*
Merge the SpdyNetworkTransaction tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-15
6
-6786
/
+1061
*
media: Remove VP9 flag, and enable VP9 support by default.
tomfinegan@chromium.org
2013-06-15
1
-1
/
+2
*
AppCacheExecutableHandlers groundwork.
michaeln@google.com
2013-06-14
1
-0
/
+4
*
Revert 206507 "Move message_pump to base/message_loop."
brettw@chromium.org
2013-06-14
1
-8
/
+7
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-14
1
-7
/
+8
*
Revert 206486 "Implement ChannelIDVerifier using NSS."
wtc@chromium.org
2013-06-14
5
-346
/
+12
*
Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive the
wtc@chromium.org
2013-06-14
3
-1
/
+9
*
Implement ChannelIDVerifier using NSS.
wtc@chromium.org
2013-06-14
5
-12
/
+346
*
Extend SpdyFramerDebugVisitorInterface interface.
akalin@chromium.org
2013-06-14
3
-45
/
+89
*
Merge the HttpNetworkTransaction tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-14
6
-11755
/
+536
*
Fix grammar in recurring macro comment
janx@chromium.org
2013-06-14
3
-3
/
+3
*
Remove MultipartSlowHandler, since the extension test referencing multipart-s...
senorblanco@chromium.org
2013-06-14
1
-30
/
+0
*
Media Galleries: Allow access to a few more audio file extensions.
thestig@chromium.org
2013-06-14
2
-1
/
+40
*
Work around GTE CyberTrust/Baltimore CyberTrust cross-signing issues
rsleevi@chromium.org
2013-06-14
10
-52
/
+648
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
5
-18
/
+17
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
48
-278
/
+279
*
Linux: fix compatibility with nss-3.15 .
phajdan.jr@chromium.org
2013-06-13
1
-0
/
+6
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
3
-40
/
+41
*
Multicast DNS implementation (initial)
noamsml@chromium.org
2013-06-13
11
-0
/
+2170
*
convert most remaining function callbacks to new style
dcarney@chromium.org
2013-06-13
1
-41
/
+66
*
Switch to using SequencedWorkerPool in Simple Cache backend.
gavinp@chromium.org
2013-06-13
7
-31
/
+83
*
Disk cache: Fix back some style changes made recently.
rvargas@google.com
2013-06-13
6
-117
/
+52
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
19
-4
/
+74
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.
dcheng@chromium.org
2013-06-12
22
-68
/
+36
*
QUIC: support for rotating QUIC server configs.
rtenneti@chromium.org
2013-06-12
8
-279
/
+935
*
Disk cache: Main definition of the file format version 3.
rvargas@google.com
2013-06-12
3
-96
/
+139
*
net: use IsSecureScheme rather than matching "https".
agl@chromium.org
2013-06-12
5
-8
/
+8
*
net: add a new message for AEAD ciphers.
agl@chromium.org
2013-06-12
3
-63
/
+80
*
Updating the mapped_file_avoid_mmap_posix implementation.
qsr@chromium.org
2013-06-12
6
-25
/
+292
*
Handle includeSubdomains for public key pinning.
palmer@chromium.org
2013-06-12
4
-24
/
+35
*
Add comment to SocketStreamEventRecorder about when and how callback is called.
tyoshino@chromium.org
2013-06-12
1
-0
/
+3
*
Use URLFetcherFactory for 3-arg overload of URLFetcher::Create
dcheng@chromium.org
2013-06-12
1
-3
/
+3
*
[SPDY] Merge the SpdyHttpStream unit tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-12
5
-643
/
+99
*
[SPDY] Merge the SpdySession unit tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-11
5
-2786
/
+359
[next]