]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2016-01-25 Daira HopwoodAdd multi-party-conflict-detection.rst. 2438.magic-folder-stable.11
2016-01-25 David StaintonRemove UNIQUE constraint from magicfolder db schema
2016-01-25 Daira HopwoodDocumentation for Magic Folder.
2016-01-25 Daira HopwoodAdd get_pathinfo.
2016-01-25 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2016-01-25 Daira HopwoodImproved error handling and cosmetics for ctypes calls...
2016-01-25 Daira HopwoodTeach magic-folder join to use configutil.
2016-01-25 David StaintonAdd magic-folder test_scan_once_on_startup
2016-01-25 Daira HopwoodVarious test cleanups.
2016-01-25 David StaintonTeach join twice test to test for proper stdout and...
2016-01-25 David StaintonMore thorough checks to the join leave join test
2016-01-25 David StaintonFix test_join_leave_join
2016-01-25 David StaintonAdd more magic-folder join leave tests
2016-01-25 David StaintonAdd unit test for join twice failure
2016-01-25 Daira HopwoodDelay only the download scan not the turning of our...
2016-01-25 David StaintonFix magic folder constructor signature in test
2016-01-25 David StaintonFix tests usage of umask
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 from config in test
2016-01-25 David StaintonRemove magic_folder subsection from default tahoe.cfg
2016-01-25 David StaintonRemove magic-folder exclude stat
2016-01-25 Daira HopwoodImprove the error reporting for 'tahoe magic-folder...
2016-01-25 David Staintonteach leave to: remove magic_folder section of config
2016-01-25 David StaintonAdd simple magic-folder leave command
2016-01-25 David StaintonTeach join to also check for existing magicfolder db...
2016-01-25 David StaintonPrevent magic-folder join if already joined.
2016-01-25 Daira HopwoodRefactor is_new_file.
2016-01-25 Daira Hopwood.gitignore: add /smoke_magicfolder/, delete obsolete...
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 meejahremove print
2016-01-25 meejahAdd a unit-test and correct the code for "already deleted"
2016-01-25 David StaintonFix test: previously we accounted for the propagation...
2016-01-25 David StaintonFix test helper _check_version_in_local_db
2016-01-25 Daira HopwoodWIP: Refactoring to get db fields in one query.
2016-01-25 David StaintonWIP
2016-01-25 Daira HopwoodFix pending upload conflict detection.
2016-01-25 David StaintonCreate test for last upload uri conflict
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 an unused import.
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 Hopwoodtest_encodingutil: fixes for Unix.
2016-01-25 Daira HopwoodAdd precondition to Uploader._process.
2016-01-25 Daira HopwoodFix test_errors.
2016-01-25 Daira HopwoodFix test_move_tree.
2016-01-25 Daira HopwoodDebugging WIP.
2016-01-25 Daira HopwoodFix a corner case for to_filepath on Windows to make...
2016-01-25 Daira Hopwoodtest_encodingutil: add tests for FilePath-related funct...
2016-01-25 Daira HopwoodDepend on FilePath.asTextMode().
2016-01-25 Daira HopwoodWIP: exclude own dirnode from scan. This is not quite...
2016-01-25 Daira HopwoodMagic Folder docs: status of tests on Windows.
2016-01-25 Daira HopwoodMore Magic Folder doc updates.
2016-01-25 Daira HopwoodMagic Folder doc updates.
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 unused import.
2016-01-25 Daira HopwoodRevert pinning of Twisted 15.2.0 which causes more...
2016-01-25 Daira HopwoodTurn off bridging to Twisted log, and pin to Twisted...
2016-01-25 meejahfix the windows command-line too
2016-01-25 meejahsome minor fixes for instructions
2016-01-25 Daira HopwoodWindows path fix.
2016-01-25 Daira Hopwoodmagic-folder-howto.rst formatting fixes.
2016-01-25 Daira HopwoodAdd docs/magic-folder-howto.rst.
2016-01-25 Daira HopwoodAdd test for 'tahoe create-node/client/introducer'...
2016-01-25 Daira Hopwoodbin\tahoe can't be run directly on Windows.
2016-01-25 Daira HopwoodStrip any long path marker in the input to flush_volume.
2016-01-25 Daira HopwoodCorrect type for Windows BOOL.
2016-01-25 Daira HopwoodDepend on Twisted >= 15.2.0 and (finally!) retire the...
2016-01-25 Daira HopwoodDisable precondition that autoAdd == recursive.
2016-01-25 Daira HopwoodFix a type error.
2016-01-25 Daira HopwoodFlush handling WIP.
2016-01-25 Daira HopwoodUse fileutil.write for magic folder tests.
2016-01-25 Daira HopwoodImprove all of the Windows-specific error reporting.
2016-01-25 Daira Hopwoodreplace_file should allow the replaced file not to...
2016-01-25 Daira HopwoodFix fileutil tests.
2016-01-25 Daira HopwoodMore path fixes.
2016-01-25 Daira HopwoodFix a test broken by the last commit.
2016-01-25 Daira HopwoodDon't include [magic_folder]enabled and local.directory...
2016-01-25 Daira HopwoodDon't use a long path for the [magic_folder]local.direc...
2016-01-25 Daira HopwoodFix some path Unixisms.
2016-01-25 Daira HopwoodAdd long_path=False option to abspath_expanduser_unicode.
2016-01-25 Daira HopwoodFix test_alice_bob.
2016-01-25 Daira HopwoodRefactor _check_up/downloader_count.
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 file conflict unit test
2016-01-25 David StaintonAdd basic bob upload test and fix conflict detect
next