]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-09-15 David Staintonteach setup_alice_and_bob to return results in deferred
2015-09-15 David StaintonAdd cleanup to Alice+Bob test + bug fix
2015-09-15 David Staintonfix the rest of the unit tests
2015-09-15 David StaintonFix magic-folder cli tests
2015-09-15 David StaintonAdd helper to setup Alice and Bob magic-folders
2015-09-15 David StaintonAdd test to list remote collective dir
2015-09-15 David StaintonRemove/clean code duplication for CLI unit tests
2015-09-15 David StaintonFix magic-folder Persistence test
2015-09-15 David StaintonTeach magic-folder tests to use CLI for creating magic...
2015-09-15 David Staintonminor corrections to use of deferred from last commit
2015-09-15 David StaintonTeach magic-folder cli tests to test join results
2015-09-15 David StaintonChange return values to constants either 0 or -1
2015-09-15 David StaintonTest return vals and fix join return val
2015-09-15 David StaintonTest that join adds tahoe config options
2015-09-15 David StaintonClean up join tahoe config append
2015-09-15 David StaintonAdd complete usage functionality to create
2015-09-15 David StaintonAppend magic-folder config options to tahoe.cfg
2015-09-15 David StaintonImplement most of the join command
2015-09-15 David StaintonFinish writing the invite implementation
2015-09-15 David StaintonFix options passed to mkdir from magic invite
2015-09-15 David StaintonSleepy time WIP almost got invite's mkdir working...
2015-09-15 David StaintonDerive our own node-url, fixes magic-folder create...
2015-09-15 David StaintonAdd rough create command - test FAILS still however
2015-09-15 David StaintonAdd basic test for magic-folder create command
2015-09-15 David StaintonAdd boiler plate for magic-folder subcommand
2015-09-15 David StaintonUse Daira's fix to unblock CLI progress
2015-09-15 David StaintonWIP
2015-09-15 David StaintonChange behavior upon finding missing files
2015-09-15 David StaintonAdd check_file_db_exists to backupdb api
2015-09-15 David Staintonhandle local file deletion events
2015-09-15 Daira HopwoodRename drop-upload to Magic Folder. fixes ticket:2405
2015-09-15 Daira HopwoodRemove a debug print.
2015-09-15 Daira HopwoodRemove unused code.
2015-09-15 Daira HopwoodFix test errors.
2015-09-15 David StaintonMinor code cleanup
2015-09-15 David StaintonAdd private config magic_folder_parent_dircap
2015-09-15 Daira HopwoodAdd parent_dircap stub argument to DropUploader. refs...
2015-09-15 Daira HopwoodAdd IN_MOVED_FROM to inotify mask.
2015-09-15 Daira HopwoodExplicitly pass overwrite=True to add_file. (It is...
2015-09-15 Daira HopwoodMore fixes to drop-upload tests.
2015-09-15 Daira HopwoodFix drop-upload tests. refs ticket:2427
2015-09-15 Daira HopwoodFix an incorrect addCallback.
2015-09-15 Daira Hopwoodfileutil: make the error behaviour of replace_file...
2015-09-15 Daira Hopwoodfileutil.py: add rename_no_overwrite and replace_file.
2015-09-15 Daira HopwoodWIP debugging.
2015-09-15 Daira HopwoodCosmetics.
2015-09-15 David StaintonWIP
2015-09-15 David Staintonfix more inotify test calls
2015-09-15 David StaintonClean up test at end
2015-09-15 David StaintonCopy all daira code from other branch...
2015-09-15 David StaintonTest inotify with event agnostic notify
2015-09-15 David StaintonAdd sleep to test
2015-09-15 David StaintonWIP
2015-09-15 Daira HopwoodDisable use of Unicode-mode FilePaths on non-Windows...
2015-09-15 Daira HopwoodTeach uploader to use flat hierarchy. refs ticket:2442
2015-09-15 David StaintonAdd Magic Folder path encoding. refs ticket:2442
2015-09-15 Daira HopwoodMove backupdb out of scripts. fixes ticket:2408
2015-09-15 Daira HopwoodProcess directories unconditionally.
2015-09-15 Daira HopwoodautoAdd isn't needed now that we add watches for subdir...
2015-09-15 Daira HopwoodWIP
2015-09-15 Daira HopwoodTeach uploader to keep object stats, not file stats.
2015-09-15 Daira HopwoodAdd ignore count to uploaded callback.
2015-09-15 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-09-15 Daira HopwoodEnable Windows inotify support.
2015-09-15 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2015-09-15 Daira HopwoodDocs for drop-upload on Windows.
2015-09-15 Daira HopwoodAdd magic folder db.
2015-09-15 Daira HopwoodUnicode path fixes for drop-upload.
2015-09-11 Daira HopwoodAvoid spurious errors when an imported version is consi... 2499.avoid-spurious-version-errors.0 188/head
2015-09-03 Daira HopwoodMerge pull request #187 from tahoe-lafs/2493.cleanup...
2015-09-03 Ramakrishnan... Move manpage into a heirarchical man1 path. 2493.cleanup-osx-packaging.1 187/head
2015-09-03 Ramakrishnan... OS-X package: add a preinstall script and copy the...
2015-07-31 Daira HopwoodChange some instances of "filesystem" that were missed...
2015-07-31 Brian Warnerupdate docs for 1.10.2 release allmydata-tahoe-1.10.2
2015-07-29 HawkOwladd a pypy that is allowed to fail 180/head 181/head
2015-07-29 Brian Warnerupdate NEWS with recent changes allmydata-tahoe-1.10.2b1
2015-07-29 Brian Warnerquickstart: Mention python-dev package for Python.h
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 Warnerimprove HTTP byte-range docs
2015-07-28 Brian Warnerwebapi.rst: document Range: header on GET requests
2015-07-28 Brian WarnerIReadable.read(): document out-of-range errors
2015-07-28 Brian WarnerMerge branch 'sdmf-partial-2'
2015-07-28 Brian Warnertest_mutable: more enhancements
2015-07-28 Brian Warnermutable/retrieve.py: rewrite partial-read handling 177/head
2015-07-28 Brian Warnerenhance SDMF/MDMF tests: zero-length files, size=None
2015-07-28 Daira HopwoodAdd tests for SDMF partial reads. refs #2459
2015-07-28 Daira HopwoodRemove some bare asserts in retrieve.py (there are...
2015-07-21 zookoMerge pull request #176 from tahoe-lafs/2436.less-scary.0
2015-07-21 Daira HopwoodMinor code cleanup in __init__.py. 2436.less-scary.0 176/head
2015-07-21 Daira HopwoodDon't show scary diagnostic warnings from --version...
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
next