summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add CryptAuthApiCallFlow class, the underlying object to handle all CryptAuth...tengs2014-10-062-0/+5
* MSE: Relax H.264 Baseline mimetype profile recognitionwolenetz2014-10-041-7/+43
* QUIC - (no behavior change) s/NULL/nullptr/g in .../quic/...rtenneti2014-10-02141-1129/+1126
* net: block retired Fraunhofer intermediate.agl2014-10-021-4/+7
* Do not read past the end of the string in net::SniffXML().earthdok2014-10-021-3/+5
* GN, GYP: Remove -Wno-incompatible-pointer-types flag for building NSS.engedy2014-10-022-12/+0
* QUIC - track the open and close states of disk cache entries ofrtenneti2014-10-021-3/+24
* Fix bug in ALTERNATE_PROTOCOL_USAGE_MAPPING_MISSING histogramrch2014-10-021-5/+7
* Merge the server-side support of ALPN from the NSS upstream.wtc2014-10-028-53/+526
* Adds TCP FastOpen blackhole recovery code to avoid getting persistently black...jri2014-10-022-85/+171
* GN build: Prescribe -Wno-header-guard for direct dependents of libssl.engedy2014-10-021-4/+8
* Start server thread in new TestWebServer.start() method rather than constructorpaulmiller2014-10-021-11/+38
* QUIC - minor cleanup changes to keep code in sync with internal source.rtenneti2014-10-011-2/+1
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-016-0/+51
* Remove unnecessary ifdefs for maximum SSL version.davidben2014-10-011-16/+1
* Roll BoringSSL.davidben2014-10-011-3/+3
* QUIC - close the disk cache entry after write is completed.rtenneti2014-10-012-4/+89
* Add net/third_party/nss/OWNERS.wtc2014-10-011-0/+4
* Rename all isolate_dependency_* to files.maruel2014-10-012-7/+4
* [Regression fix] [Data URI parser] Accept data URI with invalid mediatype datatyoshino2014-10-014-13/+54
* Make --log-net-log and NetLogLogger hide cookies by default,mmenke2014-09-304-63/+69
* gn: Fix more build issues on Winckocagil2014-09-301-1/+3
* Remove jgraettinger@chromium.org as a net ownermmenke2014-09-301-1/+0
* Use the new java_cpp_enum rule in net.mkosiba2014-09-3014-161/+70
* Mark SHA-1 as deprecatedrsleevi2014-09-303-7/+11
* QUIC - minor reorg of QuicCryptoClientStream::DoHandshakeLoop.rtenneti2014-09-302-269/+325
* Detect SHA-1 when it appears in certificate chainsrsleevi2014-09-298-31/+98
* Land Recent QUIC Changes.rtenneti2014-09-2943-456/+517
* Remove wtc@chromium.org from the OWNERS file.wtc2014-09-291-1/+0
* Only depend on NSS in one place.davidben2014-09-292-79/+37
* Land Recent QUIC Changes.rtenneti2014-09-2925-271/+123
* Replaced DCHECK with CHECK to detect invalid socket usage.vitalybuka2014-09-292-4/+4
* Add /cross-site/ request handler to testserver.pynasko2014-09-291-0/+31
* Regenerate the long-lived test certificates to use SHA-256rsleevi2014-09-2666-3111/+3421
* Update test cert generation scripts to use SHA-256 by defaultrsleevi2014-09-269-144/+260
* Refresh Public Suffix List to the latest versionrsleevi2014-09-262-955/+1129
* Downgrade all CHECKs to DCHECKs in SimpleCache backend.gavinp2014-09-261-11/+5
* Fix number of buckets in AsyncDNS.ServerCount and ServerFailureIndex UMA hist...timvolodine2014-09-261-2/+2
* Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...samuong2014-09-263-5/+30
* QUIC - Persist if we have used Quic (and IP Address of localrtenneti2014-09-262-5/+34
* Remove the "snionly" concept from the HSTS preload.Adam Langley2014-09-2519-232/+123
* [GN Build] Fix //net target on Macisherman2014-09-251-5/+7
* Map SSL errors to SSL_PROTOCOL_ERROR, others to FAILED.davidben2014-09-251-3/+3
* QUIC - Code to persist if we had talked QUIC to a server and if so whatrtenneti2014-09-257-12/+281
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-252-14/+11
* Remove implicit HANDLE conversions from net (new ones).rvargas2014-09-252-6/+8
* Change ParseHostAndPort() to not include brackets around IPv6 literals.eroman2014-09-245-16/+47
* Add space to Accept-Encoding header values.jgraettinger2014-09-247-13/+13
* Remove implicit HANDLE conversions from net.rvargas2014-09-241-3/+5
* Switch DCHECK() guarding against URLRequest::Read() failurerdsmith2014-09-241-1/+2