Skip to content
Snippets Groups Projects
  1. Jul 05, 2020
  2. Jun 18, 2020
  3. 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
  4. Mar 31, 2020
  5. Mar 27, 2020
  6. Nov 27, 2019
  7. Nov 22, 2019
  8. Oct 31, 2019
  9. Oct 14, 2019
  10. Aug 24, 2019
  11. Aug 07, 2019
  12. Aug 01, 2019
    • Daniel Bevenius's avatar
      Fix build failure for --disable-shared · 90466b2c
      Daniel Bevenius authored
      Currently, when configuring with --disable-shared the following error is
      generated when running make check:
      make[2]: *** No rule to make target `../lib/.libs/*.o',
      needed by `main'.  Stop.
      make[2]: *** Waiting for unfinished jobs....
      
      This commit adds a conditional for this case.
      90466b2c
  13. Jul 27, 2019
  14. Mar 25, 2019
  15. Mar 24, 2019
  16. Mar 01, 2019
  17. Feb 28, 2019
  18. Jan 19, 2018
  19. Dec 19, 2017
  20. Oct 22, 2017
  21. Aug 18, 2017
  22. Aug 08, 2017
  23. Aug 07, 2017
    • Nick Jones's avatar
      Improve ease of debugging of client/server examples · 04f4f3e5
      Nick Jones authored
      - Define new CFLAGS in debug mode:
        - enable full embedding of debugging symbols
        - lower optimisation to avoid 'jumping' in gdb
        - enable stricter compiler warnings
      - mitigate compiler warnings in client example
      - Build client and server executables as binaries to
        allow them to be invoked directly by gdb
      04f4f3e5
  24. Jun 24, 2017
  25. Jun 16, 2017