]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
Refactor _check_up/downloader_count.
[tahoe-lafs/tahoe-lafs.git] / src /
2015-12-28 Daira HopwoodRefactor _check_up/downloader_count.
2015-12-28 Daira HopwoodDon't download the deletion marker file unnecessarily.
2015-12-28 Daira HopwoodDistinguish deletion of directories.
2015-12-28 Daira HopwoodRename deleted files to .backup rather than unlinking...
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 David StaintonCount conflicted objects
2015-12-28 Daira HopwoodBasic remote conflict detection based on ancestor uri
2015-12-28 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2015-12-28 Daira HopwoodFix test_alice_bob.
2015-12-28 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
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 meejahsmoketest for magic-folder functionality
2015-12-28 Daira HopwoodAdd test that we don't write files outside the magic...
2015-12-28 Daira HopwoodFix infinite loop in should_ignore_path for absolute...
2015-12-28 Daira HopwoodMore debug logging.
2015-12-28 Daira HopwoodUnicode fix for do_join.
2015-12-28 Daira HopwoodMinor cleanups to tests.
2015-12-28 Daira HopwoodEnsure that errors from Alice-and-Bob tests are reporte...
2015-12-28 Daira HopwoodCosmetics.
2015-12-28 Daira HopwoodEliminate duplicate parsing of invite code.
2015-12-28 Daira HopwoodRemaining test fixes.
2015-12-28 Daira HopwoodMake sure that do_cli is only called with strs, and...
2015-12-28 Daira HopwoodCosmetics.
2015-12-28 Daira HopwoodURIs are strs.
2015-12-28 Daira HopwoodAliases and nicknames are Unicode.
2015-12-28 Daira HopwoodAdd precondition that arguments to do_cli are strs.
2015-12-28 Daira HopwoodFix call to argv_to_abspath. Also rename localdir to...
2015-12-28 David StaintonFix magic-folder cli tests
2015-12-28 David StaintonAttempt to fix cli tests
2015-12-28 Daira HopwoodBetter but still broken tests.
2015-12-28 Daira HopwoodFix check for initial '-' in argv_to_abspath.
2015-12-28 David StaintonFix tests by submitting unicode args instead of str
2015-12-28 David StaintonTeach magic-folder join to use argv_to_abspath
2015-12-28 David StaintonUse argv_to_abspath for magic-folder join file path arg
2015-12-28 Daira HopwoodTest creation of a subdirectory.
2015-12-28 Daira HopwoodWatch for IN_CREATE events but filter them out for...
2015-12-28 Daira HopwoodPatch Downloader.REMOTE_SCAN_INTERVAL rather than setti...
2015-12-28 Daira HopwoodImplement creating local directories in downloader.
2015-12-28 Daira HopwoodDecode names in the scanned remote.
2015-12-28 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2015-12-28 Daira HopwoodSimplify and fix non-existent-file handling.
2015-12-28 Daira HopwoodLogging/debugging improvements.
2015-12-28 Daira HopwoodRefactor and fix race conditions in test_alice_bob.
2015-12-28 Daira HopwoodCorrect a call to did_upload_version in the downloader.
2015-12-28 Daira HopwoodMake sure that test_move_tree waits until files have...
2015-12-28 Daira HopwoodRestore a call to increment files_uploaded that was...
2015-12-28 David StaintonTeach uploader+downloader to use to db schema
2015-12-28 Daira HopwoodAdd magicfolderdb.py.
2015-12-28 David StaintonRemove magic-folder db code from backupdb.py
2015-12-28 David StaintonWIP
2015-12-28 David StaintonMinor comment correction for get_all_relpaths
2015-12-28 David StaintonFor all downloaded files ensure parent dir exists
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 meejahFix call to ready()
2015-12-28 Daira HopwoodCorrect a string-type error.
2015-12-28 Daira HopwoodWIP.
2015-12-28 Daira HopwoodMagic Folder file moves.
2015-12-28 Daira HopwoodPrepare to move drop_upload.py to magic_folder.py.
2015-12-28 Daira HopwoodMove backupdb.py to src/allmydata.
2015-12-28 Daira HopwoodEnable Windows inotify support.
2015-12-28 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2015-12-28 Daira HopwoodAdd magic folder db.
2015-12-28 Daira HopwoodUnicode path fixes for drop-upload.
2015-12-28 Daira HopwoodRefactor tahoe.cfg handling to configutil.
2015-12-28 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-12-28 Daira HopwoodDepend on Twisted >= 15.2.0 and (finally!) retire the...
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
2015-09-23 Brian Warnerremove "announcement_distinct_hosts" from introweb...
2015-09-23 Brian Warnerintroducer: stop tracking hints for subscribed clients
2015-09-11 Daira HopwoodAvoid spurious errors when an imported version is consi... 2499.avoid-spurious-version-errors.0 188/head
2015-07-29 Brian WarnerMerge branch '2447-cp-overwrite'
2015-07-29 Brian Warnertest_cli_cp: minor cleanup
2015-07-29 Brian Warnercp: error on target-filename collisions, rather than...
2015-07-29 Zookounit test for my desired behavior
2015-07-29 Brian WarnerMerge branch '2436.less-scary.3'
2015-07-28 Daira Hopwoodtest_version.py: minor cleanup. 2436.less-scary.3 178/head
2015-07-28 Daira HopwoodDon't show scary diagnostic warnings from --version...
2015-07-28 Daira HopwoodRevert "Don't show scary diagnostic warnings from ...
2015-07-28 Brian Warnermutable/retrieve.py: remove all bare assert()s
2015-07-28 Brian WarnerIReadable.read(): document out-of-range errors
2015-07-28 Brian WarnerMerge branch 'sdmf-partial-2'
next