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
*
Centralize the logic for checking public key pins from ClientSocketNSS
rch@chromium.org
2014-08-08
6
-174
/
+233
*
Fix Java object leaks in net_string_util_icu_alternatives_android.cc.
mmenke@chromium.org
2014-08-08
1
-9
/
+12
*
Escape non-ASCII response headers.
ellyjones@chromium.org
2014-08-08
1
-1
/
+4
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-08-08
38
-199
/
+312
*
Wire 'blink::Platform::isHostnameReservedIPAddress()' to 'net::IsReservedIPAd...
mkwst@chromium.org
2014-08-08
3
-0
/
+52
*
This CL is a follow up to https://codereview.chromium.org/416683002/.
mshelley@chromium.org
2014-08-08
6
-47
/
+46
*
This CL is a follow up to https://codereview.chromium.org/353713005.
mshelley@chromium.org
2014-08-08
4
-37
/
+15
*
Supports DevTools socket access authentication based on Android permissions.
serya@chromium.org
2014-08-08
6
-29
/
+46
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-08-08
26
-214
/
+447
*
Move file_util_icu to base::i18n namespace
brettw@chromium.org
2014-08-07
3
-9
/
+9
*
Move the rest of test_file_util to base namespace.
brettw@chromium.org
2014-08-07
4
-4
/
+4
*
Remove obsolete comment.
ricea@chromium.org
2014-08-07
1
-2
/
+0
*
Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.
mmenke@chromium.org
2014-08-07
4
-4
/
+80
*
Return ERR_NOT_IMPLEMENTED when we reach SPDY stream creation code in a facto...
tyoshino@chromium.org
2014-08-07
1
-7
/
+8
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
30
-64
/
+70
*
Remove wstring file path helpers from test_file_util.
brettw@chromium.org
2014-08-07
1
-5
/
+20
*
Remove redundant mapping of net errors to strings.
mmenke@chromium.org
2014-08-07
5
-18
/
+35
*
Update manually triggered try jobs to use swarming for ChromeOS and Mac since...
jam@chromium.org
2014-08-07
1
-1
/
+1
*
This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...
mshelley@chromium.org
2014-08-07
9
-81
/
+104
*
Add fake headers to URLRequestRedirectJobs.
mmenke@chromium.org
2014-08-06
4
-26
/
+125
*
QUIC - Added Net.QuicClientHelloServerConfig.InvalidDuration histogram
rtenneti@chromium.org
2014-08-06
1
-5
/
+6
*
Revert 284806 "Disable two recent Channel ID-related CLs to inve..."
wtc@chromium.org
2014-08-06
2
-7
/
+1
*
Enable QUIC_VERSION_21.
rch@chromium.org
2014-08-06
1
-1
/
+1
*
Move construction of flow_controller_ to QuicSession constructor to avoid str...
rjshade@chromium.org
2014-08-06
1
-3
/
+2
*
Handle multiple simultanous wss: connections.
ricea@chromium.org
2014-08-05
8
-60
/
+210
*
Initialize HttpNetworkSession::Params member after r287408.
thestig@chromium.org
2014-08-05
1
-0
/
+1
*
DiskBasedCertCache method name change + readability fixes.
brandonsalmon@chromium.org
2014-08-05
4
-115
/
+118
*
DNS: Don't spin on unexpected EOF reading TCP response
ttuttle@chromium.org
2014-08-05
2
-8
/
+109
*
This CL is a better implementation of https://codereview.chromium.org/3289030...
mshelley@chromium.org
2014-08-05
21
-151
/
+1301
*
Extend ProofVerifierChromium and ProofVerifyDetailsChromium.
wtc@chromium.org
2014-08-04
9
-17
/
+109
*
QUIC - Added separate error condition for invalid expiry seconds and
rtenneti@chromium.org
2014-08-03
1
-2
/
+9
*
Test NSSCertDatabaseChromeOS in the presence of the system slot.
pneubeck@chromium.org
2014-08-02
4
-49
/
+104
*
Enable system NSS key slot.
pneubeck@chromium.org
2014-08-02
10
-52
/
+286
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-08-02
54
-1933
/
+743
*
Land Recent QUIC Changes
rtenneti@chromium.org
2014-08-01
35
-157
/
+494
*
Attempt to fix UnixDomainServerSocketTest.AcceptWithForbiddenUser
mmenke@chromium.org
2014-07-31
1
-18
/
+15
*
Ignore cookie where both name and value are empty in SPDY header block
xunjieli@chromium.org
2014-07-31
2
-4
/
+59
*
gn win: Don't build quic_server, depends unconditionally on boringssl
scottmg@chromium.org
2014-07-31
1
-1
/
+2
*
QUIC - enable persisting of QUICServerInfo (server config) to disk
rtenneti@chromium.org
2014-07-31
1
-1
/
+1
*
Implement QUIC key extraction.
wtc@chromium.org
2014-07-31
9
-28
/
+229
*
Http cache: Add support for HEAD requests.
rvargas@chromium.org
2014-07-31
3
-11
/
+382
*
Disable SPDY and QUIC session pooling.
rch@chromium.org
2014-07-30
6
-7
/
+23
*
Start using L preview API for receiving proxy information.
sgurun@chromium.org
2014-07-30
1
-4
/
+16
*
Switched calculation of decode/holdback info to avoid confusion if the request
rdsmith@chromium.org
2014-07-30
1
-4
/
+5
*
Initial implementation of Chrome-Freshness header.
ricea@chromium.org
2014-07-30
5
-23
/
+287
*
Fixes to the SHA256 X509 Certificate fingerprint API.
jww@chromium.org
2014-07-30
3
-26
/
+27
*
Implement JwkSerializer for OpenSSL.
davidben@chromium.org
2014-07-30
2
-45
/
+109
*
Implement ALPN for SSLClientSocketOpenSSL.
davidben@chromium.org
2014-07-30
11
-82
/
+83
*
Revert a change to the condition under which we will verify the proof in
wtc@chromium.org
2014-07-30
1
-2
/
+11
*
Refactor net::MimeUtil media code to return "probably" for codecs the platfor...
acolwell@chromium.org
2014-07-29
1
-187
/
+358
[next]