summaryrefslogtreecommitdiffstats
path: root/lib/util
AgeCommit message (Expand)Author
2020-04-20lib/protocol, rc, utils: Add mutex Unlock before panic (#6556)Boqin Qin
2020-03-30lib/util: Fix potential data race (#6477)greatroar
2020-02-24lib: More contextification (#6343)Simon Frei
2019-11-26all: Use context in lib/dialer (#6177)Simon Frei
2019-11-21lib: Replace done channel with contexts in and add names to util services (#6...Simon Frei
2019-10-16lib/util: Add caller info to service (ref #5932) (#5973)Simon Frei
2019-07-19lib: Ensure timely service termination (fixes #5860) (#5863)Simon Frei
2019-07-09lib: Add util.Service as suture.Service template (fixes #5801) (#5806)Simon Frei
2019-05-29lib/connections: Add QUIC protocol support (fixes #5377) (#5737)Audrius Butkevicius
2019-02-12all: Use new reflect based CLI (#5487)Audrius Butkevicius
2017-12-07lib/config, lib/model: Tweaks to the auto accept featureJakob Borg
2017-12-07gui, lib/config, lib/model: Support auto-accepting folders (fixes #2299)Audrius Butkevicius
2017-02-09all: Update license url to https (ref #3976)Jakob Borg
2017-02-06lib/weakhash, lib/model, cmd/syncthing: Decide if to use weakhash on startup ...Audrius Butkevicius
2016-12-21build: Enable gometalinter "gosimple" check, improve build.goJakob Borg
2016-05-26lib/rand: Break out random functions into separate packageJakob Borg
2016-05-25lib/util: Add secure random numbers source (fixes #3178)Jakob Borg
2016-05-09cmd/syncthing: Use random folder ID for default folder, limit random charsetJakob Borg
2016-05-09lib/util: Should seed random number generator on startupJakob Borg
2016-04-10lib/nat: Add a nat package and service to track mappings on multiple IGDsAudrius Butkevicius
2016-03-25lib/upnp: Refactor out methods to util with tests, refactor IGDAudrius Butkevicius
2016-03-25lib/connections: Refactor address listing into connection serviceAudrius Butkevicius