Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | hashmap_remove: fix potential use-after-free | Yaroslav de la Peña Smirnov | 2021-11-10 |
| | | | | prev should be assigned before node is reassigned. | ||
* | Fixes and improvements | Yaroslav de la Peña Smirnov | 2021-11-07 |
| | | | | | | * Fix heap corruption on buffer growth. * Define as static functions that are not used outside a TU. * Other minor changes. | ||
* | Hashmap improvements and include guards | Yaroslav de la Peña Smirnov | 2021-11-05 |
| | | | | | Hashmap capacity can be set programmatically and it grows/shrinks in size when the load increases/decreases to avoid collisions/save memory. | ||
* | change hash function to support filenames starting with a digit | Danny van Kooten | 2020-03-18 |
| | |||
* | clean-up environment in env_free(). add hashmap_walk function for visiting ↵ | Danny van Kooten | 2020-03-18 |
| | | | | all values in a hashmap. | ||
* | return old values when inserting or removing from hashmap | Danny van Kooten | 2020-03-16 |
| | |||
* | maybe get ready fur custom parsing... still wrapping my head around the set-up | Danny van Kooten | 2020-03-13 |
| | |||
* | add hashmap_resolve which handles dot notation | Danny van Kooten | 2020-03-12 |
| | |||
* | add first template tests | Danny van Kooten | 2020-03-12 |
| | |||
* | move files to src/ subdir | Danny van Kooten | 2020-03-12 |