summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-03-31lib/db, lib/model: Code simplifications (#6484)greatroar
2020-03-31lib/fs: Basic with empty root shouldn't point at / (#6483)Simon Frei
2020-03-31lib/api: Update ldap package (fixes #6479) (#6481)Jakob Borg
2020-03-31lib/versioner: Extended tests of intervals (#6462)mv1005
2020-03-30lib/versioner: Fix "30 days" interval (fixes #6410) (#6461)Michael Rienstra
2020-03-30lib/rand: Various fixes (#6474)greatroar
2020-03-30lib/util: Fix potential data race (#6477)greatroar
2020-03-29lib/protocol: faster Luhn algorithm and better testing (#6475)greatroar
2020-03-29lib/protocol: Remove unused channel Connection.preventSends (#6473)greatroar
2020-03-29lib/weakhash: Fix speed reporting in benchmark (#6470)greatroar
2020-03-29lib/ur: Use sysctl syscall to get RAM size on Mac (#6468)greatroar
2020-03-27lib/model: Do Revert/Override synchronously (#6460)Simon Frei
2020-03-26lib/syncthing: Save version to db after upgrade ops are done (ref #6457) (#6458)Simon Frei
2020-03-26lib/model: Remove unused func (#6456)Simon Frei
2020-03-24all: Pass db intervals as args not env vars (#6448)Simon Frei
2020-03-24lib/api: Set ServerName on LDAPS connections (fixes #6450) (#6451)Jakob Borg
2020-03-24lib/model: Unset local flag on deleted files (fixes #6436) (#6449)Simon Frei
2020-03-22gui, lib/model: Fix for folder stats with r-o and ignoreDel (fixes #6430) (#6...Simon Frei
2020-03-20lib/db: Don't whack blocks when putting truncated file (#6434)Jakob Borg
2020-03-19lib/db, lib/syncthing: Repair db once on upgrade (ref #6425, #6427) (#6429)Simon Frei
2020-03-19lib/db: Fix removeFromGlobal and no filenames in error (fixes #6427) (#6428)Simon Frei
2020-03-19lib/db: Remove emptied global list in checkGlobals (fixes #6425) (#6426)Simon Frei
2020-03-18cmd/syncthing, lib/locations: Separate data and config dirs (fixes #4924) (#6...Simon Frei
2020-03-18lib/db: Checkpoint during schema updates (fixes #6422) (#6424)v1.4.1-rc.1Simon Frei
2020-03-18lib: Repair sequence inconsistencies (#6367)Simon Frei
2020-03-18lib/config: Correct spelling of address in LDAP config (#6420)Jakob Borg
2020-03-17lib/beacon: Only send to appropriately flagged interfaces (ref #5957) (#6404)Alex Xu
2020-03-17lib/protocol: Zero pad index ID stringsJakob Borg
2020-03-16lib/db: Don't ignore failures unmarshaling version lists (#6411)Simon Frei
2020-03-16lib/db: Use need func in withNeed and simplify (#6412)Simon Frei
2020-03-11lib/db: Extend set test with second remote (#6402)Simon Frei
2020-03-10lib/protocol: Use BlocksHash to compare block lists when available (#6401)Jakob Borg
2020-03-07lib/api: Ignore that one file that always shows up in git statusJakob Borg
2020-03-06lib/db: Be more lenient during migration (fixes #6397) (#6398)Jakob Borg
2020-03-04gui, lib/api: Remove CPU & RAM measurements (fixes #6249) (#6393)Jakob Borg
2020-03-03all: Tweak error creation (#6391)Jakob Borg
2020-02-29lib/db: Prevent GC concurrently with migration (fixes #6389) (#6390)Jakob Borg
2020-02-28lib/db: Correct metadata recalculation (fixes #6381) (#6382)Jakob Borg
2020-02-27lib/db: Remove reference to env var that never existedJakob Borg
2020-02-27lib/db: Slightly improve indirection (ref #6372) (#6373)Jakob Borg
2020-02-26lib/dialer: Preserve nilness in error handling (fixes #6368) (#6369)Jakob Borg
2020-02-26lib/dialer: Bring back address faking connection (fixes #6289) (#6363)Audrius Butkevicius
2020-02-25lib/connections: Refactor status for testing (ref #6361) (#6362)Simon Frei
2020-02-25lib/connections: Actually record connection errors (#6361)Jakob Borg
2020-02-24lib: More contextification (#6343)Simon Frei
2020-02-22lib/db: Allow put partial FileInfo without blocks (ref #6353)Jakob Borg
2020-02-22lib/db: Don't panic on incorrect BlocksHash (fixes #6353) (#6355)Simon Frei
2020-02-22lib/db: Schema update to repair sequence index (ref #6304) (#6350)Simon Frei
2020-02-19lib: Modify FileInfos consistently (ref #6321) (#6349)Simon Frei
2020-02-18lib/config, gui: Set unix socket permissions for GUI listen address (fixes #5...Tyler Kropp