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 | 1 | -10/+11 |
| | | | | Also, rename dprintf 'level' to 'category' and add DEBUG_REBUILD. | ||||
* | Whitespace and c-file-style "BSD". | Linus Nordberg | 2016-04-29 | 1 | -6/+6 |
| | |||||
* | Break long lines and adjust other whitespace. | Linus Nordberg | 2016-04-27 | 1 | -99/+231 |
| | |||||
* | Fold addindex into addvalue | Magnus Ahltorp | 2016-04-25 | 1 | -86/+9 |
| | |||||
* | Remove Heimdal hash implementation | Magnus Ahltorp | 2016-04-25 | 1 | -1/+0 |
| | | | | 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 | 1 | -71/+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 | 1 | -9/+9 |
| | |||||
* | Make debug printing prettier. | Magnus Ahltorp | 2016-04-25 | 1 | -137/+42 |
| | |||||
* | 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 | 1 | -53/+86 |
| | |||||
* | Move code to util.c and filebuffer.c | Magnus Ahltorp | 2016-04-25 | 1 | -383/+81 |
| | |||||
* | 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 | 1 | -1/+4 |
| | |||||
* | 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 | 1 | -2/+6 |
| | |||||
* | 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 | 1 | -67/+570 |
| | | | | | Added regression tests and benchmarks. Chunks not implemented yet. | ||||
* | Fix alignment, unsigned/signed, and size issues. | Magnus Ahltorp | 2015-11-11 | 1 | -122/+168 |
| | |||||
* | Add node to cache after lookup | Magnus Ahltorp | 2015-11-11 | 1 | -0/+5 |
| | |||||
* | Remove warnings on Linux | Magnus Ahltorp | 2015-11-11 | 1 | -6/+10 |
| | |||||
* | Added permdb | Magnus Ahltorp | 2015-11-11 | 1 | -0/+1032 |