]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-07-13 David StaintonFix test_errors to check for exception message associat...
2015-07-13 Daira HopwoodRemove workaround for collective_dircap and repair...
2015-07-13 Daira HopwoodEliminate near-duplicate code in CLITestMixin.
2015-07-09 Daira HopwoodFix test_create_magic_folder_service (was test_create_d...
2015-07-09 Daira HopwoodAdd missing Deferred creation.
2015-07-08 David Staintonfix references to notifier
2015-07-08 David Staintonvarious pyflakes fixes
2015-07-06 Daira HopwoodAdd ready method to MockMagicFolder to partially fix...
2015-07-06 Daira HopwoodFixes to Magic Folder client initialization.
2015-07-06 David Staintonremove some superfluous print statements
2015-07-06 David StaintonFix Alice Bob mock test
2015-07-03 David Staintonfix test_persistence
2015-07-03 David Staintonfix some tests
2015-07-02 David StaintonFix version deletion propagation and test
2015-07-02 David StaintonAdd version to magic folder db schema
2015-07-02 David StaintonAdd rough naive downloader + remote scan
2015-07-01 David StaintonRename deque to upload deque
2015-07-01 David Staintonadd partial remote scan implementation
2015-07-01 David StaintonAdd magic-folder download callback
2015-06-30 David StaintonAdd test for Bob download callback
2015-06-30 David StaintonTeach Alice to upload file for Alice+Bob test
2015-06-30 David Staintonteach setup_alice_and_bob to return results in deferred
2015-06-29 David StaintonAdd cleanup to Alice+Bob test + bug fix
2015-06-29 David Staintonfix the rest of the unit tests
2015-06-29 David StaintonFix magic-folder cli tests
2015-06-27 David StaintonAdd helper to setup Alice and Bob magic-folders
2015-06-26 David StaintonAdd test to list remote collective dir
2015-06-25 David StaintonRemove/clean code duplication for CLI unit tests
2015-06-24 David StaintonFix magic-folder Persistence test
2015-06-24 David StaintonTeach magic-folder tests to use CLI for creating magic...
2015-06-24 David StaintonMerge branch '2454.magic-folder-create-tool.2' into...
2015-06-24 David Staintonminor corrections to use of deferred from last commit
2015-06-23 David StaintonTeach magic-folder cli tests to test join results
2015-06-23 David StaintonChange return values to constants either 0 or -1
2015-06-23 David StaintonTest return vals and fix join return val
2015-06-23 David StaintonTest that join adds tahoe config options
2015-06-23 David StaintonClean up join tahoe config append
2015-06-23 David StaintonAdd complete usage functionality to create
2015-06-23 David StaintonAppend magic-folder config options to tahoe.cfg
2015-06-23 David StaintonImplement most of the join command
2015-06-23 David StaintonFinish writing the invite implementation
2015-06-22 David StaintonFix options passed to mkdir from magic invite
2015-06-19 David StaintonSleepy time WIP almost got invite's mkdir working...
2015-06-19 David StaintonDerive our own node-url, fixes magic-folder create...
2015-06-18 David StaintonAdd rough create command - test FAILS still however
2015-06-18 David StaintonAdd basic test for magic-folder create command
2015-06-18 David StaintonAdd boiler plate for magic-folder subcommand
2015-06-18 David StaintonUse Daira's fix to unblock CLI progress
2015-06-12 David StaintonWIP
2015-06-11 David StaintonChange behavior upon finding missing files
2015-06-11 David StaintonAdd check_file_db_exists to backupdb api
2015-06-10 David Staintonhandle local file deletion events
2015-06-10 Daira HopwoodRename drop-upload to Magic Folder. fixes ticket:2405 2438.otf-objective-4.2
2015-06-08 Daira HopwoodRemove a debug print.
2015-06-08 Daira HopwoodRemove unused code.
2015-06-08 Daira HopwoodFix test errors.
2015-06-08 David StaintonMinor code cleanup
2015-06-08 David StaintonAdd private config magic_folder_parent_dircap
2015-06-08 Daira HopwoodAdd parent_dircap stub argument to DropUploader. refs...
2015-06-08 Daira HopwoodAdd IN_MOVED_FROM to inotify mask.
2015-06-08 Daira HopwoodExplicitly pass overwrite=True to add_file. (It is...
2015-06-08 Daira HopwoodMore fixes to drop-upload tests.
2015-06-08 Daira HopwoodFix drop-upload tests. refs ticket:2427
2015-06-08 Daira HopwoodFix an incorrect addCallback.
2015-06-08 Daira Hopwoodfileutil: make the error behaviour of replace_file...
2015-06-08 Daira Hopwoodfileutil.py: add rename_no_overwrite and replace_file.
2015-06-08 Daira HopwoodWIP debugging.
2015-06-08 Daira HopwoodCosmetics.
2015-06-08 David StaintonWIP
2015-06-08 David Staintonfix more inotify test calls
2015-06-08 David StaintonClean up test at end
2015-06-08 David StaintonCopy all daira code from other branch...
2015-06-08 David StaintonTest inotify with event agnostic notify
2015-06-08 David StaintonAdd sleep to test
2015-06-08 David StaintonWIP
2015-06-08 Daira HopwoodDisable use of Unicode-mode FilePaths on non-Windows... 2442.flat-hierarchy-uploader.1
2015-06-07 Daira HopwoodTeach uploader to use flat hierarchy. refs ticket:2442
2015-06-07 David StaintonAdd Magic Folder path encoding. refs ticket:2442
2015-06-06 David StaintonMove backupdb out of scripts. fixes ticket:2408 2408.move-backupdb-out-of-scripts.1
2015-06-06 Daira HopwoodProcess directories unconditionally.
2015-06-06 Daira HopwoodautoAdd isn't needed now that we add watches for subdir...
2015-06-06 Daira HopwoodWIP
2015-06-06 Daira HopwoodTeach uploader to keep object stats, not file stats.
2015-06-06 Daira HopwoodAdd ignore count to uploaded callback.
2015-06-06 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-06-06 Daira HopwoodEnable Windows inotify support.
2015-06-06 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2015-06-06 Daira HopwoodDocs for drop-upload on Windows.
2015-06-06 Daira HopwoodAdd magic folder db.
2015-06-06 Daira HopwoodUnicode path fixes for drop-upload.
2015-06-06 Daira HopwoodMake a start on the Magic Folder Objective 5 (user... 2443.otf-objective-5.2
2015-06-06 Daira HopwoodMagic Folder design doc: rename "parent DMD" to "collec...
2015-06-02 Daira HopwoodRemove packages from not_import_versionable that we... 2215.report-openssl-version.1 172/head
2015-06-02 Daira HopwoodAdd OpenSSL version check and tests. refs ticket:2215
2015-05-29 Daira Hopwoodremote-to-local-sync.rst: fix a minor error.
2015-05-29 Daira HopwoodMagic Folder: add remote-to-local sync design doc.
2015-05-26 Brian WarnerMerge branch 'globalopts2'
2015-05-26 Brian Warnerwrap long lines, and tolerate various-width wrappings... 170/head
2015-05-26 Brian Warnercli: improve formatting of all commands
2015-05-26 Brian Warnerscripts: improve rendering of synopsis/usage
next