Skip to content
Snippets Groups Projects
  1. May 05, 2020
    • Peter Wu's avatar
      Fix detection of proper OpenSSL and GnuTLS libraries · 92d05495
      Peter Wu authored
      Until mainline support of QUIC are present in OpenSSL and GnuTLS, be
      sure to test whether the found library versions are the patched ones
      since the version number check is insufficient. This fixes the default
      build on a system where a new GnuTLS is present without the patches from
      the GnuTLS tmp-quic branch.
      
      Add new ENABLE_OPENSSL and ENABLE_GNUTLS CMake options to allow
      explicitly disabling these libraries to mirror the --without-openssl and
      the --without-gnutls functionality of autotools.
      
      Partially addresses https://github.com/ngtcp2/ngtcp2/issues/238
      92d05495
  2. Apr 02, 2020
  3. Jul 15, 2019
  4. Jun 10, 2019
  5. Jun 07, 2019
  6. Jun 06, 2019
  7. Apr 08, 2019
  8. Mar 25, 2019
  9. Dec 26, 2018
  10. Dec 24, 2018
  11. Nov 02, 2018
  12. Feb 25, 2018
  13. Feb 23, 2018
  14. Jan 21, 2018
  15. Jan 14, 2018
  16. Nov 17, 2017
  17. Oct 23, 2017
  18. Oct 22, 2017
    • Peter Wu's avatar
      .travis.yml: add cmake support · 43d1915a
      Peter Wu authored
      Simplify PKG_CONFIG_PATH and LDFLAGS while at it using the new
      --enable-asan option which automatically adds the required flags if
      available. LDFLAGS is ignored by cmake, but apparently cmake builds
      packages with the correct rpath without any further options.
      
      Additionally, build examples by default (without -Werror) and remove
      "cat config.log" which would result in configure succeeding while it
      should not.
      43d1915a
  19. Oct 12, 2017
  20. Aug 18, 2017
  21. Jul 30, 2017
  22. Jul 28, 2017
  23. Jul 26, 2017
  24. Jul 25, 2017
  25. Jul 18, 2017
  26. Jul 05, 2017
  27. Jun 28, 2017
  28. Jun 27, 2017