Age | Commit message (Expand) | Author | Lines |
2021-01-26 | update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant. | Daniel Friesel | -0/+1 |
2021-01-21 | actually, it's inflate, not deflate | Daniel Friesel | -2/+4 |
2021-01-21 | deflate: return number of bytes written to output | Daniel Friesel | -2/+2 |
2021-01-21 | rename udeflate to deflate | Daniel Friesel | -21/+21 |
2021-01-20 | udeflate: add support for uncompressed blocks | Daniel Friesel | -0/+1 |
2021-01-20 | udeflate: Verify zlib FCHECK | Daniel Friesel | -0/+1 |
2021-01-20 | add some bounds checks | Daniel Friesel | -1/+2 |
2021-01-20 | Turn udeflate into a proper library | Daniel Friesel | -0/+18 |
2020-09-07 | remove external libraries from main branch | Daniel Friesel | -35780/+0 |
2019-06-28 | Switch to an OS-independent XDR implementation for protocol evaluations | Daniel Friesel | -0/+134 |
2019-06-21 | mpack: disable node api (we do not use it) | Daniel Friesel | -1/+1 |
2019-01-09 | import binn serialization format | Daniel Friesel | -0/+923 |
2018-12-14 | also trace realloc calls | Daniel Friesel | -0/+1 |
2018-12-11 | add msp430fr5994 to ArduinoJSON and mpack embedded detection | Daniel Friesel | -2/+19 |
2018-11-30 | Patch mpack to work on AVR | Daniel Friesel | -0/+9 |
2018-11-26 | update nlohmann modernjson to v3.4 (with bson support) | Daniel Friesel | -968/+2369 |
2018-11-21 | capnp_c: Work around AVR not defining ssize_t | Daniel Friesel | -0/+5 |
2018-11-21 | working minimal capnp_c test case | Daniel Friesel | -0/+665 |
2018-11-14 | mpack: properly detect if running on embedded | Daniel Friesel | -0/+12 |
2018-11-14 | Configure mpack for embedded | Daniel Friesel | -2/+2 |
2018-11-13 | prototest: add ubjson | Daniel Friesel | -0/+394 |
2018-11-13 | import MPack. Does not work with embedded yet | Daniel Friesel | -0/+7151 |
2018-11-13 | nanopb: fix import, update to 0.3.9.2 | Daniel Friesel | -0/+1 |
2018-11-13 | add NanoPB Protocol Buffers implementation | Daniel Friesel | -0/+980 |
2018-11-12 | arduinojson: adjust embedded detection for multipass | Daniel Friesel | -1/+3 |
2018-11-12 | Make ArduinoJson work with msp430.h | Daniel Friesel | -14/+14 |
2018-09-24 | Remove ubjson for now | Daniel Friesel | -393/+0 |
2018-09-17 | add nlohmann modenjson | Daniel Friesel | -0/+18799 |
2018-09-17 | Import arduinojson and ubjson. Only partially working at the moment | Daniel Friesel | -0/+5679 |