]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
Disable precondition that autoAdd == recursive.
[tahoe-lafs/tahoe-lafs.git] / src /
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.
2016-01-20 Daira HopwoodFix a test broken by the last commit.
2016-01-20 Daira HopwoodDon't include [magic_folder]enabled and local.directory...
2016-01-20 Daira HopwoodDon't use a long path for the [magic_folder]local.direc...
2016-01-20 Daira HopwoodFix some path Unixisms.
2016-01-20 Daira HopwoodAdd long_path=False option to abspath_expanduser_unicode.
2016-01-20 Daira HopwoodFix test_alice_bob.
2016-01-20 Daira HopwoodRefactor _check_up/downloader_count.
2016-01-20 Daira HopwoodDon't download the deletion marker file unnecessarily.
2016-01-20 Daira HopwoodDistinguish deletion of directories.
2016-01-20 Daira HopwoodRename deleted files to .backup rather than unlinking...
2016-01-20 David StaintonAdd file conflict unit test
2016-01-20 David StaintonAdd basic bob upload test and fix conflict detect
2016-01-20 David StaintonFix bob's uploading test...
2016-01-20 David StaintonAttempt to teach bob to upload a file
2016-01-20 David StaintonCount conflicted objects
2016-01-20 Daira HopwoodBasic remote conflict detection based on ancestor uri
2016-01-20 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2016-01-20 Daira HopwoodFix test_alice_bob.
2016-01-20 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
2016-01-20 Daira HopwoodAdvance Bob's clock after notifying.
2016-01-20 Daira Hopwoodtest_alice_bob: use magic= argument to notify, rather...
2016-01-20 meejahadd excluded check
2016-01-20 meejahadd the 'spurious' notifies
2016-01-20 Daira HopwoodFix a pyflakes warning and check existence of file...
2016-01-20 meejahimplement 'delete' functionality, with tests
2016-01-20 meejahsmoketest for magic-folder functionality
2016-01-20 Daira HopwoodAdd test that we don't write files outside the magic...
2016-01-20 Daira HopwoodFix infinite loop in should_ignore_path for absolute...
2016-01-20 Daira HopwoodMore debug logging.
2016-01-20 Daira HopwoodUnicode fix for do_join.
2016-01-20 Daira HopwoodMinor cleanups to tests.
2016-01-20 Daira HopwoodEnsure that errors from Alice-and-Bob tests are reporte...
2016-01-20 Daira HopwoodCosmetics.
2016-01-20 Daira HopwoodEliminate duplicate parsing of invite code.
2016-01-20 Daira HopwoodRemaining test fixes.
2016-01-20 Daira HopwoodMake sure that do_cli is only called with strs, and...
2016-01-20 Daira HopwoodCosmetics.
2016-01-20 Daira HopwoodURIs are strs.
2016-01-20 Daira HopwoodAliases and nicknames are Unicode.
2016-01-20 Daira HopwoodAdd precondition that arguments to do_cli are strs.
2016-01-20 Daira HopwoodFix call to argv_to_abspath. Also rename localdir to...
2016-01-20 David StaintonFix magic-folder cli tests
2016-01-20 David StaintonAttempt to fix cli tests
2016-01-20 Daira HopwoodBetter but still broken tests.
2016-01-20 Daira HopwoodFix check for initial '-' in argv_to_abspath.
2016-01-20 David StaintonFix tests by submitting unicode args instead of str
2016-01-20 David StaintonTeach magic-folder join to use argv_to_abspath
2016-01-20 David StaintonUse argv_to_abspath for magic-folder join file path arg
2016-01-20 Daira HopwoodTest creation of a subdirectory.
2016-01-20 Daira HopwoodWatch for IN_CREATE events but filter them out for...
2016-01-20 Daira HopwoodPatch Downloader.REMOTE_SCAN_INTERVAL rather than setti...
2016-01-20 Daira HopwoodImplement creating local directories in downloader.
2016-01-20 Daira HopwoodDecode names in the scanned remote.
2016-01-20 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2016-01-20 Daira HopwoodSimplify and fix non-existent-file handling.
2016-01-20 Daira HopwoodLogging/debugging improvements.
2016-01-20 Daira HopwoodRefactor and fix race conditions in test_alice_bob.
2016-01-20 Daira HopwoodCorrect a call to did_upload_version in the downloader.
2016-01-20 Daira HopwoodMake sure that test_move_tree waits until files have...
2016-01-20 Daira HopwoodRestore a call to increment files_uploaded that was...
2016-01-20 David StaintonTeach uploader+downloader to use to db schema
2016-01-20 Daira HopwoodAdd magicfolderdb.py.
2016-01-19 David StaintonRemove magic-folder db code from backupdb.py
2016-01-19 David StaintonWIP
2016-01-19 David StaintonMinor comment correction for get_all_relpaths
2016-01-19 David StaintonFor all downloaded files ensure parent dir exists
2016-01-19 Daira HopwoodSimplify the cleanup_Alice_and_Bob callback.
2016-01-19 meejahMake downloader delay a class-variable
2016-01-19 meejahTeach unit-tests to time-warp
2016-01-19 meejahFix call to ready()
2016-01-19 Daira HopwoodCorrect a string-type error.
2016-01-19 Daira HopwoodWIP.
2016-01-19 Daira HopwoodMagic Folder file moves.
2016-01-19 Daira HopwoodPrepare to move drop_upload.py to magic_folder.py.
2016-01-19 Daira HopwoodMove backupdb.py to src/allmydata.
2016-01-19 Daira HopwoodRename upload_ready_d to connected_enough_d.
2016-01-19 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2016-01-19 Daira HopwoodEnable Windows inotify support.
2016-01-19 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2016-01-19 Daira HopwoodAdd magic folder db.
2016-01-19 Daira HopwoodUnicode path fixes for drop-upload.
2015-12-04 Daira HopwoodMerge pull request #204 from leif/preferred_peers-rebased3
2015-12-03 Daira HopwoodMerge pull request #206 from leif/python27
2015-12-01 Leif Rygenew feature: preferred storage servers 204/head
2015-12-01 Daira HopwoodMerge pull request #203 from tahoe-lafs/2556.quote...
2015-12-01 Daira HopwoodAdd test for 'tahoe create-node/client/introducer'... 2556.quote-paths-in-node-creation.0 203/head
2015-12-01 Daira HopwoodQuote local paths correctly in the output of node creat...
2015-11-03 Daira HopwoodMerge pull request #202 from tahoe-lafs/2567.turn-off...
2015-11-03 Daira HopwoodDisable bridging of foolscap logging to the Twisted... 2567.turn-off-log-bridging.0 202/head
2015-09-23 Brian WarnerMerge branch '2510-new-foolscap'
2015-09-23 Brian Warnerintroweb: fix connection hints for server announcements 190/head
next