]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/frontends/magic_folder.py
Downloader doesn't need the pending set.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / frontends / magic_folder.py
2015-12-28 Daira HopwoodDownloader doesn't need the pending set.
2015-12-28 Daira HopwoodDelete redundant is_ready attribute from MagicFolder.
2015-12-28 Daira HopwoodAdd precondition to Uploader._process.
2015-12-28 Daira HopwoodDebugging WIP.
2015-12-28 Daira HopwoodWIP: exclude own dirnode from scan. This is not quite...
2015-12-28 Daira HopwoodDon't add subdirectory watches if the platform's notifi...
2015-12-28 Daira HopwoodImprove reporting of assertion failures.
2015-12-28 Daira HopwoodFix some path Unixisms.
2015-12-28 Daira HopwoodDon't download the deletion marker file unnecessarily.
2015-12-28 Daira HopwoodDistinguish deletion of directories.
2015-12-28 Daira HopwoodRename deleted files to .backup rather than unlinking...
2015-12-28 David StaintonAdd basic bob upload test and fix conflict detect
2015-12-28 David StaintonCount conflicted objects
2015-12-28 Daira HopwoodBasic remote conflict detection based on ancestor uri
2015-12-28 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2015-12-28 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
2015-12-28 meejahadd the 'spurious' notifies
2015-12-28 meejahimplement 'delete' functionality, with tests
2015-12-28 Daira HopwoodAdd test that we don't write files outside the magic...
2015-12-28 Daira HopwoodMore debug logging.
2015-12-28 Daira HopwoodWatch for IN_CREATE events but filter them out for...
2015-12-28 Daira HopwoodImplement creating local directories in downloader.
2015-12-28 Daira HopwoodDecode names in the scanned remote.
2015-12-28 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2015-12-28 Daira HopwoodSimplify and fix non-existent-file handling.
2015-12-28 Daira HopwoodLogging/debugging improvements.
2015-12-28 Daira HopwoodCorrect a call to did_upload_version in the downloader.
2015-12-28 Daira HopwoodRestore a call to increment files_uploaded that was...
2015-12-28 David StaintonTeach uploader+downloader to use to db schema
2015-12-28 Daira HopwoodAdd magicfolderdb.py.
2015-12-28 David StaintonWIP
2015-12-28 David StaintonFor all downloaded files ensure parent dir exists
2015-12-28 meejahMake downloader delay a class-variable
2015-12-28 Daira HopwoodWIP.
2015-12-28 Daira HopwoodMagic Folder file moves.