summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorLines
2023-07-03update copyrightBirte Kristina Friesel-2/+2
2023-03-12inflate: make inputs constDerf Null-4/+4
2023-03-12inflate.cc: Incorporate change from zlib-deflate-nostdlibDerf Null-3/+2
2021-09-23Import partially adapted MCCI LoRaWAN LMIC library. Needs further work.Daniel Friesel-0/+16626
2021-02-01update deflate libraryDaniel Friesel-3/+89
2021-01-30inflate bugfixDaniel Friesel-7/+7
2021-01-26update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant.Daniel Friesel-44/+60
2021-01-21actually, it's inflate, not deflateDaniel Friesel-5/+7
2021-01-21fix illegal array accessDaniel Friesel-1/+1
2021-01-21deflate: remove debug statementsDaniel Friesel-69/+27
2021-01-21deflate: return number of bytes written to outputDaniel Friesel-12/+21
2021-01-21rename udeflate to deflateDaniel Friesel-492/+496
2021-01-20udeflate: fix off-by-one in uncompressed size checkDaniel Friesel-2/+2
2021-01-20udeflate: fix off-by-one in static huffman dictionary generationDaniel Friesel-6/+6
2021-01-20udeflate: add support for uncompressed blocksDaniel Friesel-3/+30
2021-01-20udeflate: Verify zlib FCHECKDaniel Friesel-0/+4
2021-01-20udeflate: Fix FDICT checkDaniel Friesel-1/+1
2021-01-20add some bounds checksDaniel Friesel-3/+10
2021-01-20Turn udeflate into a proper libraryDaniel Friesel-0/+454
2020-09-07remove external libraries from main branchDaniel Friesel-15854/+0
2019-07-01XDR: Fix string alignmentDaniel Friesel-4/+4
2019-06-28correctly encode and decode integersDaniel Friesel-59/+62
2019-06-28Switch to an OS-independent XDR implementation for protocol evaluationsDaniel Friesel-0/+401
2019-01-09import binn serialization formatDaniel Friesel-0/+3372
2018-12-14also trace realloc callsDaniel Friesel-6/+21
2018-12-13mpmallocDaniel Friesel-0/+28
2018-12-13ubjw: Decrease CONTAINER_STACK_MAXDaniel Friesel-1/+2
2018-12-12ubjw: Add missing free() wrappersDaniel Friesel-2/+3
2018-12-11capn-malloc: optionally use lower malloc sizeDaniel Friesel-1/+9
2018-12-11add optional malloc tracingDaniel Friesel-27/+47
2018-11-28fix memory leak in ubjson readerDaniel Friesel-0/+1
2018-11-21capn-c: *.c -> *.ccDaniel Friesel-0/+2
2018-11-21working minimal capnp_c test caseDaniel Friesel-0/+1741
2018-11-13prototest: add ubjsonDaniel Friesel-0/+1303
2018-11-13import MPack. Does not work with embedded yetDaniel Friesel-0/+6440
2018-11-13nanopb: fix import, update to 0.3.9.2Daniel Friesel-0/+2518
2018-09-24Remove ubjson for nowDaniel Friesel-1303/+0
2018-09-17Import arduinojson and ubjson. Only partially working at the momentDaniel Friesel-0/+1303