Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-11 | Tests: Fix unused function warning in test_index_hash. | Jia Tan | 1 | -3/+1 | |
test_index_hash does not use fill_index_hash() unless both encoders and decoders are configured in the build. | |||||
2023-01-06 | Tests: test_index_hash: Add an assert_uint_eq(). | Lasse Collin | 1 | -0/+3 | |
2023-01-06 | Tests: test_index_hash: Fix a memory leak. | Lasse Collin | 1 | -0/+2 | |
2023-01-06 | Tests: test_index_hash: Don't treat pointers as booleans. | Lasse Collin | 1 | -3/+3 | |
2023-01-06 | Tests: test_index_hash: Fix a typo in a comment. | Lasse Collin | 1 | -1/+1 | |
2023-01-06 | Tests: test_index_hash: Avoid the variable name "index". | Lasse Collin | 1 | -8/+8 | |
It can trigger warnings from -Wshadow on some systems. | |||||
2023-01-06 | Tests: test_index_hash: Use the word "Record" instead of "entry". | Lasse Collin | 1 | -51/+51 | |
2023-01-06 | Tests: test_index_hash: Tweak comments and style. | Lasse Collin | 1 | -29/+33 | |
The words defined in the .xz file format specification begin with capital letter to emphasize that they have a specific meaning. | |||||
2023-01-06 | Tests: test_index_hash: Use INDEX_INDICATOR constant instead of 0. | Lasse Collin | 1 | -1/+1 | |
2023-01-02 | Tests: Creates test_index_hash.c | Jia Tan | 1 | -0/+379 | |
Tests all API functions exported from index_hash.h. Does not have a dedicated test for lzma_index_hash_end. |