]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-09-23 Daira HopwoodWIP (wrong). 2506.wip.0
2015-09-22 Daira HopwoodRelative paths used by magic folder are '/'-separated...
2015-09-22 Daira HopwoodMake sure that a path is in the pending set before...
2015-09-22 Daira HopwoodMake assertions about objects_failed counts.
2015-09-22 Daira HopwoodComment out bad/unfinished test code.
2015-09-22 Daira HopwoodFix objects_queued counter.
2015-09-22 Daira HopwoodThe type of deque elements differs between the uploader...
2015-09-22 Daira HopwoodDebug prints.
2015-09-22 Daira HopwoodInclude client nickname in magic folder log messages.
2015-09-21 Daira HopwoodDelete process_child.
2015-09-21 Daira HopwoodReenable debug prints.
2015-09-17 Daira HopwoodFix relative path calculation WIP.
2015-09-17 Daira HopwoodEnforce that paths are below the magic folder directory...
2015-09-16 David StaintonRemove superfluous debugging print statement
2015-09-15 Daira HopwoodFix another rebasing error. 2438.magic-folder-stable.1
2015-09-15 Daira HopwoodFix an import that broke during rebasing.
2015-09-15 Daira HopwoodRemove or comment out print statements and improve...
2015-09-15 Daira HopwoodRemove MagicFolderTestMixin._create_magicfolder.
2015-09-15 Daira HopwoodRemove MagicFolderCLITestMixin.create_magicfolder.
2015-09-15 Daira HopwoodMinor cleanup.
2015-09-15 Daira HopwoodRemove redundant inotify parameters to MagicFolder...
2015-09-15 Daira HopwoodEnsure that fake_inotify is used for restarted clients...
2015-09-15 Daira HopwoodCompare size and ctime as well as mtime.
2015-09-15 Daira HopwoodFix test bug that accidentally suppressed errors.
2015-09-15 David StaintonTeach should_ignore_file to require unicode
2015-09-15 David StaintonSimply should_ignore_file helper function
2015-09-15 David StaintonActivate test_alice_bob test
2015-09-15 David StaintonRemove old debugging print statements
2015-09-15 David StaintonWIP
2015-09-15 David Staintonremove debug print statements
2015-09-15 David StaintonFix version incrementation bug
2015-09-15 David StaintonAdd is_new_file_time db helper function
2015-09-15 David StaintonFix bug in Downloader's _get_local_latest
2015-09-15 David StaintonTeach test_persistence to only use one clientdir
2015-09-15 David StaintonWIP
2015-09-15 David Staintonfix unit test helper _wait_until_started by using ready()
2015-09-15 David StaintonTeach test_persistence to upload a 2nd file
2015-09-15 David StaintonTeach test_persistence to restart client with the new...
2015-09-15 David StaintonAdd should_ignore_file and tests
2015-09-15 Daira HopwoodRepair test_replace_file for the case where the replace...
2015-09-15 Daira HopwoodRepair test.
2015-09-15 Daira Hopwoodrestart_client needs to remove the old client from...
2015-09-15 Daira HopwoodstartService can be called more than once.
2015-09-15 Daira HopwoodComment out some print statements.
2015-09-15 Daira HopwoodCleanup of _restart_client.
2015-09-15 Daira HopwoodFix a logging bug for Unicode nicknames.
2015-09-15 Daira HopwoodWIP
2015-09-15 Daira HopwoodSolve a potential race condition by waiting until the...
2015-09-15 Daira HopwoodRemove self.client and stats_provider attributes which...
2015-09-15 Daira HopwoodAdd 'started' hook to Magic Folder uploader.
2015-09-15 Daira HopwoodRemove unused variables.
2015-09-15 Daira HopwoodAdd _restart_client callback.
2015-09-15 Daira HopwoodstopService does not necessarily return a Deferred.
2015-09-15 Daira HopwoodAdd a restart_client method to GridTestMixin.
2015-09-15 Daira HopwoodRename test_cli_magic_folder.MagicFolderTestMixin to...
2015-09-15 Daira HopwoodAdd print statements.
2015-09-15 David StaintonWIP
2015-09-15 David StaintonRevert "Attempt to fix test_persistence"
2015-09-15 David StaintonAttempt to fix test_persistence
2015-09-15 David StaintonAdd db util function for retrieving all downloaded...
2015-09-15 Daira HopwoodMore precise and correct error reporting in replace_file.
2015-09-15 Daira HopwoodFix path handling in Downloader._process.
2015-09-15 Daira HopwoodMake _write_downloaded_file return the path of the...
2015-09-15 Daira Hopwoodreplace_file should not fail if replaced_path does...
2015-09-15 Ramakrishnan... Move the test for _write_download_file() to test_magic_...
2015-09-15 Ramakrishnan... WIP: test for _write_downloaded_file
2015-09-15 David Staintonmore debugging print statements
2015-09-15 David StaintonUncomment alice bob test print statements
2015-09-15 David StaintonRemove stupid errback and raise proper conflict exception
2015-09-15 David StaintonFix replace_file; rename only if replaced_path exists
2015-09-15 David StaintonAdd err print statement to show the conflict...
2015-09-15 David StaintonCapture exceptions from conflict and write info in...
2015-09-15 David StaintonFix _write_downloaded_file by adding base path
2015-09-15 David StaintonCorrect spelling is os.utime not utimes
2015-09-15 Daira HopwoodAdd Downloader._write_downloaded_file. refs ticket...
2015-09-15 Daira HopwoodRemove debug prints in backupdb.py.
2015-09-15 Daira HopwoodRemove or comment out print statements.
2015-09-15 Daira HopwoodRename Client.upload_ready_d to connected_enough_d.
2015-09-15 Daira HopwoodIn Downloader._get_collective_latest_file, consume...
2015-09-15 David StaintonTeach uploader to process lazy tail upon stop method
2015-09-15 David StaintonTeach magic-folder ready method to return a deferred
2015-09-15 Daira HopwoodFix a bug in Downloader._scan_remote that incorrectly...
2015-09-15 Daira HopwoodUse deferredutil.HookMixin to simplify callback for...
2015-09-15 David StaintonMinor fix to alice bob test
2015-09-15 David StaintonFix _scan_remote and remove print statements
2015-09-15 Daira HopwoodFix incorrect order of fields in SQL statement.
2015-09-15 Daira HopwoodCleanup.
2015-09-15 Daira HopwoodMore debug prints.
2015-09-15 Daira HopwoodDebug prints to diagnose version mismatch after deletio...
2015-09-15 Daira HopwoodDebug prints to diagnose version mismatch after deletion.
2015-09-15 David StaintonAdd some print statements.
2015-09-15 Ramakrishnan... test_get_pathinfo: testdir is unnecessary
2015-09-15 Ramakrishnan... test_get_pathinfo: rename the identifier d to testdir
2015-09-15 Ramakrishnan... add more tests for get_pathinfo()
2015-09-15 Ramakrishnan... Add test for get_pathinfo()
2015-09-15 Daira HopwoodUse get_pathinfo instead of separate os.path.{is*,exist...
2015-09-15 Daira HopwoodExtend get_pathinfo to add size, ctime and mtime.
2015-09-15 Daira HopwoodRemove an unnecessary precondition and an incorrect...
2015-09-15 Daira HopwoodAdd fileutil.get_pathinfo function.
2015-09-15 Daira HopwoodExtract get_metadata and get_filenode to methods of...
next