]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-08-31 Daira HopwoodMore precise exception handling in replace_file. 2489.write_downloaded_file.0
2015-08-31 Daira HopwoodFix path handling in Downloader._process.
2015-08-31 Daira HopwoodMake _write_downloaded_file return the path of the...
2015-08-31 Daira Hopwoodreplace_file should not fail if replaced_path does...
2015-08-31 Daira HopwoodRestore some print statements.
2015-08-31 Ramakrishnan... Move the test for _write_download_file() to test_magic_... 185/head
2015-08-31 Ramakrishnan... _process(): pass absolute path to the _write_download_f...
2015-08-31 Ramakrishnan... WIP: test for _write_downloaded_file
2015-08-31 Ramakrishnan... magic_folder: typo utimes -> utime
2015-08-29 David Staintonmore debugging print statements
2015-08-28 David StaintonUncomment alice bob test print statements
2015-08-26 David StaintonRemove stupid errback and raise proper conflict exception
2015-08-26 David StaintonFix replace_file; rename only if replaced_path exists
2015-08-26 David StaintonAdd err print statement to show the conflict...
2015-08-26 David StaintonCapture exceptions from conflict and write info in...
2015-08-26 David StaintonFix _write_downloaded_file by adding base path
2015-08-26 David StaintonCorrect spelling is os.utime not utimes
2015-08-25 Daira HopwoodAdd Downloader._write_downloaded_file. refs ticket...
2015-08-24 Daira HopwoodRemove debug prints in backupdb.py. 2477.refactor-all-the-things.1
2015-08-24 Daira HopwoodRemove or comment out print statements.
2015-08-24 Daira HopwoodRename Client.upload_ready_d to connected_enough_d.
2015-08-24 Daira HopwoodIn Downloader._get_collective_latest_file, consume...
2015-08-24 David StaintonTeach uploader to process lazy tail upon stop method
2015-08-24 David StaintonTeach magic-folder ready method to return a deferred
2015-08-20 Daira HopwoodFix a bug in Downloader._scan_remote that incorrectly...
2015-08-20 Daira HopwoodUse deferredutil.HookMixin to simplify callback for...
2015-08-19 David StaintonMinor fix to alice bob test
2015-08-19 David StaintonFix _scan_remote and remove print statements
2015-08-19 Daira HopwoodFix incorrect order of fields in SQL statement.
2015-08-19 Daira HopwoodCleanup.
2015-08-19 Daira HopwoodMore debug prints.
2015-08-19 Daira HopwoodDebug prints to diagnose version mismatch after deletio...
2015-08-19 Daira HopwoodDebug prints to diagnose version mismatch after deletion.
2015-08-18 David StaintonAdd some print statements.
2015-08-12 Daira HopwoodMerge pull request #184 from vu3rdd/2477.refactor-all...
2015-08-12 Ramakrishnan... test_get_pathinfo: testdir is unnecessary 182/head 183/head 184/head
2015-08-12 Ramakrishnan... test_get_pathinfo: rename the identifier d to testdir
2015-08-12 Ramakrishnan... add more tests for get_pathinfo()
2015-08-12 Ramakrishnan... Add test for get_pathinfo()
2015-08-11 Daira HopwoodUse get_pathinfo instead of separate os.path.{is*,exist...
2015-08-11 Daira HopwoodExtend get_pathinfo to add size, ctime and mtime.
2015-08-11 Daira HopwoodRemove an unnecessary precondition and an incorrect...
2015-08-11 Daira HopwoodAdd fileutil.get_pathinfo function.
2015-08-11 Daira HopwoodExtract get_metadata and get_filenode to methods of...
2015-08-11 Daira HopwoodProcessing symlinks and special files should not be...
2015-08-11 Daira HopwoodRefactor uploader by inlining _add_file into _process...
2015-08-11 Daira HopwoodRefactor uploader by inlining _add_file into _process...
2015-08-11 Daira HopwoodRefactor uploader by extracting _process_child to a...
2015-08-11 Daira HopwoodSwap two checks to clarify which is failing.
2015-07-31 David Staintonfix code that adds version number of deleted file to...
2015-07-31 David Staintonenable version checking tests - currently a righteous...
2015-07-31 David Staintonmake various changes - work in progress
2015-07-31 David Staintonadd version checking to alice bob test
2015-07-31 David StaintonUpdate magic-folder db after download
2015-07-30 David StaintonAdd final download to alice bob test
2015-07-30 David StaintonRemove old unused append to deque function from downloader
2015-07-30 Daira HopwoodWIP to unify queue processing between uploader and...
2015-07-30 Daira HopwoodRepair tests.
2015-07-30 Daira HopwoodMove uploader's _append_to_deque and _turn_deque to...
2015-07-30 Daira HopwoodMake sure that counter names and log messages include...
2015-07-30 Daira HopwoodTrivial fix.
2015-07-29 David Staintonremove debugging print statements
2015-07-29 David StaintonFix alice bob test
2015-07-29 David StaintonTeach downloader to stop when told to stop
2015-07-28 David StaintonAdd logic to only add object to download queue when...
2015-07-28 David Staintonwip
2015-07-27 Daira HopwoodTry to fix some tests - WIP.
2015-07-27 Daira HopwoodRename and refactor path variables to be more consistent.
2015-07-24 David StaintonWIP - fix some bugs
2015-07-23 Daira HopwoodRefactor MagicFolder into Uploader and Downloader class...
2015-07-23 Daira HopwoodSimplify and document the type of MagicFolder._download... 1710.test-alice-and-bob.3
2015-07-23 Daira HopwoodRemove redundant call to abspath_expanduser_unicode.
2015-07-20 Daira HopwoodReduce code duplication and make sure errors from deleg...
2015-07-20 Daira HopwoodChange INVITE_SEPARATOR to '+'.
2015-07-20 Daira HopwoodRename MagicFolderCLITestMixin to MagicFolderTestMixin.
2015-07-20 Daira HopwoodFix tests.
2015-07-20 Daira HopwoodAdd checks (that currently fail) for version in local db.
2015-07-20 Daira HopwoodUse relative paths in magic folder db.
2015-07-20 Daira HopwoodWIP
2015-07-20 Daira HopwoodFix some pyflakes errors and warnings.
2015-07-20 Daira HopwoodRepair backupdb.
2015-07-20 David Staintonfix bug in test_errors and add test
2015-07-20 David Staintonadd kw arg to _get_count for tests
2015-07-20 David Staintonmake test_magic_folder use non-ascii chars in nickname
2015-07-20 David StaintonMake alice bob test use non-ascii chars in nicknames
2015-07-20 David Staintonadd comments and blank lines to make setup_alice_and_bo...
2015-07-20 David Staintonrename to do_invite and do_join for tests
2015-07-20 David Staintonrename to do_create_magic_folder for tests
2015-07-20 David Staintonrevert previous additional blank line
2015-07-20 David Staintonwrap long import line
2015-07-20 David Staintonwrap long line and spell magic folder without hyphen
2015-07-20 David StaintonSpell magic folder without the hyphen
2015-07-20 David Staintonwrap long line
2015-07-20 David Staintonreplace bare asserts with usage error message
2015-07-20 David Staintonget rid of another diminish hack and force alias args...
2015-07-20 David Staintonget rid of terrible diminish cap hack
2015-07-20 David Staintonminor corrections
2015-07-20 David Staintonslightly better error message
2015-07-20 David Staintonchange spelling module variable INVITE_SEPARATOR
2015-07-20 David Staintondon't double increment version
next