Commit Graph

23 Commits

Author SHA1 Message Date
Felicitas Pojtinger
3aff00b57e refactor: Update dependencies, modernize Hydrun build systems, CI/CD and README conventions
Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
2024-07-30 15:56:12 -07:00
Felicitas Pojtinger
33b7e120d5 feat: Use pure Go SQLite on supported platforms and fallback to CGo SQLite on unsupported platforms, use Afero release will pulled changes 2022-01-07 21:25:19 +01:00
Felicitas Pojtinger
ba5d81ef7c refactor: Use modernc.org/sqlite 2022-01-07 20:53:44 +01:00
Felicitas Pojtinger
a1396665e1 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
Felicitas Pojtinger
92669961cc feat: Implement basic overwriting, in-memory File.Write 2021-12-22 22:02:12 +01:00
Felicitas Pojtinger
092f8ed240 build: Add SQLite driver to depend target 2021-12-20 01:50:11 +01:00
Felicitas Pojtinger
2f3d2dcc57 feat: Start implementation of testing FTP server 2021-12-19 01:12:57 +01:00
Felicitas Pojtinger
ce7c9df3ac feat: Add basic signature support to archive cmd based on Minisign 2021-12-04 16:44:31 +01:00
Felicitas Pojtinger
211ec57062 feat: Add key generation support for PGP 2021-12-04 01:42:15 +01:00
Felicitas Pojtinger
d2f03751b6 feat: Add PGP encryption support 2021-12-03 17:17:36 +01:00
Felicitas Pojtinger
9f61c37c9d feat: Start implementation of transparent encryption based on age 2021-12-01 23:27:43 +01:00
Felicitas Pojtinger
8516b786d6 feat: Add parallel bzip2 support 2021-11-30 19:29:56 +01:00
Felicitas Pojtinger
6b26046bad feat: Add bzip2 compression support 2021-11-30 19:24:39 +01:00
Felicitas Pojtinger
5bb1b341ea feat: Add brotli compression support 2021-11-30 19:09:48 +01:00
Felicitas Pojtinger
68c88098aa feat: Add lz4 compression support 2021-11-30 18:35:28 +01:00
Felicitas Pojtinger
1c544c3400 feat: Add parallel GZip compression and decompression support 2021-11-30 18:16:36 +01:00
Felicitas Pojtinger
ddadeace61 feat: Start implementation of SQLite index backend 2021-11-21 00:28:25 +01:00
Felicitas Pojtinger
63fa4c3669 feat: Add Cobra commands for all functionality 2021-11-19 02:46:49 +01:00
Felicitas Pojtinger
f426874cbd refactor: Decompose syscalls into pkg, start adding utility commands 2021-11-19 00:39:28 +01:00
Felicitas Pojtinger
deec1feb42 feat: Add archiver with filename-embedded headers 2021-11-15 21:41:42 +01:00
Felicitas Pojtinger
d5577a5398 feat: Add basic infrastructure for SQLite 2021-11-14 14:19:23 +01:00
Felicitas Pojtinger
962459d1e9 feat: Implement example in alternative FUSE library 2021-11-12 23:32:06 +01:00
Felicitas Pojtinger
73b830d3cf feat: Add basic FUSE read-only FS example 2021-11-11 21:45:55 +01:00