]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/frontends/magic_folder.py
Merge branch '2438.magic-folder-stable.9' of https://github.com/tahoe-lafs/tahoe...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / frontends / magic_folder.py
2016-01-30 Daira HopwoodMerge branch '2438.magic-folder-stable.9' of https... 2438.magic-folder-stable.10
2016-01-25 Daira HopwoodDelay only the download scan not the turning of our...
2016-01-25 David StaintonFix umask again
2016-01-25 David StaintonFix umask usage bit fiddling and use try finally blocks
2016-01-25 David StaintonAdd download.umask config option with default of 077
2016-01-25 David StaintonAdd umask to Downloader
2016-01-25 David StaintonRemove magic-folder exclude stat
2016-01-25 Daira HopwoodRefactor is_new_file.
2016-01-25 Daira HopwoodMinor simplification.
2016-01-25 David StaintonSimply conflict detection by removing nested if statements
2016-01-25 David StaintonScan our own dmd upon start only
2016-01-25 meejahAdd a unit-test and correct the code for "already deleted"
2016-01-25 Daira HopwoodWIP: Refactoring to get db fields in one query.
2016-01-25 Daira HopwoodFix pending upload conflict detection.
2016-01-25 Daira HopwoodDetect remote conflict by checking for pending upload.
2016-01-25 David StaintonAdd debugging print statement for timestamp comparison
2016-01-25 David StaintonAdd last uploaded timestamp comparison for remote confl...
2016-01-25 Daira HopwoodFix some miscapture bugs.
2016-01-25 Daira HopwoodWorkaround.
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.
2016-01-21 David StaintonAdd comment about FUDGE_SECONDS and refer to our design doc
2016-01-21 David StaintonAdd filename to invalid metadata log message
2016-01-21 David StaintonAdd continue to be more expressive about our intentions
2016-01-21 David StaintonDetect metadata without 'version'
2016-01-20 Daira HopwoodDelay only the download scan not the turning of our...
2016-01-20 David StaintonFix umask again
2016-01-20 David StaintonFix umask usage bit fiddling and use try finally blocks
2016-01-20 David StaintonAdd download.umask config option with default of 077
2016-01-20 David StaintonAdd umask to Downloader
2016-01-20 David StaintonRemove magic-folder exclude stat
2016-01-20 Daira HopwoodRefactor is_new_file.
2016-01-20 Daira HopwoodMinor simplification.
2016-01-20 David StaintonSimply conflict detection by removing nested if statements
2016-01-20 David StaintonScan our own dmd upon start only
2016-01-20 meejahAdd a unit-test and correct the code for "already deleted"
2016-01-20 Daira HopwoodWIP: Refactoring to get db fields in one query.
2016-01-20 Daira HopwoodFix pending upload conflict detection.
2016-01-20 Daira HopwoodDetect remote conflict by checking for pending upload.
2016-01-20 David StaintonAdd debugging print statement for timestamp comparison
2016-01-20 David StaintonAdd last uploaded timestamp comparison for remote confl...
2016-01-20 Daira HopwoodFix some miscapture bugs.
2016-01-20 Daira HopwoodWorkaround.
2016-01-20 Daira HopwoodSimplify _notify and improve logging.
2016-01-20 Daira HopwoodSimplify _scan_remote_* and remove Downloader._download...
2016-01-20 Daira HopwoodCosmetics.
2016-01-20 Daira HopwoodDownloader doesn't need the pending set.
2016-01-20 Daira HopwoodDelete redundant is_ready attribute from MagicFolder.
2016-01-20 Daira HopwoodAdd precondition to Uploader._process.
2016-01-20 Daira HopwoodDebugging WIP.
2016-01-20 Daira HopwoodWIP: exclude own dirnode from scan. This is not quite...
2016-01-20 Daira HopwoodDon't add subdirectory watches if the platform's notifi...
2016-01-20 Daira HopwoodImprove reporting of assertion failures.
2016-01-20 Daira HopwoodFix some path Unixisms.
2016-01-20 Daira HopwoodDon't download the deletion marker file unnecessarily.
2016-01-20 Daira HopwoodDistinguish deletion of directories.
2016-01-20 Daira HopwoodRename deleted files to .backup rather than unlinking...
2016-01-20 David StaintonAdd basic bob upload test and fix conflict detect
2016-01-20 David StaintonCount conflicted objects
2016-01-20 Daira HopwoodBasic remote conflict detection based on ancestor uri
2016-01-20 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2016-01-20 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
2016-01-20 meejahadd the 'spurious' notifies
2016-01-20 meejahimplement 'delete' functionality, with tests
next