]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-10-27 Daira HopwoodFlush handling WIP. 1431.magic-folder-windows.1
2015-10-27 Daira HopwoodUse fileutil.write for magic folder tests.
2015-10-27 Daira HopwoodImprove all of the Windows-specific error reporting.
2015-10-27 Daira HopwoodConsolidate Windows-specific imports in fileutil to...
2015-10-27 Daira Hopwoodreplace_file should allow the replaced file not to...
2015-10-27 Daira HopwoodFix fileutil tests.
2015-10-27 Daira HopwoodMore path fixes.
2015-10-27 Daira HopwoodFix a test broken by the last commit.
2015-10-27 Daira HopwoodDon't include [magic_folder]enabled and local.directory...
2015-10-27 Daira HopwoodDon't use a long path for the [magic_folder]local.direc...
2015-10-27 Daira HopwoodFix some path Unixisms.
2015-10-27 Daira HopwoodAdd long_path=False option to abspath_expanduser_unicode.
2015-10-27 Daira Hopwoodmagic-folder.rst: remove "Known Issues and Limitations... 2438.magic-folder-stable.4
2015-10-27 Daira Hopwoodmagic-folder.rst: update introduction.
2015-10-27 Daira HopwoodAvoid .format, since it is inconsistent between Python...
2015-10-26 Daira HopwoodFix test_alice_bob. 199/head
2015-10-26 Daira HopwoodAdd counter for uploader.objects_not_uploaded.
2015-10-26 Daira HopwoodAdvance Bob's clock after notifying.
2015-10-26 Daira Hopwoodtest_alice_bob: use magic= argument to notify, rather...
2015-10-26 meejahadd excluded check
2015-10-26 meejahadd the 'spurious' notifies
2015-10-26 Daira HopwoodFix a pyflakes warning and check existence of file...
2015-10-26 meejahimplement 'delete' functionality, with tests
2015-10-26 meejahsmoketest for magic-folder functionality
2015-10-25 Daira HopwoodDescribe use of size=None for deleted files. refs ticke...
2015-10-25 Daira HopwoodSchema change for last_uploaded_uri.
2015-10-25 Daira HopwoodEarth Dragons: take into account that the replaced...
2015-10-25 Daira HopwoodWriting a file without a db entry is an overwrite.
2015-10-25 Daira Hopwoodremote-to-local-sync.rst: fix an inconsistency in the...
2015-10-22 Daira HopwoodAdd test that we don't write files outside the magic... 2506.enforce-paths.5
2015-10-22 Daira HopwoodFix infinite loop in should_ignore_path for absolute...
2015-10-22 Daira HopwoodMore debug logging.
2015-10-20 Daira HopwoodUnicode fix for do_join. 2533.fix-cli-parsing.1
2015-10-20 Daira HopwoodMinor cleanups to tests.
2015-10-20 Daira HopwoodEnsure that errors from Alice-and-Bob tests are reporte...
2015-10-20 Daira HopwoodCosmetics.
2015-10-20 Daira HopwoodEliminate duplicate parsing of invite code.
2015-10-20 Daira HopwoodRemaining test fixes.
2015-10-20 Daira HopwoodMake sure that do_cli is only called with strs, and...
2015-10-20 Daira HopwoodCosmetics.
2015-10-20 Daira HopwoodURIs are strs.
2015-10-20 Daira HopwoodAliases and nicknames are Unicode.
2015-10-20 Daira HopwoodAdd precondition that arguments to do_cli are strs.
2015-10-20 Daira HopwoodFix call to argv_to_abspath. Also rename localdir to...
2015-10-20 David StaintonFix magic-folder cli tests
2015-10-20 David StaintonAttempt to fix cli tests
2015-10-19 Daira HopwoodBetter but still broken tests.
2015-10-19 Daira HopwoodFix check for initial '-' in argv_to_abspath.
2015-10-19 David StaintonFix tests by submitting unicode args instead of str
2015-10-19 David StaintonTeach magic-folder join to use argv_to_abspath
2015-10-19 David StaintonUse argv_to_abspath for magic-folder join file path arg
2015-10-16 Daira HopwoodTest creation of a subdirectory. 2521.magic-db-schema.1
2015-10-16 Daira HopwoodWatch for IN_CREATE events but filter them out for...
2015-10-16 Daira HopwoodPatch Downloader.REMOTE_SCAN_INTERVAL rather than setti...
2015-10-16 Daira HopwoodImplement creating local directories in downloader.
2015-10-16 Daira HopwoodDecode names in the scanned remote.
2015-10-16 Daira HopwoodRefactoring to allow logging from _write_downloaded_fil...
2015-10-15 Daira HopwoodSimplify and fix non-existent-file handling.
2015-10-15 Daira HopwoodLogging/debugging improvements.
2015-10-15 Daira HopwoodRefactor and fix race conditions in test_alice_bob.
2015-10-13 Daira HopwoodCorrect a call to did_upload_version in the downloader.
2015-10-13 Daira HopwoodMake sure that test_move_tree waits until files have...
2015-10-13 Daira HopwoodRestore a call to increment files_uploaded that was...
2015-10-12 David StaintonTeach uploader+downloader to use to db schema
2015-10-08 Daira HopwoodAdd magicfolderdb.py.
2015-10-08 David StaintonRemove magic-folder db code from backupdb.py
2015-10-08 David StaintonWIP
2015-10-08 David StaintonInclude brief summary of magic-folder CLI commands
2015-10-08 David StaintonAdd link to our cli design doc
2015-10-08 David StaintonMention gc is not part of the otf grant and link to...
2015-10-08 David StaintonRemove old obsolete/inaccurate statements
2015-10-08 David StaintonMinor comment correction for get_all_relpaths
2015-10-08 David StaintonFor all downloaded files ensure parent dir exists
2015-10-08 Daira HopwoodSimplify the cleanup_Alice_and_Bob callback.
2015-10-08 meejahMake downloader delay a class-variable
2015-10-08 meejahTeach unit-tests to time-warp
2015-10-08 Daira HopwoodMerge pull request #193 from meejah/2438.magic-folder...
2015-10-06 meejahFix call to ready() 193/head
2015-10-02 Daira HopwoodCorrect a string-type error.
2015-10-01 Daira HopwoodWIP.
2015-10-01 Daira HopwoodMagic Folder file moves.
2015-10-01 Daira HopwoodPrepare to move drop_upload.py to magic_folder.py. 2438.magic-folder-stable.2
2015-10-01 Daira HopwoodMove backupdb.py to src/allmydata.
2015-10-01 Daira HopwoodRename upload_ready_d to connected_enough_d.
2015-10-01 Daira HopwoodDocumentation changes for Magic Folder.
2015-10-01 Daira HopwoodTeach StorageFarmBroker to fire a deferred when a conne...
2015-10-01 Daira HopwoodEnable Windows inotify support.
2015-10-01 Daira HopwoodNew code for Windows drop-upload support. refs #1431
2015-10-01 Daira HopwoodDocs for drop-upload on Windows.
2015-10-01 Daira HopwoodAdd magic folder db.
2015-10-01 Daira HopwoodUnicode path fixes for drop-upload.
2015-10-01 Daira Hopwood.travis.yml: pin coverage version to 3.7.1. fixes ticke... 2511.fix-coveralls.0
2015-09-23 Brian WarnerMerge branch '2510-new-foolscap'
2015-09-23 Brian Warnerintroweb: fix connection hints for server announcements 190/head
2015-09-23 Brian Warnerremove "announcement_distinct_hosts" from introweb...
2015-09-23 Brian Warnerintroducer: stop tracking hints for subscribed clients
2015-09-22 Brian Warnertravis: use 'git fetch' to deepen, not 'git pull'
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
next