syncthing/lib/model
Simon Frei 5baa432906 lib/db: Add index to track locally needed files (#4958)
To optimize WithNeed, which is called for the local device whenever an index
update is received. No tracking for remote devices to conserve db space, as
WithNeed is only queried for completion.
2018-06-02 15:08:32 +02:00
..
testdata lib/fs, lib/model: Make tests caching compatible (fixes #4749) (#4804) 2018-03-13 14:03:10 +01:00
debug.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
deviceactivity_test.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
deviceactivity.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
devicedownloadstate_test.go
devicedownloadstate.go
doc.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
folder_sendonly.go lib/model: Move String method to folder (#4964) 2018-05-23 08:23:21 +01:00
folder_sendrecv_test.go lib/model: Also wait for ItemFinished in TestDeregister (#4951) 2018-05-14 20:01:35 +01:00
folder_sendrecv.go lib/model: Move String method to folder (#4964) 2018-05-23 08:23:21 +01:00
folder.go lib/model: Move String method to folder (#4964) 2018-05-23 08:23:21 +01:00
folderstate.go lib/model, lib/config: Refactor folder health/error handling (fixes #4445, fixes #4451) 2017-10-24 07:58:55 +00:00
model_test.go
model.go lib/model: Refactor override implementation into sendOnlyFolder 2018-05-21 09:09:47 +02:00
progressemitter_test.go
progressemitter.go all: Correct various typos 2017-02-25 08:12:13 +00:00
queue_test.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
queue.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
requests_test.go lib/db: Add index to track locally needed files (#4958) 2018-06-02 15:08:32 +02:00
sentdownloadstate.go
sharedpullerstate_test.go lib/model: Remove dead code (*sharedPullerState).sourceFile 2017-12-12 11:30:47 +01:00
sharedpullerstate.go all: Implement variable sized blocks (fixes #4807) 2018-04-16 19:08:50 +01:00
util.go