Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-17 | lmdb.pl: Work around a memory leak in the extract functionHEADmaster | Yorhel | 1 | -8/+13 | |
2019-05-15 | lmdb.pl: Add an "extract" command | Yorhel | 1 | -7/+28 | |
This makes lmdb.pl a useful tool for dynamically creating sorted dictionaries. `lmdb.pl create` can be used to add more passwords to an existing database and `lmdb.pl extract` will print all unique passwords in the right order for `btree.pl create`. | |||||
2019-05-15 | btree.pl: Fix bug with flushing references to the final nodes | Yorhel | 1 | -1/+1 | |
2019-05-14 | Initial commit | Yorhel | 7 | -0/+274 | |