]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/frontends/magic_folder.py
add docstrings
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / frontends / magic_folder.py
2016-02-08 meejahadd docstrings
2016-02-08 meejahmake history longer
2016-02-08 meejahflesh out IQueuedItem
2016-02-08 meejahFlesh out "tahoe magic-folder status" command
2016-02-05 David StaintonFurther work in progress refinements to unit tests
2016-02-05 David StaintonAdd logging for Downloader.stop.
2016-02-05 David StaintonMinor cleanup and logging fix.
2016-02-05 David StaintonClean up queue loging and add a clock advance in unit...
2016-02-05 David StaintonWIP
2016-02-05 David StaintonAdd ignore pending argument to _periodic_full_scan
2016-02-05 David StaintonOnly perform full scan if pending set is empty
2016-02-05 David StaintonNaive periodic full scan
2016-02-05 David StaintonFix uploader's _process to extend queue after scan...
2016-02-05 David StaintonDaira's excellent fixes to the uploader from our pairin...
2016-02-05 David StaintonTeach uploader's _scan to use the deque
2016-02-05 Daira HopwoodDelay only the download scan not the turning of our...
2016-02-05 David StaintonFix umask again
2016-02-05 David StaintonFix umask usage bit fiddling and use try finally blocks
2016-02-05 David StaintonAdd download.umask config option with default of 077
2016-02-05 David StaintonAdd umask to Downloader
2016-02-05 David StaintonRemove magic-folder exclude stat
2016-02-05 Daira HopwoodRefactor is_new_file.
2016-02-05 Daira HopwoodMinor simplification.
2016-02-05 David StaintonSimply conflict detection by removing nested if statements
2016-02-05 David StaintonScan our own dmd upon start only
2016-02-05 meejahAdd a unit-test and correct the code for "already deleted"
2016-02-05 Daira HopwoodWIP: Refactoring to get db fields in one query.
2016-02-05 Daira HopwoodFix pending upload conflict detection.
2016-02-05 Daira HopwoodDetect remote conflict by checking for pending upload.
2016-02-05 David StaintonAdd debugging print statement for timestamp comparison
2016-02-05 David StaintonAdd last uploaded timestamp comparison for remote confl...
2016-02-05 Daira HopwoodFix some miscapture bugs.
2016-02-05 Daira HopwoodWorkaround.
2016-02-05 Daira HopwoodSimplify _notify and improve logging.
2016-02-05 Daira HopwoodSimplify _scan_remote_* and remove Downloader._download...
2016-02-05 Daira HopwoodCosmetics.
2016-02-05 Daira HopwoodDownloader doesn't need the pending set.
2016-02-05 Daira HopwoodDelete redundant is_ready attribute from MagicFolder.
2016-02-05 Daira HopwoodAdd precondition to Uploader._process.
2016-02-05 Daira HopwoodDebugging WIP.
2016-02-05 Daira HopwoodWIP: exclude own dirnode from scan. This is not quite...
2016-02-05 Daira HopwoodDon't add subdirectory watches if the platform's notifi...
2016-02-05 Daira HopwoodImprove reporting of assertion failures.
2016-02-05 Daira HopwoodFix some path Unixisms.
2016-02-05 Daira HopwoodDon't download the deletion marker file unnecessarily.
2016-02-05 Daira HopwoodDistinguish deletion of directories.
2016-02-05 Daira HopwoodRename deleted files to .backup rather than unlinking...
2016-02-05 David StaintonAdd basic bob upload test and fix conflict detect
2016-02-05 David StaintonCount conflicted objects
2016-02-05 Daira HopwoodBasic remote conflict detection based on ancestor uri
2016-02-05 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2016-02-05 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
2016-02-05 meejahadd the 'spurious' notifies
2016-02-05 meejahimplement 'delete' functionality, with tests
2016-02-05 Daira HopwoodAdd test that we don't write files outside the magic...
2016-02-05 Daira HopwoodMore debug logging.
2016-02-05 Daira HopwoodWatch for IN_CREATE events but filter them out for...
2016-02-05 Daira HopwoodImplement creating local directories in downloader.
2016-02-05 Daira HopwoodDecode names in the scanned remote.
2016-02-05 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2016-02-05 Daira HopwoodSimplify and fix non-existent-file handling.
2016-02-05 Daira HopwoodLogging/debugging improvements.
2016-02-05 Daira HopwoodCorrect a call to did_upload_version in the downloader.
2016-02-05 Daira HopwoodRestore a call to increment files_uploaded that was...
2016-02-05 David StaintonTeach uploader+downloader to use to db schema
2016-02-05 Daira HopwoodAdd magicfolderdb.py.
2016-02-05 David StaintonWIP
2016-02-05 David StaintonFor all downloaded files ensure parent dir exists
2016-02-05 meejahMake downloader delay a class-variable
2016-02-05 Daira HopwoodWIP.
2016-02-05 Daira HopwoodMagic Folder file moves.