]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_magic_folder.py
Fix a type error.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_magic_folder.py
2015-12-28 Daira HopwoodFix a type error.
2015-12-28 Daira HopwoodFlush handling WIP.
2015-12-28 Daira HopwoodUse fileutil.write for magic folder tests.
2015-12-28 Daira HopwoodFix some path Unixisms.
2015-12-28 Daira HopwoodFix test_alice_bob.
2015-12-28 Daira HopwoodRefactor _check_up/downloader_count.
2015-12-28 David StaintonAdd file conflict unit test
2015-12-28 David StaintonAdd basic bob upload test and fix conflict detect
2015-12-28 David StaintonFix bob's uploading test...
2015-12-28 David StaintonAttempt to teach bob to upload a file
2015-12-28 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2015-12-28 Daira HopwoodFix test_alice_bob.
2015-12-28 Daira HopwoodAdvance Bob's clock after notifying.
2015-12-28 Daira Hopwoodtest_alice_bob: use magic= argument to notify, rather...
2015-12-28 meejahadd excluded check
2015-12-28 meejahadd the 'spurious' notifies
2015-12-28 Daira HopwoodFix a pyflakes warning and check existence of file...
2015-12-28 meejahimplement 'delete' functionality, with tests
2015-12-28 Daira HopwoodAdd test that we don't write files outside the magic...
2015-12-28 Daira HopwoodEnsure that errors from Alice-and-Bob tests are reporte...
2015-12-28 Daira HopwoodCosmetics.
2015-12-28 Daira HopwoodTest creation of a subdirectory.
2015-12-28 Daira HopwoodPatch Downloader.REMOTE_SCAN_INTERVAL rather than setti...
2015-12-28 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2015-12-28 Daira HopwoodRefactor and fix race conditions in test_alice_bob.
2015-12-28 Daira HopwoodMake sure that test_move_tree waits until files have...
2015-12-28 David StaintonTeach uploader+downloader to use to db schema
2015-12-28 Daira HopwoodAdd magicfolderdb.py.
2015-12-28 David StaintonWIP
2015-12-28 Daira HopwoodSimplify the cleanup_Alice_and_Bob callback.
2015-12-28 meejahMake downloader delay a class-variable
2015-12-28 meejahTeach unit-tests to time-warp
2015-12-28 Daira HopwoodWIP.
2015-12-28 Daira HopwoodMagic Folder file moves.