summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* (1) Chrome data compression proxy should use QUIC only iftbansal2015-02-205-6/+19
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-1/+8
* Instrumenting QUIC code to find jank in GetConnectionDescriptionStringrtenneti2015-02-192-0/+27
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-192-22/+22
* Add a dedicated SSL protocol version metric.davidben2015-02-196-37/+6
* net: allow False Start only for >= TLS 1.2 && AEAD && forward-secure && ALPN/...davidben2015-02-193-3/+33
* Make warning verbose in CreateUsingSystemProxyResolver.skobes2015-02-191-2/+1
* net: a batch of manual HSTS updates.Adam Langley2015-02-192-1342/+1391
* Bypass QUIC proxy on ERR_QUIC_HANDSHAKE_FAILEDtbansal2015-02-192-56/+63
* Refresh Public Suffix List to the latest versionrsleevi2015-02-192-33/+508
* Make SimpleCache creation threadsafe.mmenke2015-02-191-14/+23
* Allow URLRequest::AppendChunkToUpload to take 0-byte final chunks.mmenke2015-02-193-51/+360
* Bad QUIC proxies are now bypassed.tbansal2015-02-192-0/+65
* Follow-up to https://codereview.chromium.org/938853002dougk2015-02-192-8/+2
* Add STS and PKP preloads for chrome.com.palmer2015-02-192-1261/+1265
* quic_client should check return codes when parsing command-line flags.dougk2015-02-182-2/+14
* Add a new histogram Net.QuicSession.HeadersStreamEarlyFramesReceivedrch2015-02-185-2/+13
* Instrumenting QUIC code to find jank.rtenneti2015-02-183-3/+19
* URLRequestHttpJob: don't crash in GetMimeTypeellyjones2015-02-171-1/+4
* PCHECK when closing UDP socketssergeyu2015-02-171-2/+1
* Add a function to get Wifi SSID to net_util.meacer2015-02-177-0/+133
* Land Recent QUIC Changes.rtenneti2015-02-1745-351/+263
* Skip IPv6 probes when resolving IPv4 literals. The probes aren'tpauljensen2015-02-171-1/+8
* Make the mime utils comply with rfc4052.mtomasz2015-02-163-75/+149
* Re-sort GYP files with the latest version of tools/source_list.pysatorux2015-02-164-10/+10
* Minor changes to triage docs.jri2015-02-142-4/+9
* Fix a crash in the FileStream::Context::Read code path where we were invoking...ananta2015-02-142-21/+45
* Change the QuicEncrypter to accept a pre-allocated buffer instead ofrtenneti2015-02-1311-88/+124
* Added chunked upload support for embedded_test_serverxunjieli2015-02-133-1/+76
* Sort GN files under netsatorux2015-02-132-23/+23
* Roll BoringSSL 8f5e2eb..3bb4178davidben2015-02-131-2/+0
* Know the process shared library loaded in.michaelbai2015-02-131-1/+2
* Implement browser-side host resolver Mojo service.amistry2015-02-1312-4/+675
* Cosmetic changes (spelling, grammar) and fix an annoyance.dougk2015-02-131-1/+1
* Modify SSLClientSocketOpenSSL to log to NetLog when ChannelID isrch2015-02-131-0/+2
* net: manual request to remove miniku.net from HSTS preloading.Adam Langley2015-02-122-168/+166
* SimpleCache: max at 5 threads in the poolpasko2015-02-121-12/+3
* Sort GYP files under net using tools/sort_sources.pysatorux2015-02-122-80/+80
* Add WebSocket cookie tests.yhirano2015-02-127-197/+837
* Add preload submissions as of 2015-02-11.lgarron2015-02-122-1288/+1424
* removing all the code related to chrome://statscpu2015-02-1211-81/+5
* net: Update mime_util to disable Ogg Opus on Android.vigneshv2015-02-121-17/+23
* Http Cache: Include Content-length when serving HEAD requests from cached spa...rvargas2015-02-113-3/+2
* Change QuicPacketCreator to create an EncryptedPacket, to prevent thertenneti2015-02-1124-236/+226
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-114-0/+27
* QUIC - Added enable_connection_racing finch experiment to test racing ofrtenneti2015-02-115-1/+7
* Change the interface of QuicDecrypter to accept an already allocatedrtenneti2015-02-1121-176/+273
* Add RedirectInfo as a redirect parameter to ResourceThrottles.mmenke2015-02-113-32/+25
* Remove the scoped tracker for FileStream::Context::Read on Windows.ananta2015-02-111-5/+0
* Perform ClientHello padding if the field trial is enabled forjeremyim2015-02-107-5/+39