Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-14 | Add SPDX license identifier into 0BSD source code files. | Lasse Collin | 1 | -0/+2 |
2024-02-14 | Change most public domain parts to 0BSD. | Lasse Collin | 1 | -3/+0 |
2023-01-11 | Tests: Fix unused function warning in test_index_hash. | Jia Tan | 1 | -3/+1 |
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 |
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 |
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 |