Releases: cesbit/libqpack
Releases · cesbit/libqpack
0.10.6
08 Sep 10:57
Compare
Sorry, something went wrong.
No results found
Fixed bug in length check for unpacking strings.
0.10.5
01 Sep 13:44
Compare
Sorry, something went wrong.
No results found
Inline functions for checks and fixed compile warnings.
0.10.4
31 Aug 15:28
Compare
Sorry, something went wrong.
No results found
0.10.3
31 Aug 15:19
Compare
Sorry, something went wrong.
No results found
Make build script platform independent.
0.10.2
31 Aug 14:22
Compare
Sorry, something went wrong.
No results found
Added qp_sprint() for printing qp data to a string. Like qp_fprint() the
output is made JSON compatible if possible.
0.10.1
28 Aug 09:41
Compare
Sorry, something went wrong.
No results found
Added qp_fprint() for printing qp data to a stream. As far as possible
the output is made JSON compatible.
0.10.0
25 Aug 14:40
Compare
Sorry, something went wrong.
No results found
0.9.2
15 Jun 21:19
Compare
Sorry, something went wrong.
No results found
Added QP_ERR_WRITE_STREAM error code.
Added function "int qp_res_fprint(qp_res_t * res, FILE * stream)" for
printing a qp_res_t type to a stream.
0.9.1
14 Jun 13:53
Compare
Sorry, something went wrong.
No results found
Initial version for the C program language.