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