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