Age | Commit message (Expand) | Author | Lines |
2023-07-03 | update copyright | Birte Kristina Friesel | -2/+2 |
2023-03-12 | inflate: make inputs const | Derf Null | -4/+4 |
2023-03-12 | inflate.cc: Incorporate change from zlib-deflate-nostdlib | Derf Null | -3/+2 |
2021-09-23 | Import partially adapted MCCI LoRaWAN LMIC library. Needs further work. | Daniel Friesel | -0/+16626 |
2021-02-01 | update deflate library | Daniel Friesel | -3/+89 |
2021-01-30 | inflate bugfix | Daniel Friesel | -7/+7 |
2021-01-26 | update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant. | Daniel Friesel | -44/+60 |
2021-01-21 | actually, it's inflate, not deflate | Daniel Friesel | -5/+7 |
2021-01-21 | fix illegal array access | Daniel Friesel | -1/+1 |
2021-01-21 | deflate: remove debug statements | Daniel Friesel | -69/+27 |
2021-01-21 | deflate: return number of bytes written to output | Daniel Friesel | -12/+21 |
2021-01-21 | rename udeflate to deflate | Daniel Friesel | -492/+496 |
2021-01-20 | udeflate: fix off-by-one in uncompressed size check | Daniel Friesel | -2/+2 |
2021-01-20 | udeflate: fix off-by-one in static huffman dictionary generation | Daniel Friesel | -6/+6 |
2021-01-20 | udeflate: add support for uncompressed blocks | Daniel Friesel | -3/+30 |
2021-01-20 | udeflate: Verify zlib FCHECK | Daniel Friesel | -0/+4 |
2021-01-20 | udeflate: Fix FDICT check | Daniel Friesel | -1/+1 |
2021-01-20 | add some bounds checks | Daniel Friesel | -3/+10 |
2021-01-20 | Turn udeflate into a proper library | Daniel Friesel | -0/+454 |
2020-09-07 | remove external libraries from main branch | Daniel Friesel | -15854/+0 |
2019-07-01 | XDR: Fix string alignment | Daniel Friesel | -4/+4 |
2019-06-28 | correctly encode and decode integers | Daniel Friesel | -59/+62 |
2019-06-28 | Switch to an OS-independent XDR implementation for protocol evaluations | Daniel Friesel | -0/+401 |
2019-01-09 | import binn serialization format | Daniel Friesel | -0/+3372 |
2018-12-14 | also trace realloc calls | Daniel Friesel | -6/+21 |
2018-12-13 | mpmalloc | Daniel Friesel | -0/+28 |
2018-12-13 | ubjw: Decrease CONTAINER_STACK_MAX | Daniel Friesel | -1/+2 |
2018-12-12 | ubjw: Add missing free() wrappers | Daniel Friesel | -2/+3 |
2018-12-11 | capn-malloc: optionally use lower malloc size | Daniel Friesel | -1/+9 |
2018-12-11 | add optional malloc tracing | Daniel Friesel | -27/+47 |
2018-11-28 | fix memory leak in ubjson reader | Daniel Friesel | -0/+1 |
2018-11-21 | capn-c: *.c -> *.cc | Daniel Friesel | -0/+2 |
2018-11-21 | working minimal capnp_c test case | Daniel Friesel | -0/+1741 |
2018-11-13 | prototest: add ubjson | Daniel Friesel | -0/+1303 |
2018-11-13 | import MPack. Does not work with embedded yet | Daniel Friesel | -0/+6440 |
2018-11-13 | nanopb: fix import, update to 0.3.9.2 | Daniel Friesel | -0/+2518 |
2018-09-24 | Remove ubjson for now | Daniel Friesel | -1303/+0 |
2018-09-17 | Import arduinojson and ubjson. Only partially working at the moment | Daniel Friesel | -0/+1303 |