Changes between Initial Version and Version 1 of Ticket #8472


Ignore:
Timestamp:
10/29/2016 05:46:51 PM (8 years ago)
Author:
Douglas R. Reno
Comment:

Add changes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8472 – Description

    initial v1  
    11New minor version
     2
     3
     4{{{
     5lib: Add nghttp2_set_debug_vprintf_callback to take advantage of DEBUGF statements in when building DEBUGBUILD. (Patch from Anders Bakken) (GH-708)
     6Update .clang-format for clang-format-3.9
     7build: Make it possible to include nghttp2/CMakeLists.txt in another project using add_subdirectory. (Patch from Anders Bakken) (GH-707)
     8third-party: Update http-parser to feae95a3a69f111bc1897b9048d9acbc290992f9
     9asio: Fix crash when end() is called outside nghttp2 callback (GH-712)
     10nghttpx: Add --backend-connect-timeout option
     11nghttpx: Add TLS signed_certificate_timestamp extension support (GH-696)
     12nghttpx: Add --ecdh-curves option to specify list of named curves (GH-701)
     13h2load: Add --header-table-size and --encoder-header-table-size options (GH-699)
     14}}}