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
*
Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).
gavinp@chromium.org
2013-03-07
1
-5
/
+9
*
Allow mapping hostnames to ERR_NAME_NOT_RESOLVED with the --host-resolver-rul...
eroman@chromium.org
2013-03-07
3
-15
/
+62
*
Assert that FileStream::OpenSync() is called only for file streams in sync mode.
paivanof@gmail.com
2013-03-06
2
-49
/
+56
*
Change ProcessPacketHeader to call RaiseError before returning
wtc@chromium.org
2013-03-06
3
-11
/
+11
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
29
-31
/
+31
*
Added ERR_BLOCKED_BY_ADMINISTRATOR and a custom error page.
joaodasilva@chromium.org
2013-03-06
1
-0
/
+4
*
Catch NullPointerException thrown by Java NetworkInterface
james.wei@intel.com
2013-03-06
1
-1
/
+1
*
Cleaned up code to update listing of headers
bengr@chromium.org
2013-03-06
5
-23
/
+29
*
QUIC - curve25519_key_exchange changes
rtenneti@chromium.org
2013-03-06
4
-4
/
+46
*
[SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)
akalin@chromium.org
2013-03-05
9
-8
/
+35
*
net: also do TLS 1.1 -> 1.0 fallback on ERR_CONNECTION_ABORTED.
agl@chromium.org
2013-03-05
1
-7
/
+11
*
net: add ssl.panoramio.com and "members.nearlyfreespeech.net to HSTS preloaded.
agl@chromium.org
2013-03-05
2
-0
/
+4
*
Replaced deprecated v8 API calls by their non-deprecated counterparts.
svenpanne@chromium.org
2013-03-05
2
-0
/
+28
*
net: Introduce new interface URLFetcherResponseWriter
hashimoto@chromium.org
2013-03-05
5
-134
/
+187
*
Android: Use ObserverList to maintain a list of observers/listeners
nileshagrawal@chromium.org
2013-03-05
1
-9
/
+9
*
Simplify isolate files a bit.
jam@chromium.org
2013-03-04
1
-469
/
+6
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-03
33
-329
/
+927
*
Wire up SSL client authentication for OpenSSL/Android through the net/ stack
digit@chromium.org
2013-03-02
24
-249
/
+1126
*
Add SetUploadFilePath method to URLFetcher.
mattm@chromium.org
2013-03-02
8
-6
/
+135
*
Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), as
unsafe@trevp.net
2013-03-02
6
-110
/
+196
*
net: add basic ChannelID support to TLSLite.
agl@chromium.org
2013-03-02
1
-0
/
+15
*
Report SSL session resumption state for OpenSSL
rsleevi@chromium.org
2013-03-02
1
-0
/
+3
*
QUIC - Some sketching of the crypto handshake.
rtenneti@chromium.org
2013-03-02
16
-235
/
+672
*
Generate Java template enums into correct Java package hierarchy
newt@chromium.org
2013-03-02
1
-4
/
+4
*
Build the NSS libSSL with NO_PKCS11_BYPASS defined.
wtc@chromium.org
2013-03-02
10
-3768
/
+31
*
Support SPDY 4 common header framing.
akalin@chromium.org
2013-03-02
6
-356
/
+1069
*
Updated devtools listing of headers on Android
bengr@chromium.org
2013-03-02
2
-0
/
+21
*
[SPDY] Create SpdyStreamRequest class to help manage delayed creation of streams
akalin@chromium.org
2013-03-02
16
-577
/
+647
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
12
-99
/
+751
*
Connect SparseHistogram with the rest of stats system
kaiwang@chromium.org
2013-03-01
4
-22
/
+24
*
Support building NSS's libssl as a component
rsleevi@chromium.org
2013-02-28
3
-21
/
+90
*
[SPDY] Clean up stream flow control code a bit
akalin@chromium.org
2013-02-28
14
-134
/
+182
*
Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramer
akalin@chromium.org
2013-02-28
10
-56
/
+60
*
Allow 0 length IOBuffer
jschuh@chromium.org
2013-02-28
1
-1
/
+1
*
Remove the last traces of experimental support for MAC cookies
rsleevi@chromium.org
2013-02-28
22
-624
/
+128
*
[nitpicking] Reduce include dependencies
yhirano@chromium.org
2013-02-28
2
-4
/
+7
*
Make SimpleEntryImpl::Close asynchronous.
gavinp@chromium.org
2013-02-28
2
-15
/
+24
*
Fix net::FileStream to handle all errors correctly.
sergeyu@chromium.org
2013-02-27
6
-151
/
+221
*
use the correct constant in the FNV1a_128_Hash function as defined in the spe...
johannes.rudolph@googlemail.com
2013-02-27
3
-11
/
+12
*
Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.
wtc@chromium.org
2013-02-27
11
-12
/
+26
*
Remove SpdyFrameBlock structure, the last remaining "on-the-wire" structs.
akalin@chromium.org
2013-02-27
3
-44
/
+10
*
Attempt to connect to wss:// which requested client cert even if it doesn't h...
tyoshino@chromium.org
2013-02-27
1
-9
/
+18
*
Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.
akalin@chromium.org
2013-02-26
15
-100
/
+99
*
Experimental Revert of 184577
mpearson@chromium.org
2013-02-26
6
-221
/
+151
*
Remove SpdyFrame::length(). Useful in SPDY 4 development.
akalin@chromium.org
2013-02-26
14
-75
/
+57
*
Fix bug in QuicHttpStream in which a CHECK failed when sending the request bo...
rch@chromium.org
2013-02-26
3
-23
/
+80
*
Fix net::FileStream to handle all errors correctly.
sergeyu@chromium.org
2013-02-26
6
-151
/
+221
*
[net/dns] Limit maximum timeout after backoff to 5s.
szym@chromium.org
2013-02-26
1
-1
/
+3
*
Add SpdyFrame::size() field and prefer its usage to length() + kHeaderSize
akalin@chromium.org
2013-02-26
5
-119
/
+78
*
Add more histograms for ProxyResolverV8Tracing.
eroman@chromium.org
2013-02-25
1
-0
/
+10
[next]