]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
Further refine error handling in windows_getenv to avoid a Win32 API design flaw.
[tahoe-lafs/tahoe-lafs.git] / src /
2015-02-04 Daira HopwoodFurther refine error handling in windows_getenv to... pr138
2015-02-04 Brian Warnertest that web.static= is really treated as a relative...
2015-02-04 Daira HopwoodQuote the default node-directory correctly in help...
2015-02-03 Daira HopwoodMore robust error handling in windows_getenv. refs...
2015-02-03 Brian Warnertahoe_cp.py: clean up unicode handling
2015-01-30 Daira HopwoodChanges filename to unicode before placing the file... 2235-long-paths-on-windows-7 138/head
2015-01-30 Daira HopwoodAdds test_ticket_2027 to test_cli.Cp. refs #2027
2015-01-30 Daira HopwoodFix user-path-expansion on Windows for non-ASCII home...
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2015-01-30 Daira HopwoodUse absolute paths in tahoe cp and tahoe backup. refs...
2015-01-30 Daira HopwoodAdd support in abspath_expanduser_unicode for expanding...
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
2015-01-30 Daira HopwoodUse "long" paths prefixed with \\?\ on Windows. refs...
2015-01-29 Daira Hopwoodfileutil cleanup: delete the unused open_or_create...
2015-01-27 Mark BergerAdds _servers_with_shares to ServermapUpdater
2015-01-22 Daira HopwoodMerge pull request #137 from warner/2312-deprecation
2015-01-21 Brian WarnerAppease req.setHeader by passing bytes, not ints. 137/head
2015-01-21 Brian WarnerMerge branch 'pr136' (WUI accessibility fix #1961)
2015-01-21 Brian Warnerwelcome.xhtml: improve layout by floating the icons...
2015-01-21 Nathan WilcoxIntroduce icons with distinct shape for connection... 136/head
2015-01-20 Daira HopwoodLatest cryptography depends on enum34.
2015-01-20 Daira Hopwooddependecy specs: tolerate new PEP440 semantics too
2015-01-06 Daira HopwoodReserve all keytypes starting with "ssh-" in an account...
2015-01-06 Daira HopwoodSimplify key checking code by inlining _allowedKey...
2015-01-04 Jean-Paul CalderoneGive out FTPAvatarID objects instead. 134/head
2015-01-04 Jean-Paul CalderoneAdd the rest of the failure-case tests and a success...
2015-01-04 Jean-Paul CalderoneAdd a test for the bad key case of unauthorized ssh...
2015-01-04 Jean-Paul CalderoneAdd a test for one unauthorized case of ssh key checking.
2014-12-30 Daira HopwoodMerge pull request #133 from matthazinski/master
2014-12-30 Matt HazinskiMove UDP listen inside try block 133/head
2014-12-05 Daira HopwoodFix minor dependencies on "allmydata-tahoe" as appname.
2014-11-23 Daira Hopwoodtest_storage_client.py: add test_get_available_space_...
2014-11-23 Leif Rygeadd available-space to VERSION_DEFAULTS
2014-11-23 Leif Rygetests for "Available" column (#648)
2014-11-23 Leif Rygeadd "Available" column to welcome page (#648)
2014-11-23 Daira HopwoodMerge pull request #126 from leif/remove-cruft
2014-11-22 Leif Rygerm NativeStorageServer's unused min_shares argument 126/head
2014-10-26 Brian WarnerMerge branch '1159-notac-4'
2014-10-21 Daira HopwoodImprove error reporting and help for start/stop/etc... 1159-notac-4 123/head
2014-10-21 Daira Hopwoodstartstop_node.py: rename internal command and twistd...
2014-10-21 Brian Warner'tahoe start': stop using the contents of .tac files
2014-10-10 Daira HopwoodRemove an unused import.
2014-10-10 Daira HopwoodDon't call filenode.get_size() twice. refs #1634
2014-10-10 zookoMerge pull request #120 from zancas/1634-dont-return...
2014-10-10 zancasDo not report 'size' metadata if get_size returns None 120/head
2014-10-10 zancasexercise all branches of new helper "get_filenode_metadata"
2014-10-10 zancasrefactor get_filenode_metadata(...) into common.py
2014-10-08 Daira HopwoodCorrect a comment about which version of Twisted introd...
2014-10-07 Daira HopwoodImprove comments in _auto_deps.py. refs #2249, #2028... 2249-windows-dep-workaround-5 118/head
2014-10-07 Daira Hopwood_auto_deps.py cosmetics and cleanup.
2014-10-07 Daira HopwoodOnly allow pyOpenSSL >= 0.14 if it is already installed...
2014-10-07 Daira HopwoodMake dependencies different for Windows and non-Windows...
2014-10-07 Daira HopwoodMove require_more() to top-level.
2014-10-02 Daira HopwoodRefactoring to move the not_import_versionable and...
2014-10-02 Daira HopwoodMerge pull request #114 from zooko/2305-remove-obsolete...
2014-09-26 Daira HopwoodMerge pull request #112 from Lcstyle/master
2014-09-26 Loose Cannon1901 - Fix Welcome Page 112/head
2014-09-13 Daira HopwoodMerge pull request #109 from warner/2023-caution
2014-09-12 Brian WarnerAvoid Popen() of executables that don't exist 109/head
2014-09-12 Brian Warnertest_disk_stats: tolerate used==0 for a Travis worker bug
2014-09-12 Brian Warnerwelcome.xhtml: explain MDMF too
2014-09-12 Scott ArciszewskiUpdate welcome.xhtml
2014-09-09 Daira HopwoodMerge pull request #107 from warner/2281-trialcoverage
2014-09-09 Brian WarnerRemove 'trialcoverage' plugin and support code 107/head
2014-09-03 Brian WarnerMerge branch markberger/ticket-2008
2014-09-03 Mark BergerRemoves unnecessary import
2014-09-03 Mark BergerFixes tests which were improperly deleting shares
2014-09-03 Mark BergerAdds delete_all_shares
2014-09-03 Mark BergerDeletes shares from server 0 correctly
2014-09-03 Brian Warnercheck_memory: stop using long-deprecated twisted internals
2014-09-02 Brian WarnerMerge branch tarcieri/redesigned-directory-page
2014-09-02 Leif Rygeadd a <br>
2014-09-02 Mark J. BergerUpdates webui directory forms
2014-09-02 Leif Rygemake tests pass with redesigned directory pages
2014-09-02 Tony ArcieriRedesigned directory pages (WIP)
2014-09-02 Brian Warnerwelcome page: improve CSS slightly for narrow windows
2014-09-02 Brian Warnerpublish.py: log roothash in base32, not binary
2014-09-02 Brian WarnerMerge branch markberger/712-tahoe-cp-doesnt-copy-dir
2014-09-02 Mark BergerFix tests which relied on the old behavior of tahoe...
2014-09-02 Mark Bergertahoe cp -r now copies the top level directory with...
2014-09-02 Mark BergerAdds test_cli.Cp.test_cp_copies_dir
2014-09-01 Daira HopwoodSuppress a DeprecationWarning from Twisted.
2014-09-01 travis-tahoeSuppress all UserWarnings, not just ones with known...
2014-09-01 travis-tahoeSuppress warning about service_identity. fixes #2248
2014-09-01 travis-tahoeRevert previous patch; service_identity has too many...
2014-09-01 travis-tahoeAdd service_identity as a dependency. fixes #2248
2014-08-19 zookoMerge pull request #103 from zooko/2280-recommend-tahoe...
2014-08-17 Daira Hopwoodtest_runner: rename *_FILE variables to lowercase,...
2014-08-17 Daira HopwoodBetter name for the file that causes a node to exit...
2014-08-07 Daira HopwoodMerge pull request #96 from zooko/warn-about-FUSE-perfo...
2014-08-07 Daira HopwoodMerge pull request #95 from zooko/remove-obsolete-comment
2014-08-05 Zooko Wilcox-O'Hearnremove obsolete comment 95/head
2014-06-23 Brian Warnerhush current pyflakes warnings (list comprehensions)
2014-05-12 zookoMerge pull request #91 from zooko/master
2014-05-05 Daira HopwoodFix a pyflakes warning.
2014-05-05 Daira HopwoodImprove error reporting for '#' characters in config...
2014-05-05 Daira HopwoodFix a shallow bug.
2014-05-05 Daira HopwoodError if a .furl config entry contains an unescaped...
2014-05-05 Daira HopwoodRevert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which...
2014-05-05 Daira HopwoodFix #2048 (test_copy_using_filecap was doing much more...
next