| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Handle addvalue() errors separately from duplicate keys. | Linus Nordberg | 2016-04-29 | 1 | -1/+7 |
| | | |||||
| * | Add error printout for the duplicate key case in rebuild_index_file(). | Linus Nordberg | 2016-04-29 | 1 | -12/+12 |
| | | | | | | | | Also moving the offset calculation to after the printout because the printout needs it before increasing it. Also turn two outcommented fprint's into dprintf's. | ||||
| * | Turn a bunch of outcommented fprintf's into dprintf's. | Linus Nordberg | 2016-04-29 | 2 | -13/+15 |
| | | | | | Also, rename dprintf 'level' to 'category' and add DEBUG_REBUILD. | ||||
| * | Whitespace and c-file-style "BSD". | Linus Nordberg | 2016-04-29 | 7 | -11/+15 |
| | | |||||
| * | Don't fail on missing temp files. | Linus Nordberg | 2016-04-27 | 1 | -1/+1 |
| | | |||||
| * | Break long lines and adjust other whitespace. | Linus Nordberg | 2016-04-27 | 6 | -126/+317 |
| | | |||||
| * | Fold addindex into addvalue | Magnus Ahltorp | 2016-04-25 | 4 | -89/+12 |
| | | |||||
| * | Remove Heimdal hash implementation | Magnus Ahltorp | 2016-04-25 | 8 | -619/+277 |
| | | | | | Add missing files from previous commits | ||||
| * | Use utarray instead of home-grown list | Magnus Ahltorp | 2016-04-25 | 1 | -73/+24 |
| | | |||||
| * | Use pascal strings for keys | Magnus Ahltorp | 2016-04-25 | 3 | -150/+72 |
| | | |||||
| * | keypart no longer allocates memory | Magnus Ahltorp | 2016-04-25 | 1 | -28/+26 |
| | | |||||
| * | Cast when using %llu format strings | Magnus Ahltorp | 2016-04-25 | 2 | -10/+10 |
| | | |||||
| * | Make debug printing prettier. | Magnus Ahltorp | 2016-04-25 | 3 | -147/+49 |
| | | |||||
| * | Complete conversion to uthash | Magnus Ahltorp | 2016-04-25 | 1 | -65/+21 |
| | | |||||
| * | Remove unused code | Magnus Ahltorp | 2016-04-25 | 1 | -63/+0 |
| | | |||||
| * | Convert halfway to uthash | Magnus Ahltorp | 2016-04-25 | 2 | -53/+1052 |
| | | |||||
| * | Free some more memory | Magnus Ahltorp | 2016-04-25 | 1 | -0/+2 |
| | | |||||
| * | Make valgrind exit with error code | Magnus Ahltorp | 2016-04-25 | 1 | -8/+10 |
| | | |||||
| * | Fix valgrind test | Magnus Ahltorp | 2016-04-25 | 1 | -2/+1 |
| | | |||||
| * | Allow all data sizes in permdbtest | Magnus Ahltorp | 2016-04-25 | 2 | -10/+42 |
| | | |||||
| * | Move code to util.c and filebuffer.c | Magnus Ahltorp | 2016-04-25 | 6 | -386/+494 |
| | | |||||
| * | Refactor marshalling | Magnus Ahltorp | 2016-04-25 | 1 | -50/+54 |
| | | | | | Add chunking changes to listpermdb.erl | ||||
| * | Added rudimentary support for chunks. | Magnus Ahltorp | 2016-04-25 | 1 | -3/+22 |
| | | | | | This means that the implementation should be compatible with the specification. | ||||
| * | Free more memory. | Magnus Ahltorp | 2016-04-25 | 1 | -2/+3 |
| | | |||||
| * | Free permdb object on error | Magnus Ahltorp | 2016-04-25 | 2 | -2/+5 |
| | | |||||
| * | Free some more memory. | Magnus Ahltorp | 2016-04-25 | 1 | -0/+2 |
| | | |||||
| * | Free data correctly. Exit from permdbtest on error. | Magnus Ahltorp | 2016-04-25 | 3 | -3/+11 |
| | | |||||
| * | Added permdbtest | Magnus Ahltorp | 2016-04-25 | 2 | -3/+134 |
| | | |||||
| * | Added python bindings for permdb. | Magnus Ahltorp | 2016-04-25 | 3 | -3/+404 |
| | | |||||
| * | Fix warnings. More printouts. Change timeouts. | Magnus Ahltorp | 2016-04-25 | 1 | -1/+1 |
| | | |||||
| * | Rough implementation of new permdb format. | Magnus Ahltorp | 2016-04-25 | 3 | -68/+572 |
| | | | | | | Added regression tests and benchmarks. Chunks not implemented yet. | ||||
| * | Fix alignment, unsigned/signed, and size issues. | Magnus Ahltorp | 2015-11-11 | 4 | -129/+176 |
| | | |||||
| * | Add node to cache after lookup | Magnus Ahltorp | 2015-11-11 | 1 | -0/+5 |
| | | |||||
| * | Remove warnings on Linux | Magnus Ahltorp | 2015-11-11 | 2 | -7/+11 |
| | | |||||
| * | Added permdb | Magnus Ahltorp | 2015-11-11 | 8 | -2/+1756 |
| | | |||||
| * | Optionally read pin from file | Magnus Ahltorp | 2015-04-24 | 1 | -1/+46 |
| | | |||||
| * | Link with -ldl for dlopen. | Linus Nordberg | 2015-04-10 | 1 | -1/+1 |
| | | |||||
| * | Update copryright notices and LICENSE to list other licensess as well. | Linus Nordberg | 2015-04-10 | 5 | -5/+5 |
| | | |||||
| * | Add hsmhelper | Magnus Ahltorp | 2015-04-10 | 5 | -5/+1969 |
| | | |||||
| * | Generalize erlport interface | Magnus Ahltorp | 2015-04-10 | 3 | -17/+34 |
| | | |||||
| * | Increase max path length in fsynchelper to 1000. | Magnus Ahltorp | 2014-10-29 | 1 | -1/+1 |
| | | |||||
| * | Add copyright and licensing information.copyright | Linus Nordberg | 2014-10-15 | 3 | -6/+6 |
| | | | | | After offline discussions with Magnus Ahltorp. | ||||
| * | Add Makefile to c_src | Magnus Ahltorp | 2014-09-25 | 1 | -0/+13 |
| | | |||||
| * | Permanent storage implementation | Magnus Ahltorp | 2014-09-25 | 5 | -0/+287 |
