summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-029-89/+118
* Disabled shared crypto config code to isolate youtube performance issuesrtenneti@chromium.org2013-10-022-2/+4
* net: add cupcake.(io|is) and tent.io to HSTS preloaded.agl@chromium.org2013-10-012-0/+6
* Fix handling of URLs from DHCP server. Remove a DCHECK which proved wrong.joi@chromium.org2013-10-013-18/+51
* Create a new SimpleRandom class to be used for generating the fake packetrch@chromium.org2013-10-012-2/+32
* Change SSL_PeerCertificateChain to return a CERTCertList.wtc@chromium.org2013-10-016-43/+151
* FIxed NetworkInterface::network_prefix calculation on XP.vitalybuka@chromium.org2013-10-012-14/+34
* Disabled failing CertVerifyProcTest tests.dcheng@chromium.org2013-10-011-2/+2
* net: add several Atlassian sites to HSTS preloaded.agl@chromium.org2013-09-302-0/+6
* Consolidate TestURLFetcherFactory::SetFakeResponsemnissler@chromium.org2013-09-302-14/+2
* Fix uninitialized var in QuicEndToEndTestrch@chromium.org2013-09-301-1/+2
* Attempt to do a bona-fide end-to-end Chrome QUIC test.rch@chromium.org2013-09-303-0/+310
* base: Move PerfTimer out of test/ directory.tfarina@chromium.org2013-09-293-7/+7
* Fix bug in QuicSocketUtils::GetAddressFromMsghdr. This bug resultsrch@chromium.org2013-09-291-7/+14
* Break out balsa and epoll_server from net/tools/flip_server.rch@chromium.org2013-09-2961-177/+329
* Cleanup of GetNetworkList code.vitalybuka@chromium.org2013-09-293-18/+8
* Support IDNA 2008 with UTS46.jshin@chromium.org2013-09-291-23/+63
* Cleanup of QuicInMemoryCache to sync with internal version.rch@chromium.org2013-09-2810-61/+155
* First cut at sharing server config between youtube servers.rtenneti@chromium.org2013-09-285-1/+129
* Don't log a messsage on decryption failure.wtc@chromium.org2013-09-271-3/+0
* Revert 225588 "Cleanup of QuicInMemoryCache to sync with interna..."timurrrr@chromium.org2013-09-2710-150/+57
* XP bots failed it->network_prefix > 0 check.vitalybuka@chromium.org2013-09-271-0/+2
* Disabled flaky EndToEndTests/EndToEndTest.LargePostNoPacketLoss.rtenneti@chromium.org2013-09-271-1/+2
* Cleanup of QuicInMemoryCache to sync with internal version.rch@chromium.org2013-09-2610-57/+150
* Remove unused request_id member from HttpRequestInfo.eustas@chromium.org2013-09-264-7/+0
* Simple Cache: Add two optional stream 2 histogramsttuttle@chromium.org2013-09-266-16/+35
* Revert 225492 "Revert 225155 "Keep running mdns client even if e..."vitalybuka@chromium.org2013-09-263-63/+62
* Add xdisplaycheck as a dependency to net_unittests.maruel@chromium.org2013-09-261-20/+2
* Purge memory after every ProxyResolverV8 test.yangguo@chromium.org2013-09-262-8/+6
* Revert 225155 "Keep running mdns client even if either IPv4 or I..."vitalybuka@chromium.org2013-09-263-62/+63
* SimpleCache: Doom Optimistic Write race testclamy@chromium.org2013-09-261-0/+50
* Most of the WebSocket code does not need to care about the originalricea@chromium.org2013-09-269-1035/+1208
* Make QUIC acks instigate not acks.rch@chromium.org2013-09-261-1/+1
* Disconnect native messaging port on read pipe EOF.sergeyu@chromium.org2013-09-261-0/+2
* Simple Cache: A few nits for optional stream 2ttuttle@chromium.org2013-09-262-35/+21
* Added NetworkInterface::network_prefix.vitalybuka@chromium.org2013-09-267-49/+81
* NSS: don't advertise TLS 1.2-only ciphersuites in a TLS 1.1 ClientHello.agl@chromium.org2013-09-264-25/+213
* Revert 225303 "Added NetworkInterface::network_prefix."vitalybuka@chromium.org2013-09-267-82/+49
* Factor out ServerThread from the QUIC EndToEndTest in order to reuse inrch@chromium.org2013-09-266-87/+153
* Added NetworkInterface::network_prefix.vitalybuka@chromium.org2013-09-267-49/+82
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-0/+4
* Clean up a few unused globals.thakis@chromium.org2013-09-2520-101/+20
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-2521-430/+886
* Keep running mdns client even if either IPv4 or IPv6 bind failed.vitalybuka@chromium.org2013-09-253-63/+62
* net: add (*.)strongest-privacy.com to HSTS preloaded.agl@chromium.org2013-09-242-0/+2
* net: disable TLS False Start.agl@chromium.org2013-09-242-3/+2
* Fix a UAF defect on SocketStream.yhirano@chromium.org2013-09-243-3/+67
* Implement QUIC's FLAGS_fake_packet_loss_percentage in chrome.rch@chromium.org2013-09-243-10/+9
* net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...hashimoto@chromium.org2013-09-249-58/+64
* Land Recent QUIC changes.rtenneti@chromium.org2013-09-2436-292/+361