]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2016-02-08 Brian WarnerMerge pull request #236 from daira/2725.timezone-test.0 master
2016-02-07 Brian WarnerNEWS: add notes about all changes since 1.10.2
2016-02-05 Brian WarnerMakefile: run pyflakes as 'pyflakes', not python `which...
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-28 Brian Warnerdocs/quickstart.rst: mention that py2.6 no longer works
2016-01-28 Brian WarnerNEWS: we now require py2.7 on all platforms.
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 HopwoodCorrections and clarifications to remote-to-local-sync...
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-02 Leif Rygedrop Python 2.6 (.travis.yml, doc, setup.py) 206/head
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-10-17 Brian Warner.travis.yml: unpin coverage, current one ought to work
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
2015-09-03 Ramakrishnan... OS-X package: add a preinstall script and copy the...
2015-07-31 Daira HopwoodChange some instances of "filesystem" that were missed...
2015-07-31 Brian Warnerupdate docs for 1.10.2 release allmydata-tahoe-1.10.2
2015-07-29 HawkOwladd a pypy that is allowed to fail 180/head 181/head
2015-07-29 Brian Warnerupdate NEWS with recent changes allmydata-tahoe-1.10.2b1
2015-07-29 Brian Warnerquickstart: Mention python-dev package for Python.h
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 Warnerimprove HTTP byte-range docs
2015-07-28 Brian Warnerwebapi.rst: document Range: header on GET requests
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-20 Daira HopwoodChange the separator character in the Magic Folder...
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 Brian WarnerMakefile upload-osx-pkg: mention where the packages go
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-27 Brian Warnerdocs/how-to-release: add more wiki pages to update
2015-06-16 Brian Warneradd test-pip-install
2015-06-16 Brian Warnerrelease checklist: use signed git tag next time
2015-06-16 Brian WarnerREADME: update copyright date allmydata-tahoe-1.10.1
2015-06-15 Brian Warnerupdate docs for 1.10.1 release
2015-06-15 Brian WarnerDockerfile: git-pull more history, to get a version...
2015-06-11 Daira HopwoodFinish user-interface.rst. fixes ticket:2443
2015-06-11 Daira HopwoodMake a start on the Magic Folder Objective 5 (user...
2015-06-09 Daira HopwoodNEWS.rst: fix missing link. 2318.news-cleanups.1 173/head
2015-06-09 Daira HopwoodNEWS.rst for 1.10.1: links, formatting and nitpicks.
2015-06-09 Brian WarnerNEWS: finish 1.10.1 edits. Good enough for beta1. allmydata-tahoe-1.10.1b1
2015-06-08 Brian WarnerNEWS: rearrange
2015-06-08 Brian WarnerNEWS: remove many non-user-visible items
2015-06-08 Brian WarnerNEWS: first editing pass
next