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