]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-04-28 David StaintonAdd twisted inotifier watch upon new directory placement 2406.otf-objective-2.4
2015-04-28 David StaintonFix test name typo
2015-04-28 Daira HopwoodRenamings (snake_case instead of camelCase; follow...
2015-04-28 Daira HopwoodSimplifications.
2015-04-28 Daira HopwoodCosmetics.
2015-04-28 Daira HopwoodAdd a test that a tree moved into the drop-upload direc...
2015-04-28 Daira HopwoodRefactor test_move_tree and make directory names non...
2015-04-28 Daira HopwoodSimplify test skipping.
2015-04-28 David StaintonRemove debug print statements
2015-04-28 David StaintonTeach uploader to only unicode instead of utf-8
2015-04-28 David StaintonFixed some tests
2015-04-28 Daira HopwoodUnicode fixes; also remove some duplication in test...
2015-04-28 Daira HopwoodRename confusing method name.
2015-04-28 Daira HopwoodMove initialization to setUp().
2015-04-28 Daira HopwoodUnfix tests :-p
2015-04-28 Daira HopwoodFix tests :-D
2015-04-28 Daira HopwoodCosmetics (ordering of checks).
2015-04-28 Daira Hopwooddrop-upload: make paths consistently Unicode. Also...
2015-04-28 Daira Hopwoodtest_drop_upload.py: factor out duplicated setting...
2015-04-28 David Staintonfix dir tree unit test
2015-04-28 David StaintonFix _test_persistence AND remove superfluous print...
2015-04-28 David StaintonFix problems with _test_db_persistence unit test code
2015-04-28 David StaintonCreate another uploader db test
2015-04-28 David StaintonRemove unneeded lines the crept in from previous WIP...
2015-04-28 Daira HopwoodCosmetics.
2015-04-28 Daira HopwoodAvoid shadowing a method name.
2015-04-28 Daira HopwoodBetter variable name.
2015-04-28 Daira HopwoodChange when _scan is called.
2015-04-28 Daira HopwoodFor persistence test, use a new client (with the same...
2015-04-28 Daira HopwoodSimplification of _upload_lazy_tail.
2015-04-28 David StaintonWIP
2015-04-28 David Staintonwip - confirming that the db persistence doesn't work
2015-04-28 David StaintonFix db persistence unit test for uploader
2015-04-28 David StaintonFix race condition in upload deque
2015-04-28 Daira HopwoodRemove redundant calls to _scan and startService.
2015-04-28 David StaintonWIP
2015-04-28 Daira HopwoodFixed move tree test and cleaned up persistence test
2015-04-28 Daira HopwoodUse Unicode directory name.
2015-04-28 Daira HopwoodAdd temporary debug prints.
2015-04-28 Daira HopwoodTry to fix potential race conditions in testMoveEmptyTree.
2015-04-28 Daira HopwoodAdd ignore mechanism to upload callback.
2015-04-28 Daira HopwoodClarify dir/file/link logic.
2015-04-28 Daira HopwoodAdd recursive=True to drop_upload watch.
2015-04-28 Daira HopwoodWIP
2015-04-28 Daira Hopwoodfix unit tests WIP
2015-04-28 David StaintonAdd stats counter checking to uploader service start...
2015-04-28 David StaintonAdd further refinements to move tree uploader test
2015-04-28 David StaintonUncomment mkdir in uploader unit test
2015-04-28 David StaintonAdd move empty dir tree test and minor test cleanup
2015-04-28 David StaintonRemove code duplication from uploader unit tests
2015-04-28 David StaintonDon't increment disappeared stats twice
2015-04-28 David StaintonTeach uploader to monitor subdirectories
2015-04-28 David StaintonTeach uploader to keep object stats not file stats
2015-04-28 David StaintonRemove filepath from pending set earlier
2015-04-28 David StaintonFix test_create_drop_uploader
2015-04-28 David StaintonTeach upload deque to be sequential and asynchronous
2015-04-28 David StaintonTeach uploade deque append to not block (potentially?)
2015-04-28 Daira HopwoodSimplify upload queue API
2015-04-28 Daira HopwoodMake the unit tests work for Mock and Real
2015-04-28 Daira HopwoodAdd very basic unit tests for dir scan and db
2015-04-28 Daira HopwoodScan dir when service starts
2015-04-28 David StaintonBug fix: don't append filepath to upload deque twice
2015-04-28 Daira HopwoodBug fix: deque must be unbounded
2015-04-28 David StaintonFix pending upload bug
2015-04-28 Daira HopwoodDisable a test that breaks on Windows.
2015-04-28 Daira HopwoodWIP: workaround for duplicate events on Windows. refs...
2015-04-28 Daira HopwoodWindows support for drop-upload. fixes #1431
2015-04-28 Daira HopwoodDocs for drop-upload on Windows.
2015-04-28 Daira HopwoodDropUploader.startService returns a deferred; don't...
2015-04-28 Daira HopwoodUse explicit deque to create expected upload "queue...
2015-04-28 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-04-28 David StaintonMake the unit tests work for Mock and Real
2015-04-28 David StaintonAdd very basic unit tests for dir scan and db
2015-04-28 David StaintonScan dir when service starts
2015-04-28 David StaintonWIP - add some backup db code fragments
2015-04-28 Daira HopwoodBump zetuptoolz version (move directory).
2015-04-28 Daira HopwoodBump zetuptoolz version (file changes).
2015-04-28 Daira Hopwoodzetuptoolz: tolerate a single string for __requires__...
2015-04-28 Daira HopwoodChange foolscap dependency to >= 0.8.0. refs #2400
2015-04-26 Brian WarnerCREDITS: add my GPG key
2015-04-21 Daira HopwoodFix a test that was dependent on Windows path separators.
2015-04-21 Daira HopwoodReduce differences between Windows and non-Windows...
2015-04-21 Brian Warnerfix check-memory test, with new new (safe) control...
2015-04-21 Daira HopwoodEnsure the 'base' argument to abspath_expanduser_unicod...
2015-04-21 Brian Warnerfinish removing control-port upload/download functions
2015-04-21 Brian Warnerremove control-port upload/download file interfaces
2015-04-17 Daira Hopwoodbackupdb.py: cosmetics
2015-04-17 Daira HopwoodMake backupdb use dbutil.
2015-04-17 Daira HopwoodAdd util/dbutil.py: open/create/update sqlite databases...
2015-04-17 Daira HopwoodSome useful Deferred utilities, originally from the...
2015-04-13 Daira HopwoodMerge pull request #152 from vu3rdd/182-osx-packaging-7 by
2015-04-11 Ramakrishnan... strip the single quotes around $VERSION 152/head
2015-04-10 Daira HopwoodREADME.rst: change description to the new wording on...
2015-04-02 Daira HopwoodAdd discussion and rejection of Change Journals.
2015-04-02 Daira HopwoodAdd link to otf-magic-folder-objective ticket query.
2015-04-02 Daira HopwoodCopyediting.
2015-04-02 Daira HopwoodCollaborative design from Daira and David.
2015-03-31 Brian WarnerMerge branch 'ftp-2394'
2015-03-31 Brian Warnertypo
2015-03-31 Brian Warnerbump Twisted dep to 11.1.0, thus simplify IntishPermissions
next