index
:
zlib-deflate-nostdlib
main
zlib-deflate (RFC 1950/1951) decompressor for microcontrollers
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-01-30
Add licensing information for deflate util and test files
Daniel Friesel
-1
/
+5
2021-01-30
Run tests with both C (c99, c11) and C++ (c++11, c++20) compilers
Daniel Friesel
-16
/
+29
2021-01-30
README: reference util/deflate
Daniel Friesel
-7
/
+10
2021-01-30
README: fix typo
Daniel Friesel
-1
/
+1
2021-01-30
decrease recommended file size to 32kB to avoid signed overflows
Daniel Friesel
-7
/
+8
2021-01-30
add GitLab CI config
Daniel Friesel
-0
/
+8
2021-01-30
README: [x] tests
Daniel Friesel
-3
/
+1
2021-01-30
add deflate utility
Daniel Friesel
-0
/
+64
2021-01-30
add tests
Daniel Friesel
-0
/
+72
2021-01-30
fix dictionary generation bug for static huffman blocks
Daniel Friesel
-7
/
+7
2021-01-28
Fix markdown
Daniel Friesel
-2
/
+2
2021-01-28
README: Update memory requirements and performance numbers
Daniel Friesel
-11
/
+39
2021-01-26
support multiple deflate blocks.
Daniel Friesel
-34
/
+58
2021-01-26
huffman codes may be up to 16 bit long
Daniel Friesel
-25
/
+16
2021-01-26
use correct signature for deflate_bitmask
Daniel Friesel
-1
/
+1
2021-01-24
update performance measurements
Daniel Friesel
-11
/
+13
2021-01-22
inflate.c: fix include path
Daniel Friesel
-1
/
+1
2021-01-21
this library implements inflate, not deflate
Daniel Friesel
-25
/
+30
2021-01-21
README: all numbers rounded up to 16B mulitples
Daniel Friesel
-2
/
+1
2021-01-21
Fix illegal array access
Daniel Friesel
-1
/
+1
2021-01-21
Initial Commit
Daniel Friesel
-0
/
+771