Skip to content
Snippets Groups Projects
  1. Jan 09, 2020
  2. Nov 20, 2019
  3. Oct 27, 2019
  4. May 12, 2019
    • Tatsuhiro Tsujikawa's avatar
      Rewrites ngtcp2_ksl · 255a5034
      Tatsuhiro Tsujikawa authored
      This change rewrites most of the code in ngtcp2_ksl and removes the
      need for inf_key.  It also removes the restriction that the key must
      exist in descendants.  ngtcp2_ksl now embeds arbitrary sized key in
      ngtcp2_node.
      
      ngtcp2_ksl is extended so that it can work with ngtcp2_range key.
      ngtcp2_psl is removed in favor of ngtcp2_ksl.
      255a5034
  5. Feb 03, 2019
  6. Oct 27, 2018
  7. Oct 17, 2018
  8. May 13, 2018
  9. May 05, 2018
  10. Apr 25, 2018
  11. Jan 20, 2018
  12. Nov 11, 2017
  13. Oct 22, 2017
    • Peter Wu's avatar
      Add CMake build system support · a671f091
      Peter Wu authored
      Based on nghttp2 cmake build system. Advantage of this is a faster build
      (cmake runs faster than configure and ninja is faster than make).
      
      Changes from autotools:
      * Warnings are enabled by default (independent of ENABLE_WERROR).
      * ENABLE_WERROR has changed meaning (it just controls -Werror).
      * include/ngtcp2/{version,ngtcp2}.h header files are installed.
      a671f091
  14. Jun 16, 2017