summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add embedder-specific headers to HTTP CONNECT tunnel requestbengr2014-09-1015-44/+265
* Use ScopedEVP_PKEY in keystore_openssl.cc.davidben2014-09-102-57/+47
* Set response headers for data URL.tyoshino2014-09-106-6/+147
* remove >> ambiguity in quic_protocol.hmostynb2014-09-102-2/+3
* Pass in bad proxy to NotifyProxyFallback and not the successful one.kundaji2014-09-092-2/+4
* Added new histogram for analyzing SDCH corruption detection cases.rdsmith2014-09-097-11/+67
* Change SDCHDictionaryFetcher to use URLRequest instead of URLFetcher.rdsmith2014-09-0910-308/+684
* Revert of Revert "net: enable SSL_MODE_CBC_RECORD_SPLITTING with OpenSSL." (p...isherman2014-09-091-0/+1
* Fix bug where QUIC_VERSION_21 would stall after sending too many headers.rjshade2014-09-092-1/+24
* Add HttpCache.ExternallyConditionalized histogram.ricea2014-09-091-0/+23
* gn/linux: warnings as errors, turn on Wextrascottmg2014-09-091-1/+1
* Add various fields of the QUIC ack frame to net-internals.rch2014-09-091-0/+25
* Componentize component_updater: Move URLRequestPrepackagedInterceptor from co...tommycli2014-09-094-0/+287
* Make URLRequest's constructor private, and make URLRequestContext a friend cl...mmenke2014-09-0913-217/+223
* Adds ability to disable connection pooling in QUIC.jri2014-09-095-1/+217
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+14
* Add a new histogram for tracking how much time is spent resolving hostsrch2014-09-081-0/+4
* Make HPACK static table static and immutable.bnc2014-09-0814-229/+392
* HTTPSRequestTest.DisableECDSAOnXP seems flaky on XP.henrika2014-09-081-1/+2
* Add content_shell_apk target (and a bunch of its dependencies)cjhopman2014-09-081-0/+94
* Switch from QUIC v21 to v19.rch2014-09-071-1/+1
* Revert "net: enable SSL_MODE_CBC_RECORD_SPLITTING with OpenSSL."agl2014-09-061-1/+0
* ReadIpHelper: Zero out before calling GetAdaptersAddressesttuttle2014-09-061-0/+1
* Use ProxyConfigServiceLinux in the chromoting host to configure proxy.Sergey Ulanov2014-09-061-4/+1
* Improve URLFetcher documentation for retry on 5XX settings.maniscalco2014-09-051-3/+7
* Remove disk_cache::BackendImpl::OpenPrevEntry() and all users.gavinp2014-09-0511-1278/+73
* Followup of https://codereview.chromium.org/317093002/. This CL adds tests fo...guohui2014-09-052-1/+18
* Remove DenyCertForHost from SSLHostStateDelegate API.jww2014-09-053-211/+0
* HPACK: Split header fields in encoder.bnc2014-09-054-6/+79
* HPACK: Check pseudo-header order in decoder.bnc2014-09-054-5/+40
* Fix copying of SAML IdP cookies on subsequent loginsbartfab2014-09-053-5/+6
* Remove the tracing cache backend.gavinp2014-09-056-456/+0
* More fixes for scoped_refptr operator T* removal.Daniel Cheng2014-09-051-2/+2
* Add a script for generating testing CRLSetsrsleevi2014-09-051-0/+200
* Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigServicesergeyu2014-09-0511-109/+120
* win/clang: Fix all remaining -Wformat warnings.Nico Weber2014-09-051-1/+1
* Add support for Android aidl and support for gyp's java_in_dircjhopman2014-09-052-4/+6
* Fix a bug in QuicHttpStream::Close in which response_status_ was not being se...rch2014-09-042-0/+22
* Listen to OnNetworkChanged instead of OnIPAddressChangedjaekyun2014-09-042-0/+8
* Fix warning for multi line comment in QUIC.pgal.u-szeged2014-09-041-1/+1
* Revert "Certificate Transparency: Code for unpacking EV cert hashes whitelist"Dmitry Lomov2014-09-0412-545/+0
* Enable Certificate Transparency in the OpenSSL port.davidben2014-09-045-78/+168
* HPACK: encode :pseudo and indexed headers first.bnc2014-09-045-26/+86
* Certificate Transparency: Code for unpacking EV cert hashes whitelisteranm2014-09-0412-0/+545
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-0484-85/+85
* Implement ct_objects_extractor for OpenSSL.davidben2014-09-043-12/+331
* Reland net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-09-049-32/+35
* OpenSSL: Disable ECDSA cipher suites on Windows XP.davidben2014-09-033-0/+83
* Landing Recent QUIC Changes.rtenneti2014-09-0326-124/+131
* [Android] Fix findbugs errors.newt2014-09-031-11/+10