0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor style fixes. More... about 6 years ago
Ensure that returned key during prefix iteration doesn't include common prefix. More... about 6 years ago
Fix prefix iteration behavior. More... about 6 years ago
Fix selection of starting node for prefix iteration; change unittests to rely on identifier. More... about 6 years ago
Reduce test complexity to meet Travis CI's time constraints. More... about 6 years ago
Fix iteration over empty string keys, add associated unittest. More... about 6 years ago
Add additional (unneeded) NUL byte test. More... about 6 years ago
Prefix logic is correct; but the empty string is not returned by hattrie_begin_iter. More... about 6 years ago
Logical issue identified in selection of starting node. More... about 6 years ago
Add partial error logs to Travis. More... about 6 years ago
Fix accidental mutation of hattrie_iter_t->prefixsize during calls to hattrie_iter_begin_with_prefix. More... about 6 years ago
Generated (currently failing) test for prefix search. More... about 6 years ago
Handle some Clang warnings. More... about 6 years ago
Fix initial behavior, correct docstring WRT 'satisfied'. More... about 6 years ago
Give tests teeth. More... about 6 years ago
Initial implementation of prefix-search logic (untested) More... about 6 years ago
Handling number of GCC warnings, adding various test-related files to the .gitignore. More... about 6 years ago
Version 0.1.2 More... over 7 years ago
Fix ahtable_load failure on 32bit systems. Fixes #31 More... over 7 years ago
Add missing portable_endian.h to dist files More... over 7 years ago
Bump version to 0.1.1 More... almost 8 years ago
Remove declaration of unimplemented hattrie_dup function. Fixes #27 More... almost 8 years ago
Compile with gnu99 instead of c99 for endian.h support. More... almost 8 years ago
Merge branch 'ahtable_load_save' of git://github.com/wordtreefoundation/hat-trie into wordtreefoundation-ahtable_load_save More... almost 8 years ago
Error on keys longer than 2^15-1, which are unsupported. Fixes #30. More... almost 8 years ago
When getting iterator key, don't set len if it's NULL. More... almost 10 years ago
Add hattrie_clear definition. More... almost 10 years ago
Function to check if two iterators are equal. More... almost 10 years ago
Functions to compute memory used. More... almost 10 years ago
Add missing iter_next and iter_free More... over 10 years ago