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
*
Getting rid of SpdyFramer::GetControlFrameStreamId(), which cleans up the cod...
akalin@chromium.org
2013-02-13
3
-75
/
+22
*
Revert 182279 due to failure in CloudPolicyTest.FetchPolicyWithRotatedKey on ...
rdsmith@chromium.org
2013-02-13
1
-15
/
+14
*
Centralize logic for calculating (minimum) size of SPDY frames, by type, in S...
akalin@chromium.org
2013-02-13
3
-163
/
+142
*
Return specific cert verification errors on Android
ppi@chromium.org
2013-02-13
10
-58
/
+159
*
Verify the signature on user cloud policy downloads.
joaodasilva@chromium.org
2013-02-13
1
-14
/
+15
*
Add WifiPHYLayerProtocol to SystemProfile.
szym@chromium.org
2013-02-13
3
-0
/
+164
*
Add CLIENT_CERT_TYPE_DSS_SIGN to net::SSLClientCertType
digit@chromium.org
2013-02-13
2
-0
/
+12
*
Remove bad const from disk_cache::Backend interface.
gavinp@chromium.org
2013-02-12
4
-15
/
+15
*
Opus extension to mimetype map so files with .opus play instead of download, ...
fbarchard@chromium.org
2013-02-12
1
-1
/
+1
*
Refactor in preparation for SPDY 4, part 1.
akalin@chromium.org
2013-02-12
7
-152
/
+684
*
Remove unused pieces of URLRequestJobFactory API.
pauljensen@chromium.org
2013-02-12
9
-352
/
+18
*
SPDY - Added unit tests for use after free of SpdySession
rtenneti@chromium.org
2013-02-12
2
-98
/
+240
*
Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.
thestig@chromium.org
2013-02-12
8
-112
/
+113
*
Invalid flags now result in a GOAWAY
akalin@chromium.org
2013-02-12
4
-41
/
+398
*
This patch adds some Android-support code to allow the network
digit@chromium.org
2013-02-11
20
-0
/
+2318
*
net: add (*.)lockify.com to HSTS preloaded.
agl@chromium.org
2013-02-11
2
-0
/
+2
*
[net/dns] Ignore transient flutter of resolv.conf.
szym@chromium.org
2013-02-11
2
-8
/
+22
*
Add DCHECK for these-should-never-be-hit SpdyFrameBuilder error conditions.
akalin@chromium.org
2013-02-11
1
-21
/
+14
*
Revert 181627
rtenneti@chromium.org
2013-02-11
2
-14
/
+1
*
SPDY - Small bug fix for user after free. Will revert the
rtenneti@chromium.org
2013-02-10
1
-6
/
+7
*
Revert 181626
rtenneti@chromium.org
2013-02-09
2
-1
/
+14
*
Revert 181569
rtenneti@chromium.org
2013-02-09
2
-14
/
+1
*
Stop testing invalid flag values.
akalin@chromium.org
2013-02-09
2
-24
/
+16
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
31
-204
/
+208
*
[net/dns] Add AsyncDNS.WatchStatus histogram.
szym@chromium.org
2013-02-08
3
-1
/
+36
*
SPDY - Added back code that deleted read_pending_.
rtenneti@chromium.org
2013-02-08
2
-1
/
+14
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Treat iOS the same as Android for pinning.
agl@chromium.org
2013-02-08
1
-1
/
+1
*
Make DiskCacheTest.MultipleInstances pass in net_unittests on Windows 64-bit
wfh@chromium.org
2013-02-08
1
-2
/
+2
*
Remove dead code
akalin@chromium.org
2013-02-08
4
-40
/
+2
*
Fix a crash in dtls_FreeHandshakeMessages.
wtc@chromium.org
2013-02-08
4
-0
/
+23
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
131
-642
/
+671
*
[net/dns] Add AsyncDNS.SuffixSearchLength histogram.
szym@chromium.org
2013-02-08
1
-0
/
+11
*
The hashAlg field of CK_NSS_MAC_CONSTANT_TIME_PARAMS has been
wtc@chromium.org
2013-02-08
2
-6
/
+6
*
adding a const kSpdyVersion3
akalin@chromium.org
2013-02-08
1
-0
/
+2
*
Include destination port for websocket throttling.
ricea@chromium.org
2013-02-08
5
-57
/
+93
*
Refactoring in preparation for handling CREDENTIAL in SpdyClientDispatcher.
akalin@chromium.org
2013-02-08
2
-4
/
+4
*
Remove deprecated POST_WITHOUT_BODY
hidehiko@chromium.org
2013-02-08
2
-9
/
+0
*
Add debug callbacks for frame decompression ratios to SpdyFramerDebugVisitorI...
akalin@chromium.org
2013-02-08
3
-8
/
+44
*
SPDY - implement greedy approach to read all the data and process it
rtenneti@chromium.org
2013-02-08
7
-81
/
+817
*
Minor semantic variable name changes.
akalin@chromium.org
2013-02-08
2
-8
/
+8
*
net: add mega.co.nz and (*.)api.mega.co.nz to HSTS
agl@chromium.org
2013-02-07
2
-1
/
+4
*
net: remove rhcloud.net from HSTS list.
agl@chromium.org
2013-02-07
1
-1
/
+0
*
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
brettw@chromium.org
2013-02-07
2
-16
/
+18
*
Move client certificates retrieval logic out of the SSL sockets.
ppi@chromium.org
2013-02-07
10
-361
/
+37
*
Add SpdyFramerDebugVisitorInterface for later usage in stats collecting
akalin@chromium.org
2013-02-06
3
-1
/
+59
*
Remove HttpCache.*.SmallResource tracking.
gavinp@chromium.org
2013-02-06
2
-56
/
+0
*
Allow no content-type for POST, PUT and PATCH methods.
hidehiko@chromium.org
2013-02-06
2
-10
/
+31
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
6
-10
/
+4
*
Add retry function to AccountManagerHelper when called from foreground
clamy@chromium.org
2013-02-06
1
-0
/
+8
[next]