aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/lc-btrie/btrie.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix for gccVsevolod Stakhov2019-09-251-2/+2
|
* [Minor] Disable asan for specific bad parts of the codeVsevolod Stakhov2019-09-251-1/+1
|
* [Minor] Avoid out-of-boundary read in btrieVsevolod Stakhov2019-09-251-1/+2
| | | | Submitted by: @citrin
* [Feature] Suppress duplicate warning on very large radix triesVsevolod Stakhov2018-06-011-3/+5
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-2/+2
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Minor] Try to fix some memory inconsistenciesVsevolod Stakhov2016-09-301-2/+3
|
* [Minor] Add workaround for pre-historic compilersVsevolod Stakhov2016-04-261-3/+21
| | | | Issue: #605
* [Minor] Zero new nodes in btrieVsevolod Stakhov2016-03-091-1/+1
|
* Add Level-Compressed Tree Bitmap contrib codeVsevolod Stakhov2016-02-111-0/+2622
Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org>