]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-10-01 David Staintonstart with version 0
2015-10-01 David Staintonsimplify _db_file_is_uploaded
2015-10-01 David Staintonbetter handle download failures
2015-10-01 David Staintonremove superfluous plus sign
2015-10-01 David Staintonfix remote scan procedure
2015-10-01 David Staintonreplace calls to filter with list comprehension
2015-10-01 David Staintonsimplify _should_download helper method
2015-10-01 David Staintonrename ignore count to upload ignore count
2015-10-01 David Staintonremove superfluous constructor which the parent class...
2015-10-01 David StaintonMake backupdb schema evolution more visible
2015-10-01 David Staintonalice bob test alice rewrite file
2015-10-01 David Staintonunlink old version of file from remote tahoe upload...
2015-10-01 David Staintonfor local fs scan compare local version with remote
2015-10-01 David StaintonFix test_errors to check for exception message associat...
2015-10-01 Daira HopwoodRemove workaround for collective_dircap and repair...
2015-10-01 Daira HopwoodEliminate near-duplicate code in CLITestMixin.
2015-10-01 Daira HopwoodFix test_create_magic_folder_service (was test_create_m...
2015-10-01 Daira HopwoodAdd missing Deferred creation.
2015-10-01 David Staintonfix references to notifier
2015-10-01 David Staintonvarious pyflakes fixes
2015-10-01 Daira HopwoodAdd ready method to MockMagicFolder to partially fix...
2015-10-01 Daira HopwoodFixes to Magic Folder client initialization.
2015-10-01 David Staintonremove some superfluous print statements
2015-10-01 David StaintonFix Alice Bob mock test
2015-10-01 David Staintonfix test_persistence
2015-10-01 David Staintonfix some tests
2015-10-01 David StaintonFix version deletion propagation and test
2015-10-01 David StaintonAdd version to magic folder db schema
2015-10-01 David StaintonAdd rough naive downloader + remote scan
2015-10-01 David StaintonRename deque to upload deque
2015-10-01 David Staintonadd partial remote scan implementation
2015-10-01 David StaintonAdd magic-folder download callback
2015-10-01 David StaintonAdd test for Bob download callback
2015-10-01 David StaintonTeach Alice to upload file for Alice+Bob test
2015-10-01 David Staintonteach setup_alice_and_bob to return results in deferred
2015-10-01 David StaintonAdd cleanup to Alice+Bob test + bug fix
2015-10-01 David Staintonfix the rest of the unit tests
2015-10-01 David StaintonFix magic-folder cli tests
2015-10-01 David StaintonAdd helper to setup Alice and Bob magic-folders
2015-10-01 David StaintonAdd test to list remote collective dir
2015-10-01 David StaintonRemove/clean code duplication for CLI unit tests
2015-10-01 David StaintonFix magic-folder Persistence test
2015-10-01 David StaintonTeach magic-folder tests to use CLI for creating magic...
2015-10-01 David Staintonminor corrections to use of deferred from last commit
2015-10-01 David StaintonTeach magic-folder cli tests to test join results
2015-10-01 David StaintonChange return values to constants either 0 or -1
2015-10-01 David StaintonTest return vals and fix join return val
2015-10-01 David StaintonTest that join adds tahoe config options
2015-10-01 David StaintonClean up join tahoe config append
2015-10-01 David StaintonAdd complete usage functionality to create
2015-10-01 David StaintonAppend magic-folder config options to tahoe.cfg
2015-10-01 David StaintonImplement most of the join command
2015-10-01 David StaintonFinish writing the invite implementation
2015-10-01 David StaintonFix options passed to mkdir from magic invite
2015-10-01 David StaintonSleepy time WIP almost got invite's mkdir working...
2015-10-01 David StaintonDerive our own node-url, fixes magic-folder create...
2015-10-01 David StaintonAdd rough create command - test FAILS still however
2015-10-01 David StaintonAdd basic test for magic-folder create command
2015-10-01 David StaintonAdd boiler plate for magic-folder subcommand
2015-10-01 David StaintonUse Daira's fix to unblock CLI progress
2015-10-01 David StaintonWIP
2015-10-01 David StaintonChange behavior upon finding missing files
2015-10-01 David StaintonAdd check_file_db_exists to backupdb api
2015-10-01 David Staintonhandle local file deletion events
2015-10-01 Daira HopwoodRename drop-upload to Magic Folder. fixes ticket:2405
2015-10-01 Daira HopwoodRemove a debug print.
2015-10-01 Daira HopwoodRemove unused code.
2015-10-01 Daira HopwoodFix test errors.
2015-10-01 David StaintonMinor code cleanup
2015-10-01 David StaintonAdd private config magic_folder_parent_dircap
2015-10-01 Daira HopwoodAdd parent_dircap stub argument to DropUploader. refs...
2015-10-01 Daira HopwoodAdd IN_MOVED_FROM to inotify mask.
2015-10-01 Daira HopwoodExplicitly pass overwrite=True to add_file. (It is...
2015-10-01 Daira HopwoodMore fixes to drop-upload tests.
2015-10-01 Daira HopwoodFix drop-upload tests. refs ticket:2427
2015-10-01 Daira HopwoodFix an incorrect addCallback.
2015-10-01 Daira Hopwoodfileutil: make the error behaviour of replace_file...
2015-10-01 Daira Hopwoodfileutil.py: add rename_no_overwrite and replace_file.
2015-10-01 Daira HopwoodWIP debugging.
2015-10-01 Daira HopwoodCosmetics.
2015-10-01 David StaintonWIP
2015-10-01 David Staintonfix more inotify test calls
2015-10-01 David StaintonClean up test at end
2015-10-01 David StaintonCopy all daira code from other branch...
2015-10-01 David StaintonTest inotify with event agnostic notify
2015-10-01 David StaintonAdd sleep to test
2015-10-01 David StaintonWIP
2015-10-01 Daira HopwoodDisable use of Unicode-mode FilePaths on non-Windows...
2015-10-01 Daira HopwoodTeach uploader to use flat hierarchy. refs ticket:2442
2015-10-01 David StaintonAdd Magic Folder path encoding. refs ticket:2442
2015-10-01 Daira HopwoodMove backupdb out of scripts. fixes ticket:2408
2015-10-01 Daira HopwoodProcess directories unconditionally.
2015-10-01 Daira HopwoodautoAdd isn't needed now that we add watches for subdir...
2015-10-01 Daira HopwoodWIP
2015-10-01 Daira HopwoodTeach uploader to keep object stats, not file stats.
2015-10-01 Daira HopwoodAdd ignore count to uploaded callback.
2015-10-01 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-10-01 Daira HopwoodEnable Windows inotify support.
2015-10-01 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2015-10-01 Daira HopwoodDocs for drop-upload on Windows.
next