| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -361,6 +361,8 @@ LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@ | |||
| 361 | 361 | LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@ | |
| 362 | 362 | LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@ | |
| 363 | 363 | LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@ | |
| 364 | + LIBNGTCP2_CRYPTO_WOLFSSL_CFLAGS = @LIBNGTCP2_CRYPTO_WOLFSSL_CFLAGS@ | ||
| 365 | + LIBNGTCP2_CRYPTO_WOLFSSL_LIBS = @LIBNGTCP2_CRYPTO_WOLFSSL_LIBS@ | ||
| 364 | 366 | LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@ | |
| 365 | 367 | LIBOBJS = @LIBOBJS@ | |
| 366 | 368 | LIBS = @LIBS@ | |
@@ -414,6 +416,8 @@ TESTLDADD = @TESTLDADD@ | |||
| 414 | 416 | VERSION = @VERSION@ | |
| 415 | 417 | WARNCFLAGS = @WARNCFLAGS@ | |
| 416 | 418 | WARNCXXFLAGS = @WARNCXXFLAGS@ | |
| 419 | + WOLFSSL_CFLAGS = @WOLFSSL_CFLAGS@ | ||
| 420 | + WOLFSSL_LIBS = @WOLFSSL_LIBS@ | ||
| 417 | 421 | ZLIB_CFLAGS = @ZLIB_CFLAGS@ | |
| 418 | 422 | ZLIB_LIBS = @ZLIB_LIBS@ | |
| 419 | 423 | abs_builddir = @abs_builddir@ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -266,6 +266,8 @@ LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@ | |||
| 266 | 266 | LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@ | |
| 267 | 267 | LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@ | |
| 268 | 268 | LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@ | |
| 269 | + LIBNGTCP2_CRYPTO_WOLFSSL_CFLAGS = @LIBNGTCP2_CRYPTO_WOLFSSL_CFLAGS@ | ||
| 270 | + LIBNGTCP2_CRYPTO_WOLFSSL_LIBS = @LIBNGTCP2_CRYPTO_WOLFSSL_LIBS@ | ||
| 269 | 271 | LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@ | |
| 270 | 272 | LIBOBJS = @LIBOBJS@ | |
| 271 | 273 | LIBS = @LIBS@ | |
@@ -319,6 +321,8 @@ TESTLDADD = @TESTLDADD@ | |||
| 319 | 321 | VERSION = @VERSION@ | |
| 320 | 322 | WARNCFLAGS = @WARNCFLAGS@ | |
| 321 | 323 | WARNCXXFLAGS = @WARNCXXFLAGS@ | |
| 324 | + WOLFSSL_CFLAGS = @WOLFSSL_CFLAGS@ | ||
| 325 | + WOLFSSL_LIBS = @WOLFSSL_LIBS@ | ||
| 322 | 326 | ZLIB_CFLAGS = @ZLIB_CFLAGS@ | |
| 323 | 327 | ZLIB_LIBS = @ZLIB_LIBS@ | |
| 324 | 328 | abs_builddir = @abs_builddir@ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,6 +72,10 @@ extern "C" { | |||
| 72 | 72 | # endif /* !BUILDING_NGHTTP2 */ | |
| 73 | 73 | #endif /* !defined(WIN32) */ | |
| 74 | 74 | ||
| 75 | + #ifdef BUILDING_NGHTTP2 | ||
| 76 | + # undef NGHTTP2_NO_SSIZE_T | ||
| 77 | + #endif /* BUILDING_NGHTTP2 */ | ||
| 78 | + | ||
| 75 | 79 | /** | |
| 76 | 80 | * @typedef | |
| 77 | 81 | * | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,14 +29,14 @@ | |||
| 29 | 29 | * @macro | |
| 30 | 30 | * Version number of the nghttp2 library release | |
| 31 | 31 | */ | |
| 32 | - #define NGHTTP2_VERSION "1.62.1" | ||
| 32 | + #define NGHTTP2_VERSION "1.63.0" | ||
| 33 | 33 | ||
| 34 | 34 | /** | |
| 35 | 35 | * @macro | |
| 36 | 36 | * Numerical representation of the version number of the nghttp2 library | |
| 37 | 37 | * release. This is a 24 bit number with 8 bits for major number, 8 bits | |
| 38 | 38 | * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203. | |
| 39 | 39 | */ | |
| 40 | - #define NGHTTP2_VERSION_NUM 0x013e01 | ||
| 40 | + #define NGHTTP2_VERSION_NUM 0x013f00 | ||
| 41 | 41 | ||
| 42 | 42 | #endif /* NGHTTP2VER_H */ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,6 +60,6 @@ void nghttp2_extpri_from_uint8(nghttp2_extpri *extpri, uint8_t u8extpri); | |||
| 60 | 60 | * nghttp2_extpri_uint8_inc extracts inc from |PRI| which is supposed to | |
| 61 | 61 | * be constructed by nghttp2_extpri_to_uint8. | |
| 62 | 62 | */ | |
| 63 | - #define nghttp2_extpri_uint8_inc(PRI) (((PRI)&NGHTTP2_EXTPRI_INC_MASK) != 0) | ||
| 63 | + #define nghttp2_extpri_uint8_inc(PRI) (((PRI) & NGHTTP2_EXTPRI_INC_MASK) != 0) | ||
| 64 | 64 | ||
| 65 | 65 | #endif /* NGHTTP2_EXTPRI_H */ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,10 +35,11 @@ | |||
| 35 | 35 | /* Make scalar initialization form of nghttp2_hd_entry */ | |
| 36 | 36 | #define MAKE_STATIC_ENT(N, V, T, H) \ | |
| 37 | 37 | { \ | |
| 38 | - {NULL, NULL, (uint8_t *)(N), sizeof((N)) - 1, -1}, \ | ||
| 39 | - {NULL, NULL, (uint8_t *)(V), sizeof((V)) - 1, -1}, \ | ||
| 40 | - {(uint8_t *)(N), (uint8_t *)(V), sizeof((N)) - 1, sizeof((V)) - 1, 0}, \ | ||
| 41 | - T, H \ | ||
| 38 | + {NULL, NULL, (uint8_t *)(N), sizeof((N)) - 1, -1}, \ | ||
| 39 | + {NULL, NULL, (uint8_t *)(V), sizeof((V)) - 1, -1}, \ | ||
| 40 | + {(uint8_t *)(N), (uint8_t *)(V), sizeof((N)) - 1, sizeof((V)) - 1, 0}, \ | ||
| 41 | + T, \ | ||
| 42 | + H, \ | ||
| 42 | 43 | } | |
| 43 | 44 | ||
| 44 | 45 | /* Generated by mkstatictbl.py */ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ nghttp2_min_def(size, size_t); | |||
| 64 | 64 | #define lstreq(A, B, N) ((sizeof((A)) - 1) == (N) && memcmp((A), (B), (N)) == 0) | |
| 65 | 65 | ||
| 66 | 66 | #define nghttp2_struct_of(ptr, type, member) \ | |
| 67 | - ((type *)(void *)((char *)(ptr)-offsetof(type, member))) | ||
| 67 | + ((type *)(void *)((char *)(ptr) - offsetof(type, member))) | ||
| 68 | 68 | ||
| 69 | 69 | /* | |
| 70 | 70 | * Copies 2 byte unsigned integer |n| in host byte order to |buf| in | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | 32 | #include <nghttp2/nghttp2.h> | |
| 33 | 33 | ||
| 34 | - typedef struct nghttp2_data_provider_wrap nghttp2_data_provider_wrap; | ||
| 34 | + #include "nghttp2_outbound_item.h" | ||
| 35 | 35 | ||
| 36 | 36 | int nghttp2_submit_data_shared(nghttp2_session *session, uint8_t flags, | |
| 37 | 37 | int32_t stream_id, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments