]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2016-02-09 Daira HopwoodFix pyflakes warnings. 2438.magic-folder-stable.12
2016-02-08 meejahremove humanize, use internal method, teach internal... 239/head
2016-02-08 meejahadd Bob leaving to smoke-tests
2016-02-08 meejahfix return-valid of leave
2016-02-08 meejahadd docstrings
2016-02-08 meejahmake history longer
2016-02-08 meejahflesh out IQueuedItem
2016-02-08 meejahhumanize doesn't report a proper version
2016-02-08 meejahadd humanize dependency
2016-02-08 meejahAdd some magicfolder database tests
2016-02-08 meejahAdd simple auth-token to get JSON data
2016-02-08 meejahFlesh out "tahoe magic-folder status" command
2016-02-08 David StaintonAdd cli stub for magic-folder status command
2016-02-05 David StaintonDaira's fix during session with David and Meejah.
2016-02-05 David StaintonFurther work in progress refinements to unit tests
2016-02-05 David StaintonDaira's fix to the hook mixin
2016-02-05 David StaintonFix cleanup after test_periodic_full_scan.
2016-02-05 David StaintonAdd logging for Downloader.stop.
2016-02-05 David StaintonWork in progress on fixing test_periodic_full_scan.
2016-02-05 David StaintonMinor cleanup and logging fix.
2016-02-05 David StaintonCall hooks eventually.
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 StaintonAttempt to test periodic uploader 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 HopwoodAdd multi-party-conflict-detection.rst.
2016-02-05 David StaintonRemove UNIQUE constraint from magicfolder db schema
2016-02-05 Daira HopwoodDocumentation for Magic Folder.
2016-02-05 Daira HopwoodAdd get_pathinfo.
2016-02-05 Daira HopwoodFix a test failure.
2016-02-05 Daira HopwoodTeach magic-folder join to use configutil.
2016-02-05 David StaintonAdd magic-folder test_scan_once_on_startup
2016-02-05 Daira HopwoodVarious test cleanups.
2016-02-05 David StaintonTeach join twice test to test for proper stdout and...
2016-02-05 David StaintonMore thorough checks to the join leave join test
2016-02-05 David StaintonFix test_join_leave_join
2016-02-05 David StaintonAdd more magic-folder join leave tests
2016-02-05 David StaintonAdd unit test for join twice failure
2016-02-05 Daira HopwoodDelay only the download scan not the turning of our...
2016-02-05 David StaintonFix magic folder constructor signature in test
2016-02-05 David StaintonFix tests usage of umask
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 from config in test
2016-02-05 David StaintonRemove magic_folder subsection from default tahoe.cfg
2016-02-05 David StaintonRemove magic-folder exclude stat
2016-02-05 Daira HopwoodImprove the error reporting for 'tahoe magic-folder...
2016-02-05 David Staintonteach leave to: remove magic_folder section of config
2016-02-05 David StaintonAdd simple magic-folder leave command
2016-02-05 David StaintonTeach join to also check for existing magicfolder db...
2016-02-05 David StaintonPrevent magic-folder join if already joined.
2016-02-05 Daira HopwoodRefactor is_new_file.
2016-02-05 Daira Hopwood.gitignore: add /smoke_magicfolder/, delete obsolete...
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 meejahremove print
2016-02-05 meejahAdd a unit-test and correct the code for "already deleted"
2016-02-05 David StaintonFix test: previously we accounted for the propagation...
2016-02-05 David StaintonFix test helper _check_version_in_local_db
2016-02-05 Daira HopwoodWIP: Refactoring to get db fields in one query.
2016-02-05 David StaintonWIP
2016-02-05 Daira HopwoodFix pending upload conflict detection.
2016-02-05 David StaintonCreate test for last upload uri conflict
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 an unused import.
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 Hopwoodtest_encodingutil: fixes for Unix.
2016-02-05 Daira HopwoodAdd precondition to Uploader._process.
2016-02-05 Daira HopwoodFix test_errors.
2016-02-05 Daira HopwoodFix test_move_tree.
2016-02-05 Daira HopwoodDebugging WIP.
2016-02-05 Daira HopwoodFix a corner case for to_filepath on Windows to make...
2016-02-05 Daira Hopwoodtest_encodingutil: add tests for FilePath-related funct...
2016-02-05 Daira HopwoodDepend on FilePath.asTextMode().
2016-02-05 Daira HopwoodWIP: exclude own dirnode from scan. This is not quite...
2016-02-05 Daira HopwoodMagic Folder docs: status of tests on Windows.
2016-02-05 Daira HopwoodMore Magic Folder doc updates.
2016-02-05 Daira HopwoodMagic Folder doc updates.
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 unused import.
2016-02-05 Daira HopwoodRevert pinning of Twisted 15.2.0 which causes more...
2016-02-05 Daira HopwoodTurn off bridging to Twisted log, and pin to Twisted...
2016-02-05 meejahfix the windows command-line too
next