summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr in Files-map and remove unused functionsolli.raula2015-12-292-24/+7
* Make the OCSP Init Singleton Lazyrsleevi2015-12-281-5/+1
* Makes DatagramClientSocket::GetBoundNetwork const.jri2015-12-286-6/+7
* Landing Recent QUIC changes until 12/18/2015 13:57 UTCfayang2015-12-2864-263/+1077
* Add a missing switch-case break in Quic codetzik2015-12-281-0/+1
* Switch to standard integer types in base/.avi2015-12-264-0/+8
* Clean up header files.avi2015-12-2610-1/+17
* Convert Pass()→std::move() in //netdcheng2015-12-26242-1434/+1625
* Switch to standard integer types in base/strings/.avi2015-12-251-0/+2
* net: get rid of NetAddressToStringXXX functions from net_util.htfarina2015-12-246-175/+52
* Convert raw FtpTransaction pointers to scoped_ptr<FtpTransaction>.tfh2015-12-245-8/+11
* QUIC - added histograms to measure time for proof verification. This isrtenneti2015-12-231-0/+15
* Stop including subdomains for woima.fi in the HSTS preload list.lgarron2015-12-232-5/+4
* Add new helpers to net::IPAddress.martijn2015-12-223-12/+55
* net: stop publishing GetPortFromSockaddr() to the worldtfarina2015-12-223-36/+36
* Adds socket param to OnReadError in QuicPacketReader's Visitor interface.jri2015-12-226-6/+10
* net: add a method to AddressList that takes an IPAddresstfarina2015-12-222-0/+12
* GN: Make enable_websockets and disable_file_support GN argsagrieve2015-12-221-3/+5
* Only use scoped_ptr<BidirectionalStreamJob> if ENABLE_BIDIRECTIONAL_STREAM is...Nico Weber2015-12-227-3/+41
* HttpServerProperties - Minor reorganization of code in preperation forrtenneti2015-12-222-35/+61
* net: add a ctor to IPEndPoint that takes an IPAddresstfarina2015-12-222-5/+19
* Only use RFC 7539 ChaCha20-Poly1305 when it is supported. Add IsSupported() m...rch2015-12-2220-4/+674
* Add UMAs for checking header values against RFC 7230 in //nethiroshige2015-12-224-0/+74
* Added a net::BidirectionalStream to expose a bidirectional streaming interfacexunjieli2015-12-2229-36/+2654
* [Android] Add ChromiumNetTestSupport.apk for the java EmbeddedTestServer. (RE...jbudorick2015-12-2213-49/+592
* Fix handling of wildcards in administrative/unilateral name constraints.mattm2015-12-225-192/+202
* net: mark some functions in net_util.h as publictfarina2015-12-211-3/+3
* Log the signature parameters with SSL_PRIVATE_KEY_OPERATION.davidben2015-12-212-3/+53
* Certificate Transparency: Verification of consistency proofseranm2015-12-218-2/+770
* Handle HTTP headers case-insensitively on the test servertzik2015-12-211-1/+11
* Switch to standard integer types in net/.Avi Drissman2015-12-201074-4573/+5416
* Remove DeterministicSocketData, replacing it with SequencedSocketData.mmenke2015-12-199-1793/+327
* Uprev NSS (in libssl) to NSS 3.21rsleevi2015-12-1948-1392/+3164
* AlternativeServiceServers - Added couple of histograms to measure ifrtenneti2015-12-181-0/+11
* net: remove IPAddressNumber typedef from net_util.htfarina2015-12-182-6/+1
* Remove use of DeterministicSocketData from QUIC tests.mmenke2015-12-184-443/+145
* Ignore expired alternative service entries on disk.bnc2015-12-183-1/+52
* SPDY Servers - Servers that are restored from preferences maintain MRU orderrtenneti2015-12-182-11/+80
* Ran clang-format on all .h/.cc files in net/quic. No behavior change.rjshade2015-12-18244-4067/+3272
* Roll src/third_party/boringssl/src afd565ff9..9f897b258davidben2015-12-183-6/+21
* Ship cookie prefixesestark2015-12-189-109/+15
* Remove ScopedVector from url_request_context_builderolli.raula2015-12-182-11/+11
* SPDY Settings - preferences read from the disk maintain MRU orderrtenneti2015-12-182-20/+105
* Changes to AlternativeServices initialization to maintain MRU order.rtenneti2015-12-182-7/+29
* Changes to ServerNetworkStatsMap initialization to maintain MRU order ofrtenneti2015-12-182-10/+70
* Changes to QuicServerInfoMap initialization to maintain MRU order of thertenneti2015-12-182-11/+71
* Fix proxy settings extraction for Android 4.4W (KITKAT_WATCH)DreifachStein2015-12-181-4/+5
* Add initial code for verifying a certificate chain.eroman2015-12-186-2/+869
* net: net_util.h includes cleanuptfarina2015-12-184-12/+11
* Landing Recent QUIC changes until 12/14/2015 21:22:02 UTCdanzh2015-12-1832-402/+435