summaryrefslogtreecommitdiff
path: root/c_src/permdb.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert halfway to uthashMagnus Ahltorp2016-04-251-53/+86
|
* Move code to util.c and filebuffer.cMagnus Ahltorp2016-04-251-383/+81
|
* Refactor marshallingMagnus Ahltorp2016-04-251-50/+54
| | | | Add chunking changes to listpermdb.erl
* Added rudimentary support for chunks.Magnus Ahltorp2016-04-251-3/+22
| | | | This means that the implementation should be compatible with the specification.
* Free more memory.Magnus Ahltorp2016-04-251-2/+3
|
* Free permdb object on errorMagnus Ahltorp2016-04-251-1/+4
|
* Free some more memory.Magnus Ahltorp2016-04-251-0/+2
|
* Free data correctly. Exit from permdbtest on error.Magnus Ahltorp2016-04-251-2/+6
|
* Fix warnings. More printouts. Change timeouts.Magnus Ahltorp2016-04-251-1/+1
|
* Rough implementation of new permdb format.Magnus Ahltorp2016-04-251-67/+570
| | | | | Added regression tests and benchmarks. Chunks not implemented yet.
* Fix alignment, unsigned/signed, and size issues.Magnus Ahltorp2015-11-111-122/+168
|
* Add node to cache after lookupMagnus Ahltorp2015-11-111-0/+5
|
* Remove warnings on LinuxMagnus Ahltorp2015-11-111-6/+10
|
* Added permdbMagnus Ahltorp2015-11-111-0/+1032