Lasse Collin
|
22af94128b
|
Add SPDX license identifier into 0BSD source code files.
|
2024-02-14 18:31:16 +02:00 |
Lasse Collin
|
689e0228ba
|
Change most public domain parts to 0BSD.
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.
COPYING.0BSD was added.
|
2024-02-14 18:31:12 +02:00 |
Jia Tan
|
7c23c05bef
|
Tests: Fix unused function warning in test_index_hash.
test_index_hash does not use fill_index_hash() unless both encoders
and decoders are configured in the build.
|
2023-01-11 01:08:03 +08:00 |
Lasse Collin
|
fc0c788469
|
Tests: test_index_hash: Add an assert_uint_eq().
|
2023-01-06 17:58:48 +02:00 |
Lasse Collin
|
d550304f53
|
Tests: test_index_hash: Fix a memory leak.
|
2023-01-06 17:55:06 +02:00 |
Lasse Collin
|
02608f74ea
|
Tests: test_index_hash: Don't treat pointers as booleans.
|
2023-01-06 17:53:03 +02:00 |
Lasse Collin
|
056766c860
|
Tests: test_index_hash: Fix a typo in a comment.
|
2023-01-06 17:51:41 +02:00 |
Lasse Collin
|
873e684028
|
Tests: test_index_hash: Avoid the variable name "index".
It can trigger warnings from -Wshadow on some systems.
|
2023-01-06 17:44:29 +02:00 |
Lasse Collin
|
d1f24c3587
|
Tests: test_index_hash: Use the word "Record" instead of "entry".
|
2023-01-06 17:35:50 +02:00 |
Lasse Collin
|
b93f7c5cbb
|
Tests: test_index_hash: Tweak comments and style.
The words defined in the .xz file format specification
begin with capital letter to emphasize that they have
a specific meaning.
|
2023-01-06 17:35:05 +02:00 |
Lasse Collin
|
c48b24fc06
|
Tests: test_index_hash: Use INDEX_INDICATOR constant instead of 0.
|
2023-01-06 17:17:37 +02:00 |
Jia Tan
|
3959162bae
|
Tests: Creates test_index_hash.c
Tests all API functions exported from index_hash.h. Does not have a
dedicated test for lzma_index_hash_end.
|
2023-01-02 22:20:04 +08:00 |