Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nghttp2: Drop unused configuration value from build within CMake | Brad King | 2023-02-16 | 1 | -3/+0 |
| | | | | | Since commit 7ce2a682a3 (nghttp2 2022-09-21 (87fef4ab), 2022-09-21, v3.26.0-rc1~455^2~1^2) we do not need `SIZEOF_INT_P`. | ||||
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+2 |
| | | | | Fixes: #20666 | ||||
* | nghttp2: Build the library within CMake for use by our curl | Brad King | 2020-04-03 | 1 | -0/+17 |
Provide our own minimal `config.h` since the upstream one is much larger to support other parts of its distribution. Compile with warnings disabled since this is third-party code. |