summaryrefslogtreecommitdiff
path: root/src/perm.erl
Commit message (Collapse)AuthorAgeFilesLines
* Parallelised merge, distribution phase.erlmerge_distLinus Nordberg2017-02-011-2/+3
|
* Make it possible to select backend perm storageMagnus Ahltorp2015-11-111-138/+17
|
* Change perm interface to be add/commit basedMagnus Ahltorp2015-11-111-18/+78
|
* Fix copyright strings.Linus Nordberg2015-04-091-1/+1
|
* perm:ensurefile now only does fsync only when sync flag is setMagnus Ahltorp2015-04-081-27/+30
| | | | Closes CATLFISH-35
* Log leaf hashes as hex stringsMagnus Ahltorp2015-02-271-7/+7
|
* Perform frontend index writes in two phasesMagnus Ahltorp2015-02-271-6/+20
|
* Correct function specifications.Magnus Ahltorp2014-10-271-1/+1
|
* Added lager for loggingMagnus Ahltorp2014-10-241-2/+9
|
* Add copyright and licensing information.copyrightLinus Nordberg2014-10-151-4/+2
| | | | After offline discussions with Magnus Ahltorp.
* Added atomic moduleMagnus Ahltorp2014-09-251-58/+15
|
* perm: Added readfile function.Magnus Ahltorp2014-09-251-9/+16
|
* perm: Don't crash if file content is different, tell caller instead. Better ↵Magnus Ahltorp2014-09-251-19/+35
| | | | error handling.
* Permanent storage implementationMagnus Ahltorp2014-09-251-0/+95