Commit Graph

20 Commits

Author SHA1 Message Date
Felix Pojtinger
4ad379bee7 fix: Use fork of Afero until merge of PR which fixes OpenFile (https://github.com/spf13/afero/issues/193) 2021-12-25 21:25:45 +01:00
Felix Pojtinger
7e0386c520 feat: Implement basic overwriting, in-memory File.Write 2021-12-22 22:02:12 +01:00
Felix Pojtinger
4e249aad96 build: Add SQLite driver to depend target 2021-12-20 01:50:11 +01:00
Felix Pojtinger
ee575c2abc feat: Start implementation of testing FTP server 2021-12-19 01:12:57 +01:00
Felix Pojtinger
43e23190bc feat: Add basic signature support to archive cmd based on Minisign 2021-12-04 16:44:31 +01:00
Felix Pojtinger
4e8ad14c78 feat: Add key generation support for PGP 2021-12-04 01:42:15 +01:00
Felix Pojtinger
bf41420ce9 feat: Add PGP encryption support 2021-12-03 17:17:36 +01:00
Felix Pojtinger
effd4df3e7 feat: Start implementation of transparent encryption based on age 2021-12-01 23:27:43 +01:00
Felix Pojtinger
4035738c28 feat: Add parallel bzip2 support 2021-11-30 19:29:56 +01:00
Felix Pojtinger
af40c64718 feat: Add bzip2 compression support 2021-11-30 19:24:39 +01:00
Felix Pojtinger
5e8cdfddc7 feat: Add brotli compression support 2021-11-30 19:09:48 +01:00
Felix Pojtinger
7cd97c4d2d feat: Add lz4 compression support 2021-11-30 18:35:28 +01:00
Felix Pojtinger
9f343d105f feat: Add parallel GZip compression and decompression support 2021-11-30 18:16:36 +01:00
Felix Pojtinger
386f95c1b0 feat: Start implementation of SQLite index backend 2021-11-21 00:28:25 +01:00
Felix Pojtinger
9e7d76dabf feat: Add Cobra commands for all functionality 2021-11-19 02:46:49 +01:00
Felix Pojtinger
73d92e3b39 refactor: Decompose syscalls into pkg, start adding utility commands 2021-11-19 00:39:28 +01:00
Felix Pojtinger
03087ff783 feat: Add archiver with filename-embedded headers 2021-11-15 21:41:42 +01:00
Felix Pojtinger
b7c79d7e91 feat: Add basic infrastructure for SQLite 2021-11-14 14:19:23 +01:00
Felix Pojtinger
091011eee4 feat: Implement example in alternative FUSE library 2021-11-12 23:32:06 +01:00
Felix Pojtinger
c321d52076 feat: Add basic FUSE read-only FS example 2021-11-11 21:45:55 +01:00