summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-088-18/+17
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-088-17/+18
* Disk cache: Increase the maximum number of threads on the cache pool to 20.rvargas@chromium.org2013-12-081-1/+1
* net: block an ANSSI intermediate CA.agl@chromium.org2013-12-071-1/+5
* net: add (data|publications).qld.gov.au to HSTS preloaded.agl@chromium.org2013-12-072-0/+4
* net: fixup transport_security_state_static.h from JSON data.agl@chromium.org2013-12-071-2/+2
* net: use model NSS socket to save setting the cipher order every time.agl@chromium.org2013-12-075-67/+66
* net: implement TLS_FALLBACK_SCSV.agl@chromium.org2013-12-0716-3/+303
* Open more file types in Chrome, and audit the dangerous file extensions.palmer@chromium.org2013-12-071-3/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-078-18/+17
* [GCM] Add connection factory for creating MCS connectionszea@chromium.org2013-12-062-0/+40
* Revert "Revert: "net: don't allow SSLv3 fallback for Google properties.""agl@chromium.org2013-12-062-155/+2
* Fix flaky thread number DCHECK in KioskTest.xiyuan@chromium.org2013-12-062-5/+27
* Certificate Transparency: Use SCTs obtained from tls extension.eranm@google.com2013-12-061-1/+1
* Add "application/zip" => ".zip" to the Linux/ChromeOS preferred extension map.kinaba@chromium.org2013-12-061-0/+1
* Cleanup: Do not use wide strings in http auth code.thestig@chromium.org2013-12-0611-40/+38
* Avoid calling blocking and thread unsafe functions inpauljensen@chromium.org2013-12-052-6/+28
* Add {cloud,glass,play}.google.com to the preloads.palmer@chromium.org2013-12-052-0/+6
* Stop using third_party\python_26 for many tests.maruel@chromium.org2013-12-055-18/+25
* Add support of IP_MULTICAST_IF in UDP sockets.vitalybuka@chromium.org2013-12-059-18/+160
* Added net::NetworkInterface::interface_index.vitalybuka@chromium.org2013-12-056-9/+76
* Support SPDY3 on Flip Server.yhirano@chromium.org2013-12-057-67/+347
* Add tests for WebSocketHandshakeStreamCreateHelper and WebSocketStream::Creat...ricea@chromium.org2013-12-059-2/+854
* Replace DLOG(WARNING)with DVLOG(1)in HttpStreamFactory::ProcessAlternateProtocoladamk@chromium.org2013-12-051-9/+9
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-042-4/+4
* Move mention of string_piece_utils.h in net.gyp to reflect new location.bungeman@chromium.org2013-12-041-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-049-11/+11
* Make resource throttles and AsyncResourceHandler add events to NetLogmmenke@chromium.org2013-12-043-61/+67
* Revert 238715 "Reland 238671 "Added net::NetworkInterface::inter..."robliao@chromium.org2013-12-046-60/+9
* Use SHA-1 in TLS 1.2 client auth if the server requests it.davidben@chromium.org2013-12-044-27/+196
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-044-45/+45
* Reland 238671 "Added net::NetworkInterface::interface_index."dubroy@chromium.org2013-12-046-9/+60
* Revert 238671 "Added net::NetworkInterface::interface_index."dubroy@chromium.org2013-12-046-60/+9
* Added net::NetworkInterface::interface_index.vitalybuka@chromium.org2013-12-046-9/+60
* Don't deserialize empty TransportSecurityStates.palmer@chromium.org2013-12-041-0/+3
* Log QUIC crypto handshake tag values in the "correct" format.rch@chromium.org2013-12-041-3/+15
* Do not spawn a thread in browser/interactive ui tests before spawning sandbox...oshima@chromium.org2013-12-042-17/+65
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-037-7/+7
* Fill the TLS padding extension with zero bytes instead of spaces.wtc@chromium.org2013-12-032-2/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-0313-24/+24
* nss: fix order of parenthesis.agl@chromium.org2013-12-032-2/+2
* Move temp file functions to base namespace.brettw@chromium.org2013-12-039-36/+36
* net: Implement new SSL session cache for OpenSSL sockets.digit@chromium.org2013-12-035-147/+995
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-039-11/+8
* Add human-readable versions of the certificates.wtc@chromium.org2013-12-031-0/+88
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-1/+1
* Use TotalBufferSize instead of Size when logging the length of a data frame.rch@chromium.org2013-12-021-1/+1
* Remove some duplicate code in quic tests.eroman@chromium.org2013-12-025-221/+95
* net: enable ChaCha20 based cipher suites.agl@chromium.org2013-12-021-5/+0
* QUIC - Move the logic for allowing a larger max from SetDefaults to thertenneti@chromium.org2013-12-021-2/+0