]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2008-08-27 Zooko O'WhielacronxCREDITS: thanks to Chris Galvan
2008-08-27 Zooko O'Whielacronxsetup: patch from Chris Galvan to build sdists with...
2008-08-27 Brian Warnerservermap: don't log late arrivals, and don't log DeadR...
2008-08-26 Brian Warnermutable: make mutable-repair work for non-verifier...
2008-08-26 Zooko O'Whielacronxmutable: remove work-around for a flaw in an older...
2008-08-26 Zooko O'Whielacronxdocs: edit install.html a tad
2008-08-26 Brian Warnermisc/make_umid: little script and elisp fragment to...
2008-08-26 Brian Warnerlogging: add 'unique-message-ids' (or 'umids') to each...
2008-08-26 Brian Warnerlogging cleanups: lower DeadReferenceError from WEIRD...
2008-08-25 Zooko O'Whielacronxchecker: make the log() function of SimpleCHKFileVerifi...
2008-08-22 Zooko O'Whielacronxdocs: warn that the "garbage-collection and accounting...
2008-08-21 Brian Warnerdocs/filesystem-notes.txt: add notes about enabling...
2008-08-15 Zooko O'Whielacronxsetup: doc string describing what the require_auto_deps...
2008-08-13 Brian Warnermutable/checker: log a WEIRD-level event when we see...
2008-08-13 Brian Warnerimmutable checker: add a status_report field
2008-08-13 Brian Warnermutable/servermap: lower the priority of many log messages
2008-08-13 Brian Warnerweb/deep-check: show the webapi runtime at the bottom...
2008-08-13 Brian WarnerCLI: tolerate blank lines in the aliases file
2008-08-13 Brian Warnertest_web: workaround broken HEAD behavior in twisted...
2008-08-13 Brian Warnertest_web: oops, actually use HEAD (instead of GET)...
2008-08-13 Brian Warnerweb: use get_size_of_best_version for HEAD requests...
2008-08-13 Brian Warnermutable: add get_size_of_best_version to the interface...
2008-08-13 Brian WarnerCLI: add 'tahoe debug corrupt-share', and use it for...
2008-08-12 Brian WarnerIFilesystemNode: add get_storage_index(), it makes...
2008-08-12 Brian Warnertest_system: rename Checker to ImmutableChecker, to...
2008-08-12 Brian Warner'tahoe debug dump-share': add --offsets, to show sectio...
2008-08-12 Brian Warnertest_cli: oops, fix tests after recent stdout/stderr...
2008-08-12 Brian Warnerscripts/debug: split out dump_immutable_share
2008-08-12 Brian Warnerscripts/debug: clean up use of stdout/stderr
2008-08-12 Brian WarnerCLI: move the 'repl' command to 'tahoe debug repl'
2008-08-12 Brian WarnerCLI: move all debug commands (dump-share, dump-cap...
2008-08-12 Brian Warnerhush a pyflakes warning
2008-08-12 Brian Warnerweb/directory: enable verify=true in t=deep-check
2008-08-12 Brian Warnerdirnode: add some deep-check logging
2008-08-12 Brian Warnerchecker_results.problems: don't str the whole Failure...
2008-08-12 Brian Warnerchecker: add information to results, add some deep...
2008-08-12 Brian Warnermutable/checker: rearrange a bit, change checker-result...
2008-08-12 Brian Warnermutable/servermap: add summarize_version
2008-08-12 Brian WarnerCLI: make 'tahoe webopen' command accept aliases like...
2008-08-11 Brian Warnermunin diskusage/doomsday: oops, fix labels, everything...
2008-08-07 Brian Warnermunin/tahoe_overhead: don't emit non-sensicial numbers
2008-08-07 Brian Warnermunin: add tahoe_overhead plugin, to measure effectiven...
2008-08-07 Brian Warnerdiskwatcher.tac: include total-bytes-used
2008-08-07 Zooko O'Whielacronxsetup: remove accidentally duplicated lines from Makefile
2008-08-07 Brian Warnermisc/dependencies: remove the no-longer-useful foolscap...
2008-08-07 Brian WarnerMakefile: avoid bare quotes, since the emacs syntax...
2008-08-07 Brian Warnerdiskwatcher.tac: don't report negative timeleft
2008-08-07 Brian Warnerdiskwatcher.tac: reduce the polling rate to once per...
2008-08-07 Brian Warnermisc/spacetime: add munin plugins, add everything to...
2008-08-07 Brian Warnerdiskwatcher.tac: hush pyflakes
2008-08-07 Brian Warnerdiskwatcher.tac: add async-GET code, but leave it comme...
2008-08-07 Brian Warnercpu-watcher.tac: improve error message
2008-08-07 Brian Warnerdisk-watcher: first draft of a daemon to use the HTTP...
2008-08-07 Brian Warnermisc/cpu-watcher.tac: tolerate missing pidfiles, just...
2008-08-06 Zooko O'Whielacronxsetup: don't attempt to escape quote marks, just delete...
2008-08-06 Zooko O'Whielacronxsetup: escape any double-quote chars in the PATH before...
2008-08-06 Brian Warnerstorage: include disk-free information in the stats...
2008-08-06 Brian Warnermutable: more repair tests, one with force=True to...
2008-08-06 Brian Warnertest/common: add ShouldFailMixin
2008-08-06 Brian Warnertest_mutable: add comment about minimal-bandwidth repai...
2008-08-06 Brian Warnertest_mutable: factor out common setup code
2008-08-06 Brian Warnermutable: start adding Repair tests, fix a simple bug
2008-08-06 Brian Warnermutable.txt: add warning about out-of-date section
2008-08-06 Brian Warnertest_system: factor out find_shares/replace_shares...
2008-08-06 Brian Warnerdebian/control: update dependencies to match _auto_deps...
2008-08-05 Brian Warnerbump foolscap dependency to 0.3.0, for the new incident...
2008-08-05 Brian Warnerweb: add 'report incident' button at the bottom of...
2008-08-04 Brian Warnertest_cli: more coverage for 'tahoe put' modifying a...
2008-08-02 Brian Warnercheck_grid.py: update to match new CLI: 'put - TARGET...
2008-08-02 Brian Warnertest_cli: remove windows-worrying newlines from test...
2008-08-02 Brian Warnertest_cli.py: factor out CLITestMixin
2008-08-02 Brian WarnerCLI: change one-arg forms of 'tahoe put' to make an...
2008-08-02 Brian WarnerCLI: add create-alias command, to merge mkdir and add...
2008-08-01 Brian Warnertest_cli: add system-based tests for PUT, including...
2008-08-01 Brian Warnertests: simplify CLI tests that use stdin, now that...
2008-08-01 Brian WarnerCLI: simplify argument-passing, use options= for everth...
2008-07-31 Zooko O'Whielacronxtests: add test that verifier notices any (randomly...
2008-07-30 Zooko O'Whielacronxtests: test that checker doesn't cause reads on the...
2008-07-30 Zooko O'Whielacronxstorage: make storage servers declare oldest supported...
2008-07-30 Zooko O'Whielacronxtests: use the handy dandy TestCase.mktemp() function...
2008-07-30 Zooko O'Whielacronxtests: don't use SignalMixin
2008-07-30 Zooko O'Whielacronxsetup: if the user passes a TRIALOPT env var then pass...
2008-07-30 Zooko O'Whielacronxsetup: turn back on reactor=poll for cygwin trial ...
2008-07-30 Zooko O'Whielacronxsetup: fix bug in Makefile -- ifeq, not ifneq -- so...
2008-07-30 Zooko O'Whielacronxsetup: whoops, really remove the default reactor=poll...
2008-07-30 Zooko O'Whielacronxsetup: instead of setting --reactor=poll for trial...
2008-07-30 Zooko O'Whielacronxsetup: pass --reactor=poll to trial unless REACTOR...
2008-07-30 Zooko O'Whielacronxsetup: require secure_connections from foolscap
2008-07-28 Zooko O'Whielacronxtests: add test_system.Checker which tests basic checki...
2008-07-28 Zooko O'Whielacronxtest: add testutil.flip_one_bit which flips a randomly...
2008-07-28 Zooko O'Whielacronxtests: make it so that you can use common.py's SystemTe...
2008-07-28 Brian Warnerdownload.py: set up self._paused before registering...
2008-07-28 Brian Warnertest/common.py: use pre-computed Tub certificates for...
2008-07-28 Brian Warnermunin/tahoe_spacetime: show 2wk data even if 4wk data...
2008-07-26 Brian Warnerweb: add /status/?t=json, with active upload/download...
2008-07-26 Brian Warnerweb: make t=json stats pages use text/plain, instead...
2008-07-25 Brian Warnertest_system.py: factor SystemTestMixin out of SystemTest
2008-07-25 Brian Warnertest_system.py: modify system-test setup code in prepar...
2008-07-25 Brian Warnertest_system.py: move SystemTestMixin out into common...
2008-07-25 Brian Warnertest_system.py: create SystemTestMixin, with less cruft...
next