summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2022-05-28lib/model: Don't include deleted items in kqueue warning threshold (ref #7855...Simon Frei
2022-05-22lib/assets: MIME types, time formats (#8351)v1.20.2-rc.2greatroar
2022-05-22lib/model: Don't fail on temporary chmod (fixes #8355, ref #8235) (#8356)Simon Frei
2022-05-07lib/api: Fix and optimize csrfManager (#8329)greatroar
2022-05-04lib/discover: Filter locally announced addresses (fixes #7289) (#8302)Jakob Borg
2022-05-04lib/connections: Correct race on loop variable (fixes #8320) (#8321)Jakob Borg
2022-05-02lib/events: Remove unused method noopLogger.Stop (#8312)greatroar
2022-04-27lib/db: Constant/unused args and return values, double it.Release (#8259)greatroar
2022-04-27all: Clean up fmt.Errorf usage (#8309)greatroar
2022-04-23lib/discover: Increase global discovery timeout (#8303)Simon Frei
2022-04-22lib/model: Improve remoteFolderState reporting (fixes #8266) (#8283)André Colomb
2022-04-21lib/model: Correct type of event data (fixes #8294) (#8295)v1.20.0-rc.2Jakob Borg
2022-04-17lib/model: Subscribe to correct event for fs watching (ref #8249) (#8287)Simon Frei
2022-04-15cmd/syncthing, lib/logger: Add date to default log format (fixes #8272) (#8273)v1.20.0-rc.1Jakob Borg
2022-04-15all: use T.TempDir to create temporary test directory (#8280)Eng Zer Jun
2022-04-13lib/model: Switch the remoteFolderState default value to valid (#8275)André Colomb
2022-04-12build: Bump quic-go to 0.26.0 for go1.18 update (#8231)Simon Frei
2022-04-11lib/connections: Create the forgotten channel (ref #8263) (#8267)Simon Frei
2022-04-10gui, lib/model: Mark folders unaccepted by remote device (fixes #8202) (#8201)André Colomb
2022-04-10lib: Get rid of buggy filesystem wrapping (#8257)Simon Frei
2022-04-10lib/connections: Always run a simple connection test (#7866)Jakob Borg
2022-04-10lib/connections: Make request tests sequential (#8263)Simon Frei
2022-04-09lib: Removal global connection registry (#8254)Simon Frei
2022-04-07lib/connections, lib/model: Improve new conn handling (#8253)Simon Frei
2022-04-05lib/fs, lib/model: Add warning about kqueue resource usage (fixes #7855) (#8249)Simon Frei
2022-04-02all: Comments and cosmetics (#8218)André Colomb
2022-03-27lib/model: Clear folder error after loading ignores (fixes #8232) (#8238)Simon Frei
2022-03-26lib/model: Chmod to mode|0700, not 755 (#8235)greatroar
2022-03-26all: Replace errors.Cause with errors.Is (#8236)greatroar
2022-03-24lib/fs: Do not follow symlinks in watcher on solaris (fixes #8020) (#8223)Greg
2022-03-14lib/db, lib/discover: Minor cleanup (#8217)greatroar
2022-03-13lib/db: Make err(Closed|NotFound) values (#8215)greatroar
2022-02-28lib/protocol: Use one mutex for rawConnect.awaiting and nextID (#8198)greatroar
2022-02-24lib/config: Improve clarity of free space errors (fixes #8180) (#8191)Jakob Borg
2022-02-08lib, gui: Removed unused cleanInterval from Staggered Versioning (ref #541) (...tomasz1986
2022-02-07lib/api: Fix comments for endpoint parameters (#8163)André Colomb
2022-02-01lib/model: Print device when a block request fails (#8159)Simon Frei
2022-01-31lib/db, lib/model: Remove filesystem state from FileSet (fixes #7850) (#8151)Simon Frei
2022-01-30lib/fs: Handle permission change events on macos (fixes #7924) (#8150)Jonathan
2022-01-29lib/fs: Improve error messages checking file paths (fixes #7942) (#8148)Simon Frei
2022-01-24lib/protocol: Require at least 3.125% savings from compression (#8133)greatroar
2022-01-17lib/protocol: Switch to a newer lz4 package (#8122)v1.19.0-rc.1Jakob Borg
2022-01-13lib, gui: Default ignores for new folders (fixes #7428) (#7530)Simon Frei
2022-01-10lib/model: Remove bogus fields from connections API endpoint (fixes #8103) (#...André Colomb
2022-01-07cmd/syncthing: Add --skip-port-probing (fixes #8090) (#8099)André Colomb
2021-12-22lib: Fix panic due to closed event subscriptions on shutdown (#8079)Gahl Saraf
2021-11-27lib/osutil: Use x/sys/windows for SetLowPrioritygreatroar
2021-11-27lib/upgrade: Use strings.Reader instead of bytes.Buffergreatroar
2021-11-27lib/protocol: Remove unused sorting boilerplategreatroar
2021-11-27lib/sync: Make the clock a function pointergreatroar