]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-07-20 David Staintonfix references to notifier
2015-07-20 David Staintonvarious pyflakes fixes
2015-07-20 Daira HopwoodAdd ready method to MockMagicFolder to partially fix...
2015-07-20 Daira HopwoodFixes to Magic Folder client initialization.
2015-07-20 David Staintonremove some superfluous print statements
2015-07-20 David StaintonFix Alice Bob mock test
2015-07-20 David Staintonfix test_persistence
2015-07-20 David Staintonfix some tests
2015-07-20 David StaintonFix version deletion propagation and test
2015-07-20 David StaintonAdd version to magic folder db schema
2015-07-20 David StaintonAdd rough naive downloader + remote scan
2015-07-20 David StaintonRename deque to upload deque
2015-07-20 David Staintonadd partial remote scan implementation
2015-07-20 David StaintonAdd magic-folder download callback
2015-07-20 David StaintonAdd test for Bob download callback
2015-07-20 David StaintonTeach Alice to upload file for Alice+Bob test
2015-07-20 David Staintonteach setup_alice_and_bob to return results in deferred
2015-07-20 David StaintonAdd cleanup to Alice+Bob test + bug fix
2015-07-20 David Staintonfix the rest of the unit tests
2015-07-20 David StaintonFix magic-folder cli tests
2015-07-20 David StaintonAdd helper to setup Alice and Bob magic-folders
2015-07-20 David StaintonAdd test to list remote collective dir
2015-07-20 David StaintonRemove/clean code duplication for CLI unit tests
2015-07-20 David StaintonFix magic-folder Persistence test
2015-07-20 David StaintonTeach magic-folder tests to use CLI for creating magic...
2015-07-20 David Staintonminor corrections to use of deferred from last commit
2015-07-20 David StaintonTeach magic-folder cli tests to test join results
2015-07-20 David StaintonChange return values to constants either 0 or -1
2015-07-20 David StaintonTest return vals and fix join return val
2015-07-20 David StaintonTest that join adds tahoe config options
2015-07-20 David StaintonClean up join tahoe config append
2015-07-20 David StaintonAdd complete usage functionality to create
2015-07-20 David StaintonAppend magic-folder config options to tahoe.cfg
2015-07-20 David StaintonImplement most of the join command
2015-07-20 David StaintonFinish writing the invite implementation
2015-07-20 David StaintonFix options passed to mkdir from magic invite
2015-07-20 David StaintonSleepy time WIP almost got invite's mkdir working...
2015-07-20 David StaintonDerive our own node-url, fixes magic-folder create...
2015-07-20 David StaintonAdd rough create command - test FAILS still however
2015-07-20 David StaintonAdd basic test for magic-folder create command
2015-07-20 David StaintonAdd boiler plate for magic-folder subcommand
2015-07-20 David StaintonUse Daira's fix to unblock CLI progress
2015-07-20 David StaintonWIP
2015-07-20 David StaintonChange behavior upon finding missing files
2015-07-20 David StaintonAdd check_file_db_exists to backupdb api
2015-07-20 David Staintonhandle local file deletion events
2015-07-20 Daira HopwoodRename drop-upload to Magic Folder. fixes ticket:2405
2015-07-20 Daira HopwoodRemove a debug print.
2015-07-20 Daira HopwoodRemove unused code.
2015-07-20 Daira HopwoodFix test errors.
2015-07-20 David StaintonMinor code cleanup
2015-07-20 David StaintonAdd private config magic_folder_parent_dircap
2015-07-20 Daira HopwoodAdd parent_dircap stub argument to DropUploader. refs...
2015-07-20 Daira HopwoodAdd IN_MOVED_FROM to inotify mask.
2015-07-20 Daira HopwoodExplicitly pass overwrite=True to add_file. (It is...
2015-07-20 Daira HopwoodMore fixes to drop-upload tests.
2015-07-20 Daira HopwoodFix drop-upload tests. refs ticket:2427
2015-07-20 Daira HopwoodFix an incorrect addCallback.
2015-07-20 Daira Hopwoodfileutil: make the error behaviour of replace_file...
2015-07-20 Daira Hopwoodfileutil.py: add rename_no_overwrite and replace_file.
2015-07-20 Daira HopwoodWIP debugging.
2015-07-20 Daira HopwoodCosmetics.
2015-07-20 David StaintonWIP
2015-07-20 David Staintonfix more inotify test calls
2015-07-20 David StaintonClean up test at end
2015-07-20 David StaintonCopy all daira code from other branch...
2015-07-20 David StaintonTest inotify with event agnostic notify
2015-07-20 David StaintonAdd sleep to test
2015-07-20 David StaintonWIP
2015-07-20 Daira HopwoodDisable use of Unicode-mode FilePaths on non-Windows...
2015-07-20 Daira HopwoodTeach uploader to use flat hierarchy. refs ticket:2442
2015-07-20 David StaintonAdd Magic Folder path encoding. refs ticket:2442
2015-07-20 Daira HopwoodMove backupdb out of scripts. fixes ticket:2408
2015-07-20 Daira HopwoodProcess directories unconditionally.
2015-07-20 Daira HopwoodautoAdd isn't needed now that we add watches for subdir...
2015-07-20 Daira HopwoodWIP
2015-07-20 Daira HopwoodTeach uploader to keep object stats, not file stats.
2015-07-20 Daira HopwoodAdd ignore count to uploaded callback.
2015-07-20 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-07-20 Daira HopwoodEnable Windows inotify support.
2015-07-20 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2015-07-20 Daira HopwoodDocs for drop-upload on Windows.
2015-07-20 Daira HopwoodAdd magic folder db.
2015-07-20 Daira HopwoodUnicode path fixes for drop-upload.
2015-07-20 Daira HopwoodChange the separator character in the Magic Folder...
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2015-07-17 Daira HopwoodAdd Namespace utility class. (This is already used...
2015-07-16 Brian WarnerMakefile upload-osx-pkg: mention where the packages go
2015-07-16 Daira HopwoodBump pyasn1 requirement to >= 0.1.8.
2015-07-16 Daira HopwoodBlacklist mock > 1.0.1.
2015-07-13 Brian Warnertest/check_load: hush (newer) pyflakes
2015-07-13 Brian Warnertest_web: avoid IP autodetection, was causing dirty...
2015-06-27 Brian Warnerdocs/how-to-release: add more wiki pages to update
2015-06-16 Brian Warneradd test-pip-install
2015-06-16 Brian Warnerrelease checklist: use signed git tag next time
2015-06-16 Brian WarnerREADME: update copyright date allmydata-tahoe-1.10.1
2015-06-15 Brian Warnerupdate docs for 1.10.1 release
2015-06-15 Brian WarnerDockerfile: git-pull more history, to get a version...
2015-06-11 Daira HopwoodFinish user-interface.rst. fixes ticket:2443
2015-06-11 Daira HopwoodMake a start on the Magic Folder Objective 5 (user...
next