summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Change Maximum number of tracked packets from 5 to 15 timesrtenneti2015-06-152-6/+6
* Store network quality samples so we can compute percentiles.tbansal2015-06-138-118/+316
* net: Remove npapi entry from DEPS file.tfarina2015-06-131-2/+0
* Add served cert chain to SSLInfoestark2015-06-1310-40/+31
* Move EndsWith to base namespace.brettw2015-06-1210-18/+18
* Handle IllegalArgumentException when calling verifyServerCertificates.palmer2015-06-121-0/+2
* Add <stdarg.h> include required for va_start/va_end in GCCphilipj2015-06-121-0/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-1217-31/+35
* Landing Recent QUIC changes until 06/07/2015.rtenneti2015-06-1246-531/+949
* Remove base/port.h includes that are not necessary anymore.tfarina2015-06-116-6/+0
* Make FTP EPSV/PASV and PepperWebSocketHost support port override list.mmenke2015-06-116-88/+75
* Clear the URLRequest.proxy_server_ field when restarting a request.sclittle2015-06-111-0/+1
* Correct iOS device build for latest Xcode beta.justincohen2015-06-111-1/+5
* SDCH: remove secure support experimentellyjones2015-06-115-65/+5
* Fixing incorrect certificate requirement for QUIC proxy.bnc2015-06-112-6/+60
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-11126-737/+783
* Use net's response header parser for parsing multipart headers.haavardm2015-06-113-9/+66
* Add a new prefer_aes finch options for QUIC.rch2015-06-105-1/+11
* Combine ChannelIDService::RequestHandle and ChannelIDServiceRequest classesnharper2015-06-107-247/+188
* Remove SpdyPriorityForest, which is unused and obsolete.bnc2015-06-103-812/+0
* Use struct AlternativeService in OnAltSvc() and OnSpdyAltSvc() methods.bnc2015-06-1010-143/+125
* Move EqualsASCII to the base namespace.brettw2015-06-105-8/+8
* HttpServerProperties - Don't persist if SetSupportsQuic is called withrtenneti2015-06-102-1/+8
* Add stack traces to all AssertNoURLRequest crashes.mmenke2015-06-102-7/+7
* Reads network quality provided by the NQE and compares ittbansal2015-06-091-1/+2
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-0922-103/+112
* Move StringToUpperASCII to base namespacebrettw2015-06-092-5/+7
* Fix broken connectivity event listener registration on Androidjkarlin2015-06-092-0/+67
* Remove ICS and remnants of DSA support for Android key store.davidben2015-06-098-176/+41
* Remove unnecessary ExpectLogContainsEventSomewhere in ConnectClientAuthCertRe...davidben2015-06-092-10/+4
* Stop using DeterministicSocketData in a couple http_network_transaction_unitt...mmenke2015-06-091-76/+40
* Added characters that look like padlocks to net IDN character blacklist.mgiuca2015-06-092-12/+34
* Consistently use BYTE* instead of PBYTE in openssl_platform_key_win.cc.davidben2015-06-081-10/+9
* Add HSTS preload list submissions as of 2015-06-04.lgarron2015-06-082-1857/+2274
* Update cached certificates on revalidations.davidben2015-06-086-34/+178
* Start using SequencedSocketData in URLRequestFtpJob tests.mmenke2015-06-083-33/+68
* Unify code to deal with restricted ports.mmenke2015-06-086-46/+61
* Remove multiple reader CRC test.rdsmith2015-06-083-37/+4
* Switch WebSocketTests to using SequencedSocketData.mmenke2015-06-084-78/+68
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-0/+1
* Remove dangerous std::string constructor for der::Inputnharper2015-06-065-80/+77
* HttpServerProperties - Don't persist if SetServerNetworkStats is calledrtenneti2015-06-053-1/+20
* net: add gvt2.com as an HSTS, Google domain.Adam Langley2015-06-052-1169/+1173
* HttpServerProperties - Don't persist if ConfirmAlternativeService isrtenneti2015-06-052-1/+54
* HttpServerProperties - Don't persist if ClearAlternativeService isrtenneti2015-06-052-1/+28
* HttpServerProperties - Don't persist if SetSupportsSpdy is called withrtenneti2015-06-056-4/+28
* net: add gvt3.com as an HSTS, Google domain.Adam Langley2015-06-052-1168/+1171
* Switch HttpStreamFactoryTest to using SequencedSocketData.mmenke2015-06-051-19/+12
* Use SequencedSocketData in SpdySessionTest.bnc2015-06-051-941/+873
* Apply sizeof to variables instead of types.wtc2015-06-051-15/+16