index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
compression
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-10
lib/compression: Fix length check
Joseph Sutton
1
-1
/
+1
2022-12-22
lib/compression: add simple python bindings
Douglas Bagnall
2
-0
/
+309
2022-12-19
compression/huffman: debug function bails upon disaster (CID 1517261)
Douglas Bagnall
1
-0
/
+5
2022-12-19
compression/huffman: double check distance in matches (CID 1517278)
Douglas Bagnall
1
-0
/
+3
2022-12-19
compression: fix sign extension of long matches (CID 1517275)
Douglas Bagnall
1
-1
/
+1
2022-12-19
compression tests: avoid div by zero in failure (CID 1517297)
Douglas Bagnall
2
-0
/
+2
2022-12-19
compression/tests: calm the static analysts (CID: numerous)
Douglas Bagnall
2
-5
/
+21
2022-12-19
compression/huffman: check again for invalid codes (CID 1517302)
Douglas Bagnall
1
-0
/
+3
2022-12-19
compression/huffman: tighten bit_len checks (fix SUSE -O3 build)
Douglas Bagnall
1
-2
/
+3
2022-12-19
compression/huffman: avoid semi-defined behaviour in decompress
Douglas Bagnall
1
-5
/
+7
2022-12-06
lib/compression: Include missing stat header file
Anoop C S
2
-0
/
+2
2022-12-04
lib:compression: Initialize variables
Andreas Schneider
1
-2
/
+2
2022-12-02
lib/compression/lzxpress: fix our slow compression
Douglas Bagnall
1
-46
/
+164
2022-12-01
lib/compression/lzxpress: shift encoding into helper functions
Douglas Bagnall
1
-74
/
+104
2022-12-01
lib/compression/lzxpress compression: use a write context struct
Douglas Bagnall
1
-50
/
+62
2022-12-01
lib/compression: more tests for lzxpress plain compression
Douglas Bagnall
1
-0
/
+749
2022-12-01
testdata: move compression examples to re-use with lzxpress plain
Douglas Bagnall
1
-3
/
+3
2022-12-01
lib/compression/lzx-plain: relax size requirements on long file
Douglas Bagnall
1
-2
/
+8
2022-12-01
lib/comression: convert test_lzxpress_plain to cmocka
Douglas Bagnall
2
-128
/
+76
2022-12-01
lib/compression: add test scripts README
Douglas Bagnall
1
-0
/
+19
2022-12-01
lib/compression: test util to generate fuzzing seeds
Douglas Bagnall
1
-0
/
+45
2022-12-01
lib/compression: Windows utility to generate test vectors
Douglas Bagnall
1
-0
/
+206
2022-12-01
lib/compression: script to test 3 byte hash
Douglas Bagnall
1
-0
/
+49
2022-12-01
lib/compression: helper script to make unbalanced data
Douglas Bagnall
1
-0
/
+185
2022-12-01
lib/compression: add a debug script to describe headers
Douglas Bagnall
1
-0
/
+54
2022-12-01
lib/compression/tests: add lzhuffman timer functions
Douglas Bagnall
1
-5
/
+36
2022-12-01
lib/compression: debug routines for lzxpress-huffman
Douglas Bagnall
1
-1
/
+249
2022-12-01
lib/compression/lzhuff: add debug flag to skip LZ77
Douglas Bagnall
1
-1
/
+10
2022-12-01
lib/compression: LZ77 + Huffman compression
Douglas Bagnall
3
-0
/
+1861
2022-12-01
lib/compression: add LZ77 + Huffman decompression
Douglas Bagnall
4
-3
/
+1218
2022-12-01
lib/compression: move lzxpress_plain test into tests/
Douglas Bagnall
1
-0
/
+0
2022-07-23
lib: Fix the 32-bit build
Volker Lendecke
1
-1
/
+1
2022-05-17
lzxpress: compress shortcut if we've reached maximum length
Douglas Bagnall
1
-0
/
+4
2022-05-17
lzxpress/test: time performance of long boring sequences
Douglas Bagnall
1
-0
/
+69
2022-05-12
compression:tests: align test names with functions
Douglas Bagnall
1
-5
/
+5
2022-05-12
compression: add a few comments, including MS-XCA pointers.
Douglas Bagnall
1
-0
/
+19
2022-05-12
compression: remove always false constant comparison
Douglas Bagnall
1
-3
/
+0
2022-05-12
compression: lzxpress decompress empty string as empty string
Douglas Bagnall
1
-0
/
+4
2022-05-12
compression: fix lzxpress decompress with trailing flags
Douglas Bagnall
1
-0
/
+7
2022-05-12
compression:tests: test lzxpress in some edge cases
Douglas Bagnall
1
-1
/
+61
2022-05-12
compression: Move maximum length calculation out of inner loop
Joseph Sutton
1
-6
/
+3
2022-05-12
compression: Use correct values for max len and offset
Joseph Sutton
1
-2
/
+2
2022-05-12
compression: Replace divisions with shifts
Joseph Sutton
1
-4
/
+5
2022-05-12
compression: Remove unneeded loop variable
Joseph Sutton
1
-2
/
+1
2022-05-12
compression: Reduce scope of variables
Joseph Sutton
1
-14
/
+13
2022-05-12
compression: Use PUSH_LE_U32 for first output buffer write
Joseph Sutton
1
-1
/
+1
2022-05-12
compression: Add bounds check for first output buffer write
Joseph Sutton
1
-1
/
+3
2022-05-12
compression: Remove helper variables str1 and str2
Joseph Sutton
1
-6
/
+4
2022-05-12
compression: Fix writing output flags
Joseph Sutton
1
-2
/
+4
2022-05-12
compression: Remove byte_left variable
Joseph Sutton
1
-5
/
+2
[next]