summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-16lib/model: Fix rename handling (ref #6650) (#6652)v1.6.0-rc.3Audrius Butkevicius
2020-05-16lib/db: Filter repeat files in one update (ref #6650) (#6651)Simon Frei
2020-05-13lib/db: Dont add symlinks to blocks map (fixes #6637) (#6639)v1.6.0-rc.2Simon Frei
2020-05-11lib/model: Add support for different puller block ordering (#6587)v1.6.0-rc.1Audrius Butkevicius
2020-05-11all: Reorder sequences for better rename detection (#6574)Audrius Butkevicius
2020-05-11build: Enable hardened runtime in Mac codesigningJakob Borg
2020-05-11lib/db, lib/model: Keep need stats in metadata (ref #5899) (#6413)Simon Frei
2020-05-11lib/connections: React to listeners going up and down faster (#6590)Audrius Butkevicius
2020-05-11build: Check new assets location for rebuildJakob Borg
2020-05-11build: Update .gitignores for new asset locs (ref #6624) (#6631)Simon Frei
2020-05-11build(deps): bump github.com/lucas-clemente/quic-go (#6630)dependabot-preview[bot]
2020-05-11build(deps): bump github.com/go-ldap/ldap/v3 from 3.1.7 to 3.1.10 (#6629)dependabot-preview[bot]
2020-05-10cmd/strelaypoolsrv, lib/api: Factor out static asset serving (#6624)greatroar
2020-05-08lib/db: Fix non-truncated fileinfo loading (#6621)Audrius Butkevicius
2020-05-08lib/model: Prevent panic on test failure (ref #6618) (#6620)Simon Frei
2020-05-08build: go.mod tidyJakob Borg
2020-05-08lib/db: Hold the bloom filter the right way (fixes #6614) (#6617)Jakob Borg
2020-05-08docker: Remove health check (fixes #6604) (#6616)Shaarad Dalvi
2020-05-07github: Update issue templates (#6610)Jakob Borg
2020-05-07all: Store assets as strings (#6611)greatroar
2020-05-07lib/model: Spurious tmp file (ref #6607) (#6609)Simon Frei
2020-05-06lib/model: Fix test after version vector changes (#6607)Jakob Borg
2020-05-06lib/protocol: Avoid data loss on database wipe by higher version numbers (fix...Jakob Borg
2020-05-06build(deps): bump github.com/greatroar/blobloom from 0.2.0 to 0.2.1 (#6600)dependabot-preview[bot]
2020-05-06build(deps): bump github.com/lucas-clemente/quic-go (#6599)dependabot-preview[bot]
2020-05-06lib/model: Merge add and start folder funcs and related refactor (#6594)Simon Frei
2020-05-06gui, man, authors: Update docs, translations, and contributorsJakob Borg
2020-05-04docker: Accept Go version as --build-argJakob Borg
2020-05-04lib/model: Don't include iolimiter wait into sync duration (#6593)Simon Frei
2020-05-02gui: Prevent text overflow in file lists (fixes #6268) (#6292)Tomasz WilczyƄski
2020-05-01lib/model: Improve errors when deleting dirs (fixes #6575) (#6586)Simon Frei
2020-05-01lib/model: Do file recheck in folder loop (fixes #6583) (#6585)Audrius Butkevicius
2020-05-01lib/model: Progress emitter network operations dont need to be blocking (#6589)Audrius Butkevicius
2020-05-01lib/model: Add option to disable fsync (#6588)Audrius Butkevicius
2020-05-01lib/db: Refactor getting global lists (#6529)Simon Frei
2020-05-01lib/connections: Update quic (#6591)Audrius Butkevicius
2020-04-29gui, man, authors: Update docs, translations, and contributorsJakob Borg
2020-04-28lib/fs: Avoid dirty offset read in fakefs (fixes #6584)Jakob Borg
2020-04-27build(deps): bump github.com/greatroar/blobloom from 0.1.1 to 0.2.0 (#6580)dependabot-preview[bot]
2020-04-27gui: Add "Pause All"/"Resume All" button for devices (fixes #6530) (#6549)MikolajTwarog
2020-04-27gui: Allow rescan on local additions (fixes #6578) (#6579)Jakob Borg
2020-04-27lib/config: Sort versioning options on marshal (fixes #6576) (#6577)Jakob Borg
2020-04-27lib/model: Use semaphore to limit concurrent folder writes (fixes #6541) (#6573)Jakob Borg
2020-04-22Merge branch 'release'Jakob Borg
2020-04-22gui, man, authors: Update docs, translations, and contributorsJakob Borg
2020-04-21gui: Fix regression on refreshNeed (fixes #6560, ref #6452) (#6561)v1.5.0-rc.2v1.5.0Simon Frei
2020-04-21gui: Fix regression on refreshNeed (fixes #6560, ref #6452) (#6561)Simon Frei
2020-04-21 lib/model: Don't exit pullerRoutine on cancelled ctx (fixes #6559) (#6562)Simon Frei
2020-04-21lib/model: Refactor folder health/error handling (fixes #6557) (#6558)Simon Frei
2020-04-20lib/protocol, rc, utils: Add mutex Unlock before panic (#6556)Boqin Qin