]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src /
2016-02-08 Brian WarnerMerge pull request #236 from daira/2725.timezone-test.0 master
2016-02-05 Daira HopwoodAvoid spurious SUCCESS!?? for test_format_time_y2038.
2016-02-05 Daira HopwoodFix tests on platforms without time.tzset (e.g. Windows... 236/head
2016-02-05 zookoMerge pull request #235 from leif/rm_intro_encoding_params
2016-02-05 Leif Rygeremove introducer's set_encoding_parameters 235/head
2016-02-03 Brian Warnerbump foolscap dependency to 0.10.1
2016-02-02 Daira HopwoodFix an error-reporting problem in test_welcome (this...
2016-02-02 Daira HopwoodFix an error handling path that would never have been... 2543.fix-mutable-error-handling.0
2016-02-02 Daira HopwoodRemove -u shortcut for 'tahoe ls --uri' which clashes...
2016-02-02 Daira HopwoodSimplify an existing test by using TimezoneMixin. 2723.no-tzset-on-windows.0
2016-02-02 Daira HopwoodDon't call time.tzset() if the platform doesn't have...
2016-01-31 Brian Warnerweb/status.py: minor renaming to hush pyflakes
2016-01-31 Brian WarnerMerge pull request #232 from leif/2663.dont-test-attrib...
2016-01-31 Leif RygeMake tests work with both Nevow 0.11 and 0.12 232/head
2016-01-23 Leif Rygewui: improved columns in welcome page server list 229/head
2016-01-23 Leif Rygerevert previous commit to fix attribution (vanity)
2016-01-15 Daira Hopwoodwui: improved columns in welcome page server list
2016-01-15 Leif Rygewui: use standard time format (#1077)
2016-01-15 Daira HopwoodMerge pull request #220 from tahoe-lafs/2669.magic...
2015-12-28 Daira HopwoodReject path arguments that start with '-' with a usage... 2669.magic-folder-misc-patches.1 220/head
2015-12-28 Daira HopwoodImproved error handling and cosmetics for ctypes calls...
2015-12-28 Daira HopwoodFind the node-directory option correctly even if we...
2015-12-28 Daira Hopwoodtest_encodingutil: use self.patch rather than modifying...
2015-12-28 Daira HopwoodRequire arguments to do_cli to be strs.
2015-12-28 Daira HopwoodURIs are strs.
2015-12-28 Daira HopwoodAliases are Unicode.
2015-12-28 Daira HopwoodRefactor tahoe.cfg handling to configutil.
2015-12-04 Daira HopwoodMerge pull request #204 from leif/preferred_peers-rebased3
2015-12-03 Daira HopwoodMerge pull request #206 from leif/python27
2015-12-01 Leif Rygenew feature: preferred storage servers 204/head
2015-12-01 Daira HopwoodMerge pull request #203 from tahoe-lafs/2556.quote...
2015-12-01 Daira HopwoodAdd test for 'tahoe create-node/client/introducer'... 2556.quote-paths-in-node-creation.0 203/head
2015-12-01 Daira HopwoodQuote local paths correctly in the output of node creat...
2015-11-03 Daira HopwoodMerge pull request #202 from tahoe-lafs/2567.turn-off...
2015-11-03 Daira HopwoodDisable bridging of foolscap logging to the Twisted... 2567.turn-off-log-bridging.0 202/head
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-11 Daira HopwoodAvoid spurious errors when an imported version is consi... 2499.avoid-spurious-version-errors.0 188/head
2015-07-29 Brian WarnerMerge branch '2447-cp-overwrite'
2015-07-29 Brian Warnertest_cli_cp: minor cleanup
2015-07-29 Brian Warnercp: error on target-filename collisions, rather than...
2015-07-29 Zookounit test for my desired behavior
2015-07-29 Brian WarnerMerge branch '2436.less-scary.3'
2015-07-28 Daira Hopwoodtest_version.py: minor cleanup. 2436.less-scary.3 178/head
2015-07-28 Daira HopwoodDon't show scary diagnostic warnings from --version...
2015-07-28 Daira HopwoodRevert "Don't show scary diagnostic warnings from ...
2015-07-28 Brian Warnermutable/retrieve.py: remove all bare assert()s
2015-07-28 Brian WarnerIReadable.read(): document out-of-range errors
2015-07-28 Brian WarnerMerge branch 'sdmf-partial-2'
2015-07-28 Brian Warnertest_mutable: more enhancements
2015-07-28 Brian Warnermutable/retrieve.py: rewrite partial-read handling 177/head
2015-07-28 Brian Warnerenhance SDMF/MDMF tests: zero-length files, size=None
2015-07-28 Daira HopwoodAdd tests for SDMF partial reads. refs #2459
2015-07-28 Daira HopwoodRemove some bare asserts in retrieve.py (there are...
2015-07-21 zookoMerge pull request #176 from tahoe-lafs/2436.less-scary.0
2015-07-21 Daira HopwoodMinor code cleanup in __init__.py. 2436.less-scary.0 176/head
2015-07-21 Daira HopwoodDon't show scary diagnostic warnings from --version...
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2015-07-17 Daira HopwoodAdd Namespace utility class. (This is already used...
2015-07-16 Daira HopwoodBump pyasn1 requirement to >= 0.1.8.
2015-07-16 Daira HopwoodBlacklist mock > 1.0.1.
2015-07-13 Brian Warnertest/check_load: hush (newer) pyflakes
2015-07-13 Brian Warnertest_web: avoid IP autodetection, was causing dirty...
2015-06-02 Daira HopwoodRemove packages from not_import_versionable that we... 2215.report-openssl-version.1 172/head
2015-06-02 Daira HopwoodAdd OpenSSL version check and tests. refs ticket:2215
2015-05-26 Brian WarnerMerge branch 'globalopts2'
2015-05-26 Brian Warnerwrap long lines, and tolerate various-width wrappings... 170/head
2015-05-26 Brian Warnercli: improve formatting of all commands
2015-05-26 Brian Warnerscripts: improve rendering of synopsis/usage
2015-05-26 Brian Warnerscripts/runner.py: put command group descriptions in...
2015-05-26 Brian Warnerrefactor scripts/common.py: move _default_nodedir out...
2015-05-26 Daira HopwoodMerge pull request #169 from zooko/2433-dead-code-Named...
2015-05-26 Zookoremove dead code: NamedTemporaryDirectory 169/head
2015-05-18 Daira Hopwoodfileutil.py: use ctypes.get_last_error() instead of...
2015-05-13 Daira HopwoodOn Windows, the user's home directory may be either...
2015-05-13 Daira Hopwoodinterfaces.py: fix arguments to create_subdirectory.
2015-05-13 Daira Hopwooddrop-upload.py: fix error messages.
2015-05-13 Daira HopwoodFix a pyflakes warning.
2015-05-13 Daira HopwoodRetire the setup_requires hack in cases where it isn...
2015-05-13 Daira Hopwood_auto_deps.py: update comments. refs #2416
2015-05-13 Daira HopwoodAllow working with Twisted >= 13 on Windows if pywin32...
2015-05-04 Brian WarnerMerge branch '2399-cp-mkdir'
2015-05-04 Brian Warnerapply review feedback
2015-05-04 Brian Warnercp: trailing slash on source filename is an error,...
2015-05-04 Brian Warnertahoe cp: ignore trailing slash on source arguments
2015-05-04 Brian WarnerImprove docs on 'cp -r', noting the recent 2329 changes
2015-04-28 Brian Warnercontrol.py: minor improvements
2015-04-28 Daira HopwoodChange foolscap dependency to >= 0.8.0. refs #2400
2015-04-21 Daira HopwoodFix a test that was dependent on Windows path separators.
2015-04-21 Daira HopwoodReduce differences between Windows and non-Windows...
2015-04-21 Brian Warnerfix check-memory test, with new new (safe) control...
2015-04-21 Daira HopwoodEnsure the 'base' argument to abspath_expanduser_unicod...
2015-04-21 Brian Warnerfinish removing control-port upload/download functions
2015-04-21 Brian Warnerremove control-port upload/download file interfaces
2015-04-17 Daira Hopwoodbackupdb.py: cosmetics
2015-04-17 Daira HopwoodMake backupdb use dbutil.
2015-04-17 Daira HopwoodAdd util/dbutil.py: open/create/update sqlite databases...
2015-04-17 Daira HopwoodSome useful Deferred utilities, originally from the...
next