31c3502ecbrefactor: Use consistent naming scheme for config keys
Felix Pojtinger
2022-01-08 23:42:32 +01:00
f3657dc189refactor: Use consistent naming scheme for config keys
Felicitas Pojtinger
2022-01-08 23:42:32 +01:00
fc05ffd532feat: Add full example with encryption, compression and signatures
Felix Pojtinger
2022-01-08 23:14:55 +01:00
46eef49429feat: Add full example with encryption, compression and signatures
Felicitas Pojtinger
2022-01-08 23:14:55 +01:00
a15c7e7cacfeat: Start adding unit tests
Felix Pojtinger
2022-01-08 19:40:12 +01:00
c7654dd876feat: Start adding unit tests
Felicitas Pojtinger
2022-01-08 19:40:12 +01:00
8fa82effb8fix: Only use APT in Debian-based images
Felix Pojtinger
2022-01-08 17:25:26 +01:00
d80d2a2427fix: Only use APT in Debian-based images
Felicitas Pojtinger
2022-01-08 17:25:26 +01:00
d0dc3ec6c5build: Add 32-bit Windows target based on MSYS2 in WINE
Felix Pojtinger
2022-01-08 17:16:34 +01:00
32094155babuild: Add 32-bit Windows target based on MSYS2 in WINE
Felicitas Pojtinger
2022-01-08 17:16:34 +01:00
1e9d5ec9a5fix: Allow using relative paths for database without creating leading directories
Felix Pojtinger
2022-01-08 15:40:28 +01:00
c498c226d8fix: Allow using relative paths for database without creating leading directories
Felicitas Pojtinger
2022-01-08 15:40:28 +01:00
f76377bdd9fix: Remove hotfix for gRPC library on PPC32
Felix Pojtinger
2022-01-07 23:22:13 +01:00
4975fa5720fix: Remove hotfix for gRPC library on PPC32
Felicitas Pojtinger
2022-01-07 23:22:13 +01:00
4b2301af8dfix: Don't import OS package in mtio stubs
Felix Pojtinger
2022-01-07 22:47:38 +01:00
484e73b0fdfix: Don't import OS package in mtio stubs
Felicitas Pojtinger
2022-01-07 22:47:38 +01:00
1a0cb33571refactor: Use explicit interface instead of os.File for drive backend
Felix Pojtinger
2022-01-07 22:27:14 +01:00
f45f8b1499refactor: Use explicit interface instead of os.File for drive backend
Felicitas Pojtinger
2022-01-07 22:27:14 +01:00
972aa8b430build: Add Go to GCCGo dependencies
Felix Pojtinger
2022-01-07 22:23:21 +01:00
314e60f9b1build: Add Go to GCCGo dependencies
Felicitas Pojtinger
2022-01-07 22:23:21 +01:00
a6d24e7fadbuild: Add make dependency to Hydrunfile
Felix Pojtinger
2022-01-07 21:40:20 +01:00
933e7a7731build: Add make dependency to Hydrunfile
Felicitas Pojtinger
2022-01-07 21:40:20 +01:00
a86c36e785feat: Use pure Go SQLite on supported platforms and fallback to CGo SQLite on unsupported platforms, use Afero release will pulled changes
Felix Pojtinger
2022-01-07 21:25:19 +01:00
33b7e120d5feat: Use pure Go SQLite on supported platforms and fallback to CGo SQLite on unsupported platforms, use Afero release will pulled changes
Felicitas Pojtinger
2022-01-07 21:25:19 +01:00
8b053e6d50refactor: Disable autogenerated tests from SQLBoiler and switch to upstream driver
Felix Pojtinger
2022-01-07 21:02:35 +01:00
1a160b613frefactor: Disable autogenerated tests from SQLBoiler and switch to upstream driver
Felicitas Pojtinger
2022-01-07 21:02:35 +01:00
1223301d60refactor: Use modernc.org/sqlite
Felix Pojtinger
2022-01-07 20:53:44 +01:00
ba5d81ef7crefactor: Use modernc.org/sqlite
Felicitas Pojtinger
2022-01-07 20:53:44 +01:00
2541375302refactor: Decompose drive initialization to fs package, add getters for operations
Felix Pojtinger
2022-01-07 19:57:01 +01:00
f31e4aea9crefactor: Decompose drive initialization to fs package, add getters for operations
Felicitas Pojtinger
2022-01-07 19:57:01 +01:00
e8a164ca61feat: Add read-only flag to FTP server
Felix Pojtinger
2022-01-05 03:50:37 +01:00
9eb888e5f9feat: Add read-only flag to FTP server
Felicitas Pojtinger
2022-01-05 03:50:37 +01:00
f856f880e5fix: Prevent calling readdir and readdirnames on files
Felix Pojtinger
2022-01-05 01:23:23 +01:00
4104a9ee91fix: Prevent calling readdir and readdirnames on files
Felicitas Pojtinger
2022-01-05 01:23:23 +01:00
985a5cc3berefactor: Prevent duplicate queries with specified limits in Readdir
Felix Pojtinger
2022-01-04 22:46:25 +01:00
fce0477da3refactor: Prevent duplicate queries with specified limits in Readdir
Felicitas Pojtinger
2022-01-04 22:46:25 +01:00
6b48db10f7refactor: Rewrite path sanitizer to support write operations on relative tar archives
Felix Pojtinger
2022-01-04 22:20:33 +01:00
4b246f2794refactor: Rewrite path sanitizer to support write operations on relative tar archives
Felicitas Pojtinger
2022-01-04 22:20:33 +01:00
0161a0ae6afeat: Add readdir / to initial test section
Felix Pojtinger
2022-01-03 17:03:43 +01:00
1298147b89feat: Add readdir / to initial test section
Felicitas Pojtinger
2022-01-03 17:03:43 +01:00
e3cc7afefdfeat: Add start of simple usage example
Felix Pojtinger
2022-01-03 17:00:25 +01:00
d4043e813cfeat: Add start of simple usage example
Felicitas Pojtinger
2022-01-03 17:00:25 +01:00
8ed551b3c4fix: Prevent deadlock when calling fs.Create
Felix Pojtinger
2022-01-03 16:59:56 +01:00
32fe31c5e8refactor: Split keys and keyext packages, make compression, signature and encryption packages public
Felix Pojtinger
2022-01-03 14:56:46 +01:00
5d5b6ebb96refactor: Split keys and keyext packages, make compression, signature and encryption packages public
Felicitas Pojtinger
2022-01-03 14:56:46 +01:00
c86730e756feat: Implement ReadlinkIfPossible
Felix Pojtinger
2022-01-02 23:55:23 +01:00