aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Collapse)AuthorAge
* Add command to restore index of a cloud storageLaria Carolin Chabowski2018-01-15
|
* seed math/randomLaria Carolin Chabowski2018-01-07
|
* Add fsck commandLaria Carolin Chabowski2018-01-07
|
* Add loggingLaria Carolin Chabowski2017-12-18
|
* Eliminate global variablesLaria Carolin Chabowski2017-12-11
|
* Add cachingLaria Carolin Chabowski2017-11-28
|
* Host primarily on code.laria.meLaria Carolin Chabowski2017-10-17
| | | | | GitHub is nice and all, but let's take advantage of having a decentralized VCS by not storing everything only on GitHub :)
* Host primarily on GitHubLaria Carolin Chabowski2017-10-15
| | | | | go get doesn't work for my own server due to ssl certificates not being accepted :(
* Restructure package storageLaria Carolin Chabowski2017-10-03
|
* Add cloudstorage supportLaria Carolin Chabowski2017-10-03
| | | | | For now Openstack Swift is supported. But it should be pretty easy to implement other Swift / S3 like object storages.
* Implement remaining subcommandsLaria Carolin Chabowski2017-09-26
|
* Add restore-dir commandLaria Carolin Chabowski2017-09-26
|
* Implement write-dirLaria Carolin Chabowski2017-09-26
|
* Close the objectstore when doneLaria Carolin Chabowski2017-09-26
|
* Add main.goLaria Carolin Chabowski2017-09-26