aboutsummaryrefslogtreecommitdiff
path: root/lib/db
AgeCommit message (Expand)Author
2024-05-16lib/db: Correct function name in comments (#9520)luchenhan
2024-04-08lib/db: Drop indexes for outgoing data to force refresh (ref #9496) (#9502)v1.27.6-rc.2v1.27.6Jakob Borg
2024-04-05lib/db: Hold update lock while taking snapshot (#9496)v1.27.6-rc.1Jakob Borg
2024-02-10lib/model, lib/protocol: Remove FileInfoBatch reuse behavior (#9399)Jakob Borg
2024-01-31lib/api: Improve folder summary event, verbose service (#9370)Jakob Borg
2023-08-21all: Remove lib/util package (#9049)Jakob Borg
2023-06-19all: Minor staticcheck fixes (#8939)guangwu
2023-05-11lib: replace `Readdir(-1)` with `os.ReadDir` (#8901)Eng Zer Jun
2023-03-06lib/api: Expose `blocksHash` in file info (#8810)Jakob Borg
2022-09-14all: Support syncing extended attributes (fixes #2698) (#8513)Jakob Borg
2022-08-23all: Fix various user-facing and non-user-facing typos (#8509)luzpaz
2022-08-03build: Update quic-go for Go 1.19 (#8483)Jakob Borg
2022-07-28all: Remove unused method receivers (#8462)deepsource-autofix[bot]
2022-07-28all: Unused parameter should be replaced by underscore (#8464)deepsource-autofix[bot]
2022-07-26all: Support syncing ownership (fixes #1329) (#8434)Jakob Borg
2022-04-27lib/db: Constant/unused args and return values, double it.Release (#8259)greatroar
2022-04-10lib: Get rid of buggy filesystem wrapping (#8257)Simon Frei
2022-03-14lib/db, lib/discover: Minor cleanup (#8217)greatroar
2022-03-13lib/db: Make err(Closed|NotFound) values (#8215)greatroar
2022-01-31lib/db, lib/model: Remove filesystem state from FileSet (fixes #7850) (#8151)Simon Frei
2021-11-10gui, lib: Fix tracking deleted locally-changed on encrypted (fixes #7715) (#7...v1.18.5-rc.1Simon Frei
2021-09-26build: Update all dependencies (#7968)Jakob Borg
2021-09-24lib/db: Replace SipHash with hash/maphash (#7962)greatroar
2021-09-10lib/db: Inline sync.Once in releaser (#7938)greatroar
2021-09-08all: Unused args, retvals, assignments (#7926)greatroar
2021-08-05lib/db/backend: Prevent panic in errors.As (#7873)Simon Frei
2021-06-27lib/db: Missing event-logger in write-transaction (#7793)Simon Frei
2021-06-17lib/db: Check if sequences change when repairing metadata (#7770)Simon Frei
2021-06-17gui, lib: Handle pw adding remote encrypted folder (fixes #7705) (#7772)Simon Frei
2021-06-17lib/db: Fix accounting bug when dropping indexes (#7774)Simon Frei
2021-06-09lib/db, lib/model: Improve error handling on pending items (#7754)Simon Frei
2021-06-07lib/db: Add failure reports to failures iterating over hashes (#7755)v1.18.0-rc.1Simon Frei
2021-06-07lib/db: Use a more concurrent GC (fixes #7722) (#7750)Jakob Borg
2021-06-07all: Allow dismissing pending devices / folders without ignoring (fixes #7700...André Colomb
2021-05-31lib/db: Clean up Timer and wait for logging before return in GC (#7720)greatroar
2021-05-22lib/db: Add logging for GC (#7707)Simon Frei
2021-05-19all: Regenerate proto (#7696)Simon Frei
2021-05-15lib/model: Don't use empty folder cfg for index sender (fixes #7649) (#7671)Simon Frei
2021-05-03lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)Audrius Butkevicius
2021-04-29lib: Revert needing invalid files (fixes #7608, ref #7476) (#7609)Simon Frei
2021-04-26all: Deprecate TLS 1.2 on sync connections (fixes #7594) (#7598)Jakob Borg
2021-04-11lib/db, lib/model: Refactor removing expired pending folders (#7537)Simon Frei
2021-04-05lib/db: Handle indirection error repairing sequences (fixes #7026) (#7525)Simon Frei
2021-03-30lib/db: Fix comparison of pending folder timestamps (fixes #7532) (#7535)André Colomb
2021-03-30lib/db: Don't panic debugging an inexistent file (#7534)Simon Frei
2021-03-17all: Remove miscellaneous vestigial code (#7495)Jakob Borg
2021-03-17lib/db: Fix some omitted error checks, unused variable (#7489)Jakob Borg
2021-03-15lib/db, lib/model: Allow needing invalid files (fixes #7474) (#7476)Simon Frei
2021-03-12all: Truncate some timestamps (fixes #7457) (#7459)Jakob Borg
2021-03-07lib: Return error from db.FileSet.Snapshot (fixes #7419, ref #5907) (#7424)Simon Frei