Lines Matching refs:https

2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/…
9 - [Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269)
11 …Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akallab…
12 - [Formatting consistency and clarity improvements](https://github.com/PJK/libcbor/pull/285)
13 - [Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pul…
14 …no longer fail on input strings that are well-formed but not valid UTF-8](https://github.com/PJK/l…
16 … accept all well-formed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [d…
22 … test bug causing failures for x86 Linux](https://github.com/PJK/libcbor/pull/266) (discovered by …
24 - [Made tests platform-independent](https://github.com/PJK/libcbor/pull/272)
28 …rings with zero-length chunks to fail](https://github.com/PJK/libcbor/pull/260) (discovered by [ma…
32 …e optional in `cbor_serialize_alloc` [[#205]](https://github.com/PJK/libcbor/pull/205) (by [hughsi…
33 …at encoding for denormalized numbers. [[#208]](https://github.com/PJK/libcbor/pull/208) (by [ranvi…
35 - Note: Half-float NaNs still lose data (https://github.com/PJK/libcbor/issues/215)
36 …EAKING: Minimum CMake version is 3.0 [[#201]](https://github.com/PJK/libcbor/pull/201) (by [thewte…
37 …- See https://repology.org/project/cmake/versions for support; the vast majority of users should n…
38 …fails during array or map decoding [[#224]](https://github.com/PJK/libcbor/pull/224) (by [James-ZH…
39 …te bytestrings.](https://github.com/PJK/libcbor/pull/242) ([discovered](https://github.com/PJK/lib…
40 - [Fix a memory leak when the allocator fails when adding chunks to indefinite strings](https://git…
41 - Potentially BUILD BREAKING: [Add nodiscard attributes to most functions](https://github.com/PJK/l…
43 …copy` leaking memory and creating invalid items when the allocator fails](https://github.com/PJK/l…
45 - [Fix `cbor_build_tag` illegal memory behavior when the allocator fails](https://github.com/PJK/li…
46 - [Add a new `cbor_serialized_size` API](https://github.com/PJK/libcbor/pull/250)
47 - [Reworked `cbor_serialize_alloc` to allocate the exact amount of memory necessary upfront](https:…
50 - BUILD BREAKING: [Deprecate CBOR_CUSTOM_ALLOC](https://github.com/PJK/libcbor/pull/237)
56 - Improved pkg-config paths handling [[#164]](https://github.com/PJK/libcbor/pull/164) (by [jtojnar…
57 - Use explicit math.h linkage [[#170]](https://github.com/PJK/libcbor/pull/170)
58 - BREAKING: Fixed handling of items that exceed the host size_t range [[#186]](https://github.com/P…
62 - Added a [Bazel](https://bazel.build/) build example [[#196]](https://github.com/PJK/libcbor/pull/…
66 … libraries (fixed Windows linkage) [[#148]](https://github.com/PJK/libcbor/pull/148) (by [intellig…
67 …m reference it returns [[Fixes #109](https://github.com/PJK/libcbor/issues/109)] (discovered bt [J…
69 - BREAKING: [`CBOR_DECODER_EBUFFER` removed from `cbor_decoder_status`](https://github.com/PJK/libc…
71https://github.com/PJK/libcbor/pull/156) to set `cbor_decoder_result.required` to the minimum numb…
72 …d several minor manpage issues [[#159]](https://github.com/PJK/libcbor/pull/159) (discovered by [k…
76 …oding of NaN half-floats [[Fixes #53]](https://github.com/PJK/libcbor/issues/53) (discovered by [B…
78 …loat with exponent < -14 [[Fixes #112]](https://github.com/PJK/libcbor/issues/112) (discovered by …
79 - BREAKING: Improved bool support [[Fixes #63]](https://github.com/PJK/libcbor/issues/63)
82 …ild without CBOR_CUSTOM_ALLOC [[Fixes #128]](https://github.com/PJK/libcbor/issues/128) (by [panli…
83 - [Fix a potential build issue where cJSON includes may be misconfigured](https://github.com/PJK/li…
84 … on the size of the decoding context stack](https://github.com/PJK/libcbor/pull/138) (by [James-ZH…
86https://cmake.org/cmake/help/latest/module/CheckIPOSupported.html#module:CheckIPOSupported) [[#143…
91 - [Fix bad shared library version number](https://github.com/PJK/libcbor/pull/131)
96 - Correctly set .so version [[Fixes #52]](https://github.com/PJK/libcbor/issues/52).
98 …event heap overflow error in example code [[#74]](https://github.com/PJK/libcbor/pull/74) [[#76]](
99 - Correctly set OSX dynamic library version [[Fixes #75]](https://github.com/PJK/libcbor/issues/75)
100 - [Fix misplaced 0xFF bytes in maps possibly causing memory corruption](https://github.com/PJK/libc…
102 and builder helper functions [[Fixes #84]](https://github.com/PJK/libcbor/issues/84)
105 - Globally enforced code style [[Fixes #83]](https://github.com/PJK/libcbor/issues/83)
109 …running on a big-endian machine [[Fixes #99](https://github.com/PJK/libcbor/issues/99), [#100](htt…
110 - [Improved CI setup with Travis-native arm64 support](https://github.com/PJK/libcbor/pull/116)
111 - [Docs migrated to Sphinx 2.4 and Python3](https://github.com/PJK/libcbor/pull/117)
121 - Reworked (re)allocation to handle huge inputs and overflows in size_t [[Fixes #16]](https://githu…
123 - Fixed Linux installation directory depending on architecture [[Fixes #34]](https://github.com/PJK…
124 - Improved 32-bit support [[Fixes #35]](https://github.com/PJK/libcbor/issues/35)
125 - Fixed MSVC compatibility [[Fixes #31]](https://github.com/PJK/libcbor/issues/31)
126 …ixed and improved half-float encoding [[Fixes #5](https://github.com/PJK/libcbor/issues/5), [#11](