]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-12-21 David Staintonadd hook callback 2635.periodic-uploader-scan.2 218/head
2015-12-21 David StaintonWIP
2015-12-21 David StaintonAdd ignore pending argument to _periodic_full_scan
2015-12-21 David StaintonAttempt to test periodic uploader full scan
2015-12-21 David StaintonOnly perform full scan if pending set is empty
2015-12-21 David StaintonNaive periodic full scan
2015-12-21 David StaintonFix uploader's _process to extend queue after scan...
2015-12-21 David StaintonDaira's excellent fixes to the uploader from our pairin...
2015-12-21 David StaintonTeach uploader's _scan to use the deque
2015-12-21 Daira HopwoodSplit scanning into a separate method so that we can...
2015-12-21 Daira HopwoodTeach magic-folder join to use configutil. 2438.magic-folder-stable.5
2015-12-21 Daira HopwoodRefactor tahoe.cfg handling to configutil.
2015-12-21 David StaintonAdd magic-folder test_scan_once_on_startup
2015-12-21 Daira HopwoodVarious test cleanups.
2015-12-17 David StaintonTeach join twice test to test for proper stdout and... 217/head
2015-12-17 David StaintonMore thorough checks to the join leave join test
2015-12-17 David StaintonFix test_join_leave_join
2015-12-17 David StaintonAdd more magic-folder join leave tests
2015-12-17 David StaintonAdd unit test for join twice failure
2015-12-14 Daira HopwoodDelay only the download scan not the turning of our...
2015-12-14 Daira HopwoodMerge pull request #212 from david415/2535.fix-file...
2015-12-09 David StaintonFix magic folder constructor signature in test 212/head
2015-12-09 David StaintonFix tests usage of umask
2015-12-08 Daira HopwoodMerge pull request #210 from david415/2593.remove_from_...
2015-12-08 David StaintonFix umask again
2015-12-08 Daira HopwoodMerge pull request #209 from david415/2554.remove-exclu...
2015-12-08 David StaintonFix umask usage bit fiddling and use try finally blocks
2015-12-08 David Staintonremove magic_folder from config in test 210/head
2015-12-08 David StaintonAdd download.umask config option with default of 077
2015-12-08 David StaintonAdd umask to Downloader
2015-12-07 David StaintonRemove magic_folder subsection from default tahoe.cfg
2015-12-07 David StaintonRemove magic-folder exclude stat 209/head
2015-12-04 Leif Rygedrop Python 2.6 (.travis.yml, doc, setup.py)
2015-12-03 Daira HopwoodMerge pull request #205 from tahoe-lafs/2568.make-join...
2015-12-02 Daira HopwoodImprove the error reporting for 'tahoe magic-folder... 2568.make-join-useable.1 205/head
2015-12-02 David Staintonteach leave to: remove magic_folder section of config
2015-12-02 David StaintonAdd simple magic-folder leave command
2015-12-02 David StaintonTeach join to also check for existing magicfolder db...
2015-12-02 David StaintonPrevent magic-folder join if already joined.
2015-11-04 Daira HopwoodRefactor is_new_file. 2551.remote-conflict-detection.4
2015-11-04 Daira Hopwood.gitignore: add /smoke_magicfolder/, delete obsolete...
2015-11-04 Daira HopwoodAdd section for "Conflict/overwrite decision algorithm...
2015-11-04 Daira HopwoodClarify corner cases in the conflict/overwrite decision.
2015-11-04 Daira HopwoodMinor simplification.
2015-11-04 David StaintonSimply conflict detection by removing nested if statements
2015-11-04 David StaintonScan our own dmd upon start only
2015-11-04 meejahremove print
2015-11-04 meejahAdd a unit-test and correct the code for "already deleted"
2015-11-03 David StaintonFix test: previously we accounted for the propagation...
2015-11-03 David StaintonFix test helper _check_version_in_local_db
2015-11-03 Daira HopwoodWIP: Refactoring to get db fields in one query.
2015-11-03 David StaintonWIP
2015-11-03 Daira HopwoodFix pending upload conflict detection.
2015-11-03 David StaintonCreate test for last upload uri conflict
2015-11-03 Daira HopwoodDetect remote conflict by checking for pending upload.
2015-11-03 David StaintonAdd debugging print statement for timestamp comparison
2015-11-03 David StaintonAdd last uploaded timestamp comparison for remote confl...
2015-11-03 Daira HopwoodFix an unused import. 2553.do-not-read-from-own-dmd.3
2015-11-03 Daira HopwoodFix some miscapture bugs.
2015-11-03 Daira HopwoodWorkaround.
2015-11-03 Daira HopwoodSimplify _notify and improve logging.
2015-11-03 Daira HopwoodSimplify _scan_remote_* and remove Downloader._download...
2015-11-03 Daira HopwoodCosmetics.
2015-11-03 Daira HopwoodDownloader doesn't need the pending set.
2015-11-03 Daira HopwoodDelete redundant is_ready attribute from MagicFolder.
2015-11-02 Daira Hopwoodtest_encodingutil: fixes for Unix.
2015-11-02 Daira HopwoodAdd precondition to Uploader._process.
2015-11-02 Daira HopwoodFix test_errors.
2015-11-02 Daira HopwoodFix test_move_tree.
2015-11-02 Daira HopwoodDebugging WIP.
2015-11-02 Daira HopwoodFix a corner case for to_filepath on Windows to make...
2015-11-02 Daira Hopwoodtest_encodingutil: add tests for FilePath-related funct...
2015-11-02 Daira Hopwoodtest_encodingutil: use self.patch rather than modifying...
2015-11-02 Daira HopwoodDepend on FilePath.asTextMode().
2015-11-02 Daira HopwoodWIP: exclude own dirnode from scan. This is not quite...
2015-11-02 Daira HopwoodMagic Folder docs: status of tests on Windows.
2015-11-02 Daira HopwoodMore Magic Folder doc updates.
2015-11-02 Daira HopwoodMagic Folder doc updates.
2015-10-30 Daira HopwoodDon't add subdirectory watches if the platform's notifi...
2015-10-30 Daira HopwoodImprove reporting of assertion failures.
2015-10-29 Daira HopwoodFix the change to turn off bridging to Twisted log.
2015-10-29 Daira HopwoodFix unused import.
2015-10-29 Daira HopwoodRevert pinning of Twisted 15.2.0 which causes more...
2015-10-29 Daira HopwoodTurn off bridging to Twisted log, and pin to Twisted...
2015-10-28 Daira HopwoodMerge pull request #200 from meejah/2438.magic-folder...
2015-10-28 meejahfix the windows command-line too 200/head
2015-10-28 meejahsome minor fixes for instructions
2015-10-28 Daira HopwoodWindows path fix.
2015-10-28 Daira Hopwoodmagic-folder-howto.rst formatting fixes.
2015-10-28 Daira HopwoodAdd docs/magic-folder-howto.rst.
2015-10-28 Daira HopwoodAdd test for 'tahoe create-node/client/introducer'... 1431.magic-folder-windows.2
2015-10-28 Daira HopwoodQuote local paths correctly in the output of node creat...
2015-10-28 Daira Hopwoodbin\tahoe can't be run directly on Windows.
2015-10-27 Daira HopwoodStrip any long path marker in the input to flush_volume.
2015-10-27 Daira HopwoodCorrect type for Windows BOOL.
2015-10-27 Daira HopwoodDepend on Twisted >= 15.2.0 and (finally!) retire the...
2015-10-27 Daira HopwoodDisable precondition that autoAdd == recursive.
2015-10-27 Daira HopwoodFix a type error.
2015-10-27 Daira HopwoodFlush handling WIP.
2015-10-27 Daira HopwoodUse fileutil.write for magic folder tests.
next