index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-core
/
src
/
compr
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/compr: allow inflate work with a custom dictionary
Kostya Shishkov
2021-11-01
1
-0
/
+8
*
core: replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-3
/
+3
*
deflate: allow writing compressed data to byte-aligned chunks
Kostya Shishkov
2021-05-22
1
-0
/
+14
*
core: support DeflateMode option setting
Kostya Shishkov
2021-05-22
1
-0
/
+43
*
deflate: make Deflate Send-able
Kostya Shishkov
2021-05-22
1
-5
/
+5
*
deflate: add function for decoding just input chunk
Kostya Shishkov
2021-05-20
1
-1
/
+22
*
deflate: fix copy block length check
Kostya Shishkov
2021-05-20
1
-1
/
+1
*
deflate: better check for zlib header
Kostya Shishkov
2021-05-20
1
-2
/
+10
*
deflate: fix align() in inflate
Kostya Shishkov
2021-05-20
1
-1
/
+1
*
nihav_core: add deflate compression
Kostya Shishkov
2021-05-18
1
-1
/
+997
*
deflate: fix zlib stream magic detection
Kostya Shishkov
2021-05-18
1
-1
/
+1
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
1
-0
/
+1
*
deflate: fix output indexing
Kostya Shishkov
2020-07-06
1
-1
/
+5
*
nihav_core/deflate: fix handling large buffers
Kostya Shishkov
2020-06-27
1
-4
/
+4
*
nihav_core/deflate: recognize deflated stream header in uncompress()
Kostya Shishkov
2020-06-25
1
-1
/
+2
*
core: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
1
-11
/
+18
*
remove trailing whitespaces
Kostya Shishkov
2020-04-15
1
-1
/
+1
*
core: add a new (de)compression module
Kostya Shishkov
2020-04-13
2
-0
/
+1062