summaryrefslogtreecommitdiff
path: root/src/storage.erl
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to send several entries at once with merge/sendentryMagnus Ahltorp2015-11-111-1/+1
|
* Change internal HTTP API URL.Linus Nordberg2015-08-201-4/+4
| | | | | | | Change 'ct/' and 'catlfish/' to 'plop/'. Add 'v1/' after 'plop/'. Closes CATLFISH-59.
* Use lastverifiednewentry file when reading new entriesstoragegcMagnus Ahltorp2015-07-311-2/+10
|
* Be less strict when writing entryhash files.Linus Nordberg2015-04-151-1/+1
| | | | Closes CATLFISH-44.
* Fix copyright strings.Linus Nordberg2015-04-091-1/+1
|
* Implement fetching of multiple entries in storage/getentryMagnus Ahltorp2015-02-271-3/+7
|
* storage/fetchnewentries speedpMagnus Ahltorp2015-02-271-1/+9
| | | | | storage/fetchnewentries now fetches only hashes Implmented storage/getentry to actually fetch the entry
* Get rid of two warnings.Linus Nordberg2014-11-211-4/+0
|
* Seralize writes to new entries indexMagnus Ahltorp2014-11-191-10/+3
|
* Fix mistake in ebc9d5ba (Optimize fetchnewentries)Magnus Ahltorp2014-10-271-2/+6
|
* Optimize fetchnewentriesMagnus Ahltorp2014-10-251-9/+2
|
* Move internal HTTP APIs to mochiweb. Stop using jiffy.Magnus Ahltorp2014-10-251-51/+38
|
* Added lager for loggingMagnus Ahltorp2014-10-241-0/+2
|
* Added HTTP API:s for external mergeMagnus Ahltorp2014-10-241-0/+77