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
*
Replace StringToLowerASCII with base::ToLowerASCII
brettw
2015-08-06
2
-5
/
+3
*
Fix cancellation of a pair of URLRequestJob subclasses
mmenke
2015-08-06
5
-36
/
+47
*
Pull ICU, rename component build GN variables.
brettw
2015-08-06
1
-2
/
+2
*
Add CompareSpdyHeaderBlocks() test helper method.
bnc
2015-08-06
5
-21
/
+27
*
Disable */CookieStoreTest/0.TestNonDottedAndTLD tests on iOS 9.
sdefresne
2015-08-06
1
-0
/
+13
*
Net: Handle the case of a < 8 byte HTTP/0.9 response over HTTPS.
mmenke
2015-08-06
1
-28
/
+30
*
[refactor] move BitString from der/input.h --> der/parse_values.h
eroman
2015-08-05
7
-31
/
+35
*
Add API to compute median RTT since a given timestamp
tbansal
2015-08-05
3
-46
/
+134
*
Roll src/third_party/boringssl/src/ to 43bd18f3b2a0b4ae9a807b432631b4cdb8339a46.
davidben
2015-08-05
1
-1
/
+0
*
Fix all failed and canceled URLRequestStatuses without errors.
davidben
2015-08-05
3
-2
/
+28
*
Add Precache.Fetch.ResponseBytes.Network metric.
twifkak
2015-08-05
7
-3
/
+89
*
Change NQE API to provide Getter for each metric.
tbansal
2015-08-05
3
-26
/
+90
*
[HPACK] Do not sort cookie crumbs or remove duplicate crumbs.
bnc
2015-08-05
3
-14
/
+9
*
Enable compilation of QUIC for (P)NaCl.
sergeyu
2015-08-05
3
-198
/
+200
*
Add ellyjones and xunjieli to net/OWNERS.
mmenke
2015-08-04
1
-0
/
+2
*
Revert of Net: Stop treating partial HTTP headers as a valid response. (patc...
zmo
2015-08-04
3
-88
/
+123
*
[HPACK] Ignore optional whitespace in cookie crumbles.
bnc
2015-08-04
2
-7
/
+23
*
Remove empty alternative service vector for canonical hosts.
bnc
2015-08-04
2
-0
/
+42
*
Add some instrumentation to investigate a possible use after free.
rtenneti
2015-08-04
3
-3
/
+74
*
Add some instrumentation to investigate a possible use after free.
rtenneti
2015-08-04
2
-0
/
+62
*
Make RuleBasedHostResolverProc methods to add/remove rules threadsafe.
mmenke
2015-08-04
2
-5
/
+21
*
Implement P2P QUIC connections.
sergeyu
2015-08-04
12
-9
/
+902
*
Net: Stop treating partial HTTP headers as a valid response.
mmenke
2015-08-04
3
-123
/
+88
*
Remove empty alternative service vector from |alternative_service_map_|.
bnc
2015-08-04
2
-0
/
+41
*
Revert of Move net::FormatUrl and friends outside of //net and into //compone...
jochen
2015-08-04
4
-9
/
+1939
*
Memory-only disk cache: Fix GetAvailableRange for small ranges.
rvargas
2015-08-04
2
-1
/
+10
*
Move HPACK implementation to net/spdy/hpack directory.
bnc
2015-08-04
39
-863
/
+828
*
Have ClientSocketPoolBase defriend base::RefCounted.
mmenke
2015-08-03
1
-2
/
+0
*
QUIC - collect histogram data for secure (https) URLs to google servers.
rtenneti
2015-08-03
1
-13
/
+18
*
Revert of Yield in DoReadLoop after 20 ms instead of 50 ms. (patchset #1 id:1...
bnc
2015-08-03
1
-1
/
+1
*
[refactor] Add der::BitString to represent a parsed BIT STRING.
eroman
2015-08-03
12
-137
/
+102
*
Move net::FormatUrl and friends outside of //net and into //components
rsleevi
2015-08-03
4
-1939
/
+9
*
(for QUIC) SPDY Framer: add UMA logging for Net.SpdyHpackDecompressionPercen...
ckrasic
2015-08-03
7
-29
/
+47
*
Handle spurrious notifications in QuicHttpStream::OnDataAvailable
rch
2015-08-03
1
-0
/
+4
*
Replace hex values in SpdyFramerTest.
bnc
2015-08-03
1
-43
/
+43
*
Process Public-Key-Pin-Report-Only headers
estark
2015-08-03
4
-64
/
+251
*
Yield in DoReadLoop after 20 ms instead of 50 ms.
bnc
2015-08-03
1
-1
/
+1
*
Change GURL::DomainIs to take a StringPiece.
qyearsley
2015-08-03
1
-1
/
+1
*
Add parsing for Public-Key-Pins-Report-Only header
estark
2015-07-31
3
-198
/
+299
*
Build net_unittests in Mac GN.
dpranke
2015-07-31
1
-303
/
+301
*
Get WiFi SSID information for Windows.
tbansal
2015-07-31
3
-53
/
+72
*
Add yet more GN isolates ...
dpranke
2015-07-31
1
-1
/
+22
*
Make SpdyFramer be able to process one frame at a time.
bnc
2015-07-31
3
-13
/
+163
*
net: require Google pins for (*.)ggpht.com and (*.)blogspot.com.
Adam Langley
2015-07-31
2
-846
/
+853
*
Process Alt-Svc headers.
bnc
2015-07-31
7
-50
/
+614
*
Remove a race around NetworkChangeNotifier::test_notifications_only_
jkarlin
2015-07-31
2
-14
/
+17
*
Remove myself from OWNERS files.
erikwright
2015-07-31
2
-2
/
+0
*
Enable insecure QUIC if Cronet is built for testing
xunjieli
2015-07-31
2
-2
/
+9
*
Use the CT policy enforcer for QUIC, if specified.
rsleevi
2015-07-31
12
-29
/
+396
*
Move JNI annotations to annotations package.
aurimas
2015-07-30
13
-26
/
+26
[next]