]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2016-02-02 David StaintonDaira's fix during session with David and Meejah. 2635.periodic-uploader-scan.4
2016-01-28 David StaintonFurther work in progress refinements to unit tests
2016-01-28 David StaintonDaira's fix to the hook mixin
2016-01-27 David StaintonFix cleanup after test_periodic_full_scan.
2016-01-27 David StaintonAdd logging for Downloader.stop.
2016-01-27 David StaintonWork in progress on fixing test_periodic_full_scan.
2016-01-27 David StaintonMinor cleanup and logging fix.
2016-01-27 David StaintonCall hooks eventually.
2016-01-27 David StaintonClean up queue loging and add a clock advance in unit...
2016-01-26 David StaintonWIP
2016-01-26 David StaintonWIP
2016-01-26 David Staintonadd hook callback
2016-01-26 David StaintonWIP
2016-01-26 David StaintonAdd ignore pending argument to _periodic_full_scan
2016-01-26 David StaintonAttempt to test periodic uploader full scan
2016-01-26 David StaintonOnly perform full scan if pending set is empty
2016-01-26 David StaintonNaive periodic full scan
2016-01-26 David StaintonFix uploader's _process to extend queue after scan...
2016-01-26 David StaintonDaira's excellent fixes to the uploader from our pairin...
2016-01-26 David StaintonTeach uploader's _scan to use the deque
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...
next