Commit Graph

19 Commits

Author SHA1 Message Date
Felicitas Pojtinger
c498c226d8 fix: Allow using relative paths for database without creating leading directories 2022-01-08 15:40:28 +01: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
5089333d13 feat: Make STFS API public
Also: Happy new year :)
2021-12-31 23:57:21 +01:00
Felicitas Pojtinger
c778a83bf1 fix: Support relative tar files containing only files and no root directory 2021-12-19 23:31:28 +01:00
Felicitas Pojtinger
303add8714 feat: Support relative root directories without BasePathFs 2021-12-19 22:40:52 +01:00
Felicitas Pojtinger
c25c3c98be refactor: Decompose local prefix usage 2021-12-19 22:08:39 +01:00
Felicitas Pojtinger
5f4d0f9628 refactor: Make httpsrv a subcommand of stbak, add decryption support 2021-12-19 17:53:06 +01:00
Felicitas Pojtinger
d38b97f1ff feat: Add list limit support 2021-12-18 23:12:52 +01:00
Felicitas Pojtinger
20b9b4f36f feat: Add support for relative root directories 2021-12-18 03:36:15 +01:00
Felicitas Pojtinger
f528c84d3d fix: Prevent returning parent header when returning child header 2021-12-17 18:21:59 +01:00
Felicitas Pojtinger
263a4e05d7 refactor: Clear database tables instead of truncating 2021-12-15 00:40:31 +01:00
Felicitas Pojtinger
8ef3530b20 fix: Use offset to prevent re-indexing encrypted headers 2021-12-10 21:51:12 +01:00
Felicitas Pojtinger
bc0951e476 refactor: Decompose logger completely 2021-12-10 21:20:35 +01:00
Felicitas Pojtinger
d1dfe5c2be refactor: Unify delete and move indexing behavior 2021-12-07 01:43:04 +01:00
Felicitas Pojtinger
f26f899612 fix: Prevent moving headers from corrupting last indexed record & block 2021-12-07 01:37:16 +01:00
Felicitas Pojtinger
aa3b558340 fix: Prevent deletion of headers from corrupting last indexed record & block 2021-12-07 00:41:02 +01:00
Felicitas Pojtinger
943d92d052 fix: Enable computation of last known record and block based on lastknownrecord and lastknownblock even if last changes are updates 2021-12-06 23:55:31 +01:00
Felicitas Pojtinger
4f5d298c8e refactor: Start implementation of public API 2021-12-06 21:01:41 +01:00