summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [GCM] Unrevert initial GCM patchzea@chromium.org2013-10-222-5/+5
* Fixed RTL on FTP pagebeaufort.francois@gmail.com2013-10-221-4/+8
* Implement support for p2p socket UDP packages to set the Differntiated Servic...hubbe@chromium.org2013-10-229-0/+74
* net: Implement CreateDomainBoundCertEC for openssldigit@chromium.org2013-10-212-78/+259
* This causes ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY and ERR_SSL_PINNED_KEY_NOT_I...felt@chromium.org2013-10-214-13/+34
* Add a new histogram to track he value of the TCP cubic sender's CWNDrch@chromium.org2013-10-201-0/+3
* android: Enable -Wunused-const-variable.thakis@chromium.org2013-10-202-7/+3
* Fix for proxy-bypass support on iOS.marq@chromium.org2013-10-202-119/+211
* Do not allow the server certificate to change in a renegotiation.wtc@chromium.org2013-10-193-0/+20
* Add a new histogram to track the number of QUIC streams openedrch@chromium.org2013-10-191-0/+1
* Add a new histogram for tracking the number of QUIC streamsrch@chromium.org2013-10-191-0/+2
* Revert r229540 "Changes to reinitialize the appcache system if/when DiskCache...pfeldman@chromium.org2013-10-191-1/+0
* Revert r229533 "[GCM] Initial work to set up directory structure and introduc...pfeldman@chromium.org2013-10-192-5/+5
* Changes to reinitialize the appcache system if/when DiskCache initialization ...michaeln@chromium.org2013-10-191-0/+1
* [GCM] Initial work to set up directory structure and introduce socket integra...zea@chromium.org2013-10-192-5/+5
* [Net] Separate out NUM_PRIORITIES from RequestPriority enumakalin@chromium.org2013-10-1914-31/+39
* Remove HSTS preload for translate.google.com.palmer@chromium.org2013-10-182-2/+0
* [TestWebServer] Add support for running actions when responding.tedchoc@chromium.org2013-10-181-10/+46
* Add two new histograms for the QUIC error code reported when stream was reset.rch@chromium.org2013-10-181-0/+5
* Add support for avc3 codec string.acolwell@chromium.org2013-10-181-0/+1
* Implement x509_util::CreateSelfSignedCert() for OpenSSL.digit@chromium.org2013-10-184-8/+97
* [SPDY] Insert bounds checks for data structures indexed by RequestPriorityakalin@chromium.org2013-10-183-6/+23
* [websocket_channel_test] Some edit for readabilitytyoshino@chromium.org2013-10-171-16/+22
* When a request fails because the QUIC handshake failed, retry the requestrch@chromium.org2013-10-1713-40/+266
* Make HttpNetworkTransaction no longer own a reference to HttpNetworkSession.mmenke@chromium.org2013-10-173-132/+128
* Don't check the result of new for NULL.thakis@chromium.org2013-10-171-1/+1
* [SPDY] Fix flaky SpdyNetworkTransactionTest.WriteError unit testakalin@chromium.org2013-10-171-6/+17
* [SPDY] Log SPDY priority for SYN_STREAMsakalin@chromium.org2013-10-171-29/+62
* Disable QUIC version 11 to avoid negotiation bugsrch@chromium.org2013-10-161-1/+1
* net: Allow URLFetcher users to inject custom URLFetcherResponseWriterhashimoto@chromium.org2013-10-168-6/+38
* Enable EV bits for E-Tugra, TWCA, and CNNICrsleevi@chromium.org2013-10-161-5/+23
* Disable a hanging test (LargePostWithNoPacketLoss).eroman@chromium.org2013-10-161-3/+3
* [Net] Log RequestPriority instances as strings instead of integersakalin@chromium.org2013-10-167-8/+42
* Fix a bug in QuicFramer which caused the crypto client stream to berch@chromium.org2013-10-151-4/+3
* Fix QuicConnectionHelper's alarm implementationrch@chromium.org2013-10-153-10/+52
* net: Add some extra cache histograms.rvargas@chromium.org2013-10-152-0/+22
* Disable a hanging test (LargePostWithNoPacketLoss).eroman@chromium.org2013-10-151-1/+2
* Cleanup: Fix style errors and remove unused #includes in net/base/net_util.h,...thestig@chromium.org2013-10-141-6/+4
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-1456-466/+837
* Revert 227219 "Revert 226920 "Roll Clang 188423:191856.""thakis@chromium.org2013-10-121-1/+7
* Fixes to net/ to compile on VS2013scottmg@chromium.org2013-10-1210-0/+20
* Revert 228112 "Land Recent QUIC changes."rtenneti@chromium.org2013-10-1135-495/+325
* Revert 228145 "Land Recent QUIC changes."rtenneti@chromium.org2013-10-1131-295/+127
* Rename status_line in WebSocketHandshakeRequestHandler to request_linetyoshino@chromium.org2013-10-112-10/+10
* Retain empty first frames as well as final frames.ricea@chromium.org2013-10-113-67/+240
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-1131-127/+295
* Factor out serialized size calculating code from WebSocketBasicStream::WriteF...tyoshino@chromium.org2013-10-111-16/+30
* Introduce WebSocketDeflateStream.yhirano@chromium.org2013-10-118-24/+1378
* net: Manage all response writing related information with URLFetcherResponseW...hashimoto@chromium.org2013-10-114-127/+82
* [SocketStream unittest] Add GetSeenEvents check and method reordering for rea...tyoshino@chromium.org2013-10-111-4/+29