]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-12-28 Daira HopwoodFix a subtle bug in the overwrite algorithm. 2438.magic-folder-stable.7
2015-12-28 Daira Hopwoodconfiguration.rst: update some stale references to...
2015-12-28 Daira HopwoodTeach magic-folder join to use configutil.
2015-12-28 David StaintonAdd magic-folder test_scan_once_on_startup
2015-12-28 Daira HopwoodVarious test cleanups.
2015-12-28 David StaintonTeach join twice test to test for proper stdout and...
2015-12-28 David StaintonMore thorough checks to the join leave join test
2015-12-28 David StaintonFix test_join_leave_join
2015-12-28 David StaintonAdd more magic-folder join leave tests
2015-12-28 David StaintonAdd unit test for join twice failure
2015-12-28 Daira HopwoodDelay only the download scan not the turning of our...
2015-12-28 David StaintonFix magic folder constructor signature in test
2015-12-28 David StaintonFix tests usage of umask
2015-12-28 David StaintonFix umask again
2015-12-28 David StaintonFix umask usage bit fiddling and use try finally blocks
2015-12-28 David Staintonremove magic_folder from config in test
2015-12-28 David StaintonAdd download.umask config option with default of 077
2015-12-28 David StaintonAdd umask to Downloader
2015-12-28 David StaintonRemove magic_folder subsection from default tahoe.cfg
2015-12-28 David StaintonRemove magic-folder exclude stat
2015-12-28 Daira HopwoodImprove the error reporting for 'tahoe magic-folder...
2015-12-28 David Staintonteach leave to: remove magic_folder section of config
2015-12-28 David StaintonAdd simple magic-folder leave command
2015-12-28 David StaintonTeach join to also check for existing magicfolder db...
2015-12-28 David StaintonPrevent magic-folder join if already joined.
2015-12-28 Daira HopwoodRefactor is_new_file.
2015-12-28 Daira Hopwood.gitignore: add /smoke_magicfolder/, delete obsolete...
2015-12-28 Daira HopwoodAdd section for "Conflict/overwrite decision algorithm...
2015-12-28 Daira HopwoodClarify corner cases in the conflict/overwrite decision.
2015-12-28 Daira HopwoodMinor simplification.
2015-12-28 David StaintonSimply conflict detection by removing nested if statements
2015-12-28 David StaintonScan our own dmd upon start only
2015-12-28 meejahremove print
2015-12-28 meejahAdd a unit-test and correct the code for "already deleted"
2015-12-28 David StaintonFix test: previously we accounted for the propagation...
2015-12-28 David StaintonFix test helper _check_version_in_local_db
2015-12-28 Daira HopwoodWIP: Refactoring to get db fields in one query.
2015-12-28 David StaintonWIP
2015-12-28 Daira HopwoodFix pending upload conflict detection.
2015-12-28 David StaintonCreate test for last upload uri conflict
2015-12-28 Daira HopwoodDetect remote conflict by checking for pending upload.
2015-12-28 David StaintonAdd debugging print statement for timestamp comparison
2015-12-28 David StaintonAdd last uploaded timestamp comparison for remote confl...
2015-12-28 Daira HopwoodFix an unused import.
2015-12-28 Daira HopwoodFix some miscapture bugs.
2015-12-28 Daira HopwoodWorkaround.
2015-12-28 Daira HopwoodSimplify _notify and improve logging.
2015-12-28 Daira HopwoodSimplify _scan_remote_* and remove Downloader._download...
2015-12-28 Daira HopwoodCosmetics.
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 Hopwoodtest_encodingutil: fixes for Unix.
2015-12-28 Daira HopwoodAdd precondition to Uploader._process.
2015-12-28 Daira HopwoodFix test_errors.
2015-12-28 Daira HopwoodFix test_move_tree.
2015-12-28 Daira HopwoodDebugging WIP.
2015-12-28 Daira HopwoodFix a corner case for to_filepath on Windows to make...
2015-12-28 Daira Hopwoodtest_encodingutil: add tests for FilePath-related funct...
2015-12-28 Daira Hopwoodtest_encodingutil: use self.patch rather than modifying...
2015-12-28 Daira HopwoodDepend on FilePath.asTextMode().
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 unused import.
2015-12-28 Daira HopwoodAdd test for 'tahoe create-node/client/introducer'...
2015-12-28 Daira Hopwoodbin\tahoe can't be run directly on Windows.
2015-12-28 Daira HopwoodStrip any long path marker in the input to flush_volume.
2015-12-28 Daira HopwoodCorrect type for Windows BOOL.
2015-12-28 Daira HopwoodDisable precondition that autoAdd == recursive.
2015-12-28 Daira HopwoodFix a type error.
2015-12-28 Daira HopwoodFlush handling WIP.
2015-12-28 Daira HopwoodUse fileutil.write for magic folder tests.
2015-12-28 Daira HopwoodImprove all of the Windows-specific error reporting.
2015-12-28 Daira HopwoodConsolidate Windows-specific imports in fileutil to...
2015-12-28 Daira Hopwoodreplace_file should allow the replaced file not to...
2015-12-28 Daira HopwoodFix fileutil tests.
2015-12-28 Daira HopwoodMore path fixes.
2015-12-28 Daira HopwoodFix a test broken by the last commit.
2015-12-28 Daira HopwoodDon't include [magic_folder]enabled and local.directory...
2015-12-28 Daira HopwoodDon't use a long path for the [magic_folder]local.direc...
2015-12-28 Daira HopwoodFix some path Unixisms.
2015-12-28 Daira HopwoodAdd long_path=False option to abspath_expanduser_unicode.
2015-12-28 Daira HopwoodFix test_alice_bob.
2015-12-28 Daira HopwoodRefactor _check_up/downloader_count.
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 file conflict unit test
2015-12-28 David StaintonAdd basic bob upload test and fix conflict detect
2015-12-28 David StaintonFix bob's uploading test...
2015-12-28 David StaintonAttempt to teach bob to upload a file
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 HopwoodFix test_alice_bob.
2015-12-28 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
2015-12-28 Daira HopwoodAdvance Bob's clock after notifying.
2015-12-28 Daira Hopwoodtest_alice_bob: use magic= argument to notify, rather...
2015-12-28 meejahadd excluded check
2015-12-28 meejahadd the 'spurious' notifies
next