]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2009-02-04 Zooko O'Whielacronxsetup: remove a couple of horrible work-arounds in...
2009-02-04 Zooko O'Whielacronxsetup: remove old bundled setuptools_trial
2009-02-04 Zooko O'Whielacronxsetup: bundle new setuptools_trial-0.5.1
2009-02-04 Zooko O'Whielacronxsetup: bundle new setuptools_darcs-1.2.5
2009-02-04 Zooko O'Whielacronxsetup: remove old bundled setuptools_darcs
2009-02-04 Zooko O'Whielacronxsetup: remove bundled darcsver in gzipped format
2009-02-04 Zooko O'Whielacronxsetup: bundle darcsver in ungzipped format
2009-02-04 Zooko O'Whielacronxdocs: mention issues using flogtool on Windows
2009-02-04 Brian Warnerwebapi: add verifycap (spelled 'verify_url') to the...
2009-02-03 Zooko O'Whielacronxsetup: stop trying to add specific dirs to site-dirs...
2009-02-03 Zooko O'Whielacronxsetup: require and automatically use setuptools-0.6c11d...
2009-02-03 Zooko O'Whielacronxsetup: remove old bundled setuptools-0.6c10dev (our...
2009-02-03 Zooko O'Whielacronxsetup: bundle setuptools-0.6c11dev (our own toothpick...
2009-02-03 Brian WarnerCLI: tahoe_check: stop escaping the JSON output when...
2009-02-03 Brian Warner#598: first cut of 'tahoe backup' command: no backupdb...
2009-02-03 Brian WarnerCLI: move node-url -should-end-in-slash code into a...
2009-02-03 Brian Warnertahoe_ls: CLI command should return rc=0, not None
2009-02-03 Zooko O'Whielacronxsetup: add site-dirs for Debian and for some (?) Mac...
2009-02-03 Brian Warnermisc/dependencies: update setuptools_trial from 0.4...
2009-02-03 Brian Warner.darcs-boringfile: ignore bin/tahoe and bin/tahoe-scrip...
2009-02-03 Brian WarnerMakefile: fix 'clean' target to remove bin/tahoe and...
2009-01-31 Zooko O'Whielacronxstorage: disable test_large_share again: my linux lapto...
2009-01-31 Brian Warnerweb/directory: add a link from readwrite directories...
2009-01-31 Brian Warneruri: add abbrev_si() method, which returns the abbrevia...
2009-01-30 Zooko O'Whielacronxsetup: make sure you use darcsver whenever you are...
2009-01-30 Zooko O'Whielacronxsetup: require setuptools_trial >= 0.5, and delegate...
2009-01-30 Brian WarnerMakefile: use 'setup.py test' for test/quicktest target...
2009-01-30 Brian WarnerMakefile: remove the obsolete stats-gatherer-run target
2009-01-29 Zooko O'Whielacronxsetup: remove the "build three times in a row" kludge...
2009-01-29 Zooko O'Whielacronxsetup: require darcsver >= 1.2.0 and rely exclusively...
2009-01-29 Zooko O'Whielacronxsetup: add new bundled darcsver-1.2.0
2009-01-29 Zooko O'Whielacronxsetup: remove old bundled darcsver-1.1.8
2009-01-29 Zooko O'Whielacronxsetup: add doc explaining why we set zip_safe=False
2009-01-29 Zooko O'Whielacronxsetup: setup.cfg aliases get expanded only once, so...
2009-01-29 Zooko O'Whielacronxsetup: invoke darcsver whenever doing an sdist
2009-01-29 Zooko O'Whielacronxsetup: more verbose assertion failure in test_runner
2009-01-29 Zooko O'Whielacronxsetup: subclass setuptools.Command instead of distutils...
2009-01-29 Zooko O'Whielacronxsetup: temporarily comment-out the horrible kludge...
2009-01-29 Zooko O'Whielacronxsetup: always create a support dir and populate it...
2009-01-29 Zooko O'Whielacronxsetup: if any of "build", "develop", or "test" appear...
2009-01-29 Zooko O'Whielacronxsetup: add metadata indicating compatibility with pytho...
2009-01-29 Zooko O'Whielacronxsetup: a new improved way to create tahoe executables
2009-01-28 Zooko O'Whielacronxstorage: enable the test of a share larger than 2 GiB...
2009-01-28 Zooko O'Whielacronxsetup: bundle darcsver-1.1.8
2009-01-28 Zooko O'Whielacronxsetup: remove old bundled dependency darcsver-1.1.5
2009-01-27 Brian WarnerCLI: fix examples in tahoe put --help
2009-01-27 Zooko O'Whielacronxtrivial: remove unused imports noticed by pyflakes
2009-01-27 Zooko O'Whielacronxsetup: fix test_runner to invoke bin/tahoe.exe instead...
2009-01-27 Zooko O'Whielacronxsetup: fix test_runner to assert that lines which are...
2009-01-27 Zooko O'Whielacronxsetup: fix test_runner.RunNode.test_baddir -- it was...
2009-01-27 Zooko O'Whielacronxsetup: hack the sys.argv to set poll reactor if "python...
2009-01-27 Zooko O'Whielacronxsetup: go ahead and check for noise in test_client_no_noise
2009-01-27 Zooko O'Whielacronxsetup: always run "build" before running "test"
2009-01-27 Zooko O'Whielacronxsetup: add a test for a warning message from importing...
2009-01-27 Zooko O'Whielacronxsetup: always run build_tahoe before running tests
2009-01-26 Brian Warnerdiskwatcher: cache growth results (which take 30s to...
2009-01-24 Brian Warnermake streaming-manifest stop doing work after the HTTP...
2009-01-24 Zooko O'Whielacronxsetup: sys.exit() raises a SystemExit exception on...
2009-01-24 Zooko O'Whielacronxsetup: find a "bin/tahoe" executable to test based...
2009-01-24 Brian Warnerrollback the #591 fix, since it breaks quicktest entirely
2009-01-24 Brian Warner#509: remove non-streaming 'tahoe manifest' CLI form
2009-01-23 Brian WarnerCLI.txt: improve docs on 'tahoe manifest' to cover...
2009-01-23 Brian Warner#509 CLI: add 'tahoe manifest --stream'
2009-01-23 Brian Warner#509: test_system.py: add test for streamed-manifest
2009-01-23 Brian Warnertest_system: rearrange DeepCheckWebGood to make it...
2009-01-23 Zooko O'Whielacronxsetup: use "trial" executable instead of the setuptools...
2009-01-23 Brian WarnerCLI: remove the '-v' alias for --version-and-path,...
2009-01-23 Brian Warner#590: add webish t=stream-manifest
2009-01-23 Brian Warnerdirnode: add get_repair_cap()
2009-01-23 Brian Warnerdirnode.deep_traverse: fix docstring to describe the...
2009-01-23 Brian Warnerfilenode: add get_repair_cap(), which uses the read...
2009-01-22 Zooko O'Whielacronxsetup: make the bin/tahoe executable exit with the...
2009-01-22 Zooko O'Whielacronxsetup: add test that the tests are testing the right...
2009-01-22 Zooko O'Whielacronxtrivial: removed unused imports noticed by pyflakes
2009-01-22 Zooko O'Whielacronxsetup: change test_runner to invoke "bin/tahoe" in...
2009-01-21 Zooko O'Whielacronxsetup: fix "tahoe start" to work on Windows even when...
2009-01-21 Zooko O'Whielacronxdocs: trivial naming change
2009-01-21 Zooko O'Whielacronxrollback the feature of making "ambient upload authorit...
2009-01-21 Zooko O'Whielacronxsetup: add new bundled setuptools_trial-0.4
2009-01-21 Zooko O'Whielacronxsetup: remove old bundled setuptools_trial-0.2
2009-01-20 Zooko O'Whielacronxsetup: require darcsver always, and not just when we...
2009-01-20 Zooko O'Whielacronxsetup: fix test_system to require tahoe under its packa...
2009-01-20 Zooko O'Whielacronxsetup: use setup.cfg aliases to map "setup.py test...
2009-01-20 Zooko O'Whielacronxdoc: add Toby Murray to the CREDITS
2009-01-20 toby.murraydoc: describe web.ambient_upload_authority
2009-01-19 Zooko O'Whielacronxtrivial: remove unused import noticed by pyflakes
2009-01-19 Zooko O'Whielacronxsetup: simplify install.html a tad
2009-01-19 Zooko O'Whielacronxsetup: refactor versions-and-paths and use pkg_resource...
2009-01-19 Zooko O'Whielacronxsetup: undo (for the second time) the use of the -...
2009-01-18 Zooko O'Whielacronxtrivial: whitespace
2009-01-18 Zooko O'Whielacronxtrivial: whitespace
2009-01-18 Zooko O'Whielacronxtrivial: whitespace
2009-01-18 toby.murrayadd 'web.ambient_upload_authority' as a paramater to...
2009-01-17 Zooko O'Whielacronxdoc: add Larry Hosken to CREDITS
2009-01-17 cgalvanrun build_tahoe command with trial commmand
2009-01-17 cgalvanadding multi-version support
2009-01-16 Zooko O'Whielacronxsetup: addition of setuptools_trial egg to the base...
2009-01-16 cgalvanprevent --site-dirs from being passed to the 'install...
2009-01-16 cgalvanadd option to show version and path to the tahoe executable
2009-01-15 Zooko O'Whielacronxsetup: put back configuration of the PYTHONPATH which...
next