]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2010-02-28 david-sarahTAG allmydata-tahoe-1.6.1 allmydata-tahoe-1.6.1
2010-02-28 david-sarahChange install.html to reference 1.6.1 instead of 1.6.0
2010-02-28 Zooko O'Whielacronxdocs: fix the asymptotic network performance of mutable...
2010-02-27 david-sarahChange code that gives a base32 SI or an empty string...
2010-02-25 david-sarahAdditional test for DIR2-LIT directories in test_web...
2010-02-24 david-sarahUpdates to NEWS for 1.6.1
2010-02-24 david-sarahAdditional fixes for DIR2-LIT More Info page and deep...
2010-02-24 david-sarahdirectories: add DIR2-LIT directories to test_deepcheck...
2010-02-24 david-sarahdirnode: add tests of literal dirnodes (current and...
2010-02-22 david-sarahAdditional fix for abbrev_si, with test
2010-02-22 david-sarahAdditions to test_web.py for #948
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-02-24 david-sarahTweak to 'tahoe ls --help' output (#837)
2010-02-24 david-sarahTest behaviour of 'tahoe ls' for unknown objects (...
2010-02-20 david-sarahImprove behaviour of 'tahoe ls' for unknown objects...
2010-02-24 Zooko O'Whielacronxdocs: update relnotes.txt for v1.6.1
2010-02-24 Zooko O'Whielacronxdocs: NEWS and relnotes-short.txt and CREDITS for v1.6.1
2010-02-24 Brian Warnermisc/coverage.el: improve filename matching
2010-02-24 Brian Warnertest_util.py: improve coverage of util.time_format
2010-02-24 Brian Warnerdocs/performance.txt: split out CPU from network, expan...
2010-02-23 Brian Warnerdocs/FTP: the Twisted patch (t3462) has landed, will...
2010-02-20 Kevan CarstensenChange OphandleTable to use a deterministic clock,...
2010-02-21 Kevan CarstensenAdd tests for the ophandle expiration behavior in #577
2010-02-21 Kevan CarstensenUpdate docs/frontends/webapi.txt to reflect the new...
2010-02-21 Kevan CarstensenIncrease ophandle expiration times, per #577
2010-02-06 david-sarahMore cleanups to test_cli using new utilities for readi...
2010-02-06 david-sarahFix race conditions and missing callback in allmydata...
2010-02-15 Zooko O'Whielacronxsetup: comment-out the dependency on pycrypto, see...
2010-02-12 Kevan CarstensenAdd tests for #939
2010-02-11 Kevan CarstensenAlter CLI utilities to handle nonexistent aliases better
2010-02-06 Peter Secoradding pycrypto to the auto dependencies
2010-02-06 Peter Secordocs running.html - "tahoe run ." does not work with...
2010-02-08 Brian Warnerweb/storage.py: display total-seen on the last-complete...
2010-02-03 Brian Warnercode coverage: replace figleaf with coverage.py, should...
2010-02-02 david-sarahMore comprehensive changes and ticket references for...
2010-02-02 Zooko O'Whielacronxdocs: install.html: link into Python 2.5.5 download...
2010-02-02 Zooko O'WhielacronxTAG allmydata-tahoe-1.6.0 allmydata-tahoe-1.6.0
2010-02-02 Zooko O'Whielacronxdocs: install.html: recommend Python 2.5 (because I...
2010-02-02 Brian Warnerarchitecture.txt: remove trailing whitespace, wrap...
2010-02-02 Zooko O'Whielacronxdocs: a couple of small edits to release notes (thanks...
2010-02-02 Zooko O'Whielacronxdocs: CREDITS: where due
2010-02-02 Zooko O'Whielacronxdocs: a few small edits to performance.txt and README
2010-02-02 Kevan CarstensenFill in 'docs/performance.txt' with some performance...
2010-02-02 Zooko O'Whielacronxdocs: a few edits to architecture.txt, most significant...
2010-02-02 Zooko O'Whielacronxdocs: a few edits and updates to relnotes.txt, relnotes...
2010-02-02 david-sarahDocument leakage of cap URLs via phishing filters in...
2010-02-01 Zooko O'Whielacronxdocs: updates to relnotes.txt, NEWS, architecture,...
2010-02-01 Zooko O'Whielacronximmutable: downloader accepts notifications of buckets...
2010-02-01 Zooko O'Whielacronxtests: don't require tahoe to run with no noise if...
2010-01-27 david-sarahUse if instead of assert to check for twisted ftp patch
2010-02-01 Zooko O'Whielacronxtests: stop being surprised that Nevow no longer prints...
2010-02-01 david-sarahcli: suppress DeprecationWarnings emitted from importin...
2010-01-30 david-sarahImprovements to test_unknownnode to cover invalid cap...
2010-01-29 david-sarahFix invalid trailing commas in JSON example
2010-01-30 david-sarahImprovements to test_hung_server, and fix for status...
2010-01-29 Zooko O'Whielacronximmutable: fix bug in tests, change line-endings to...
2010-01-29 david-sarahNew tests for #928
2010-01-27 Zooko O'Whielacronximmutable: download from the first servers which provid...
2010-01-29 david-sarahEliminate 'foo if test else bar' syntax that isn't...
2010-01-29 david-sarahFix example JSON in webapi.txt that cannot occur in... trac-4200
2010-01-29 david-sarahAdd mutable field to t=json output for unknown nodes...
2010-01-28 david-sarahShow -IMM and -RO suffixes for types of immutable and...
2010-01-28 david-sarahFix inaccurate comment in test_mutant_dirnodes_are_omitted
2010-01-28 Zooko O'Whielacronxdocs: update relnotes.txt for Tahoe-LAFS v1.6
2010-01-27 david-sarahAddress comments by Kevan on 833 and add test for strip...
2010-01-27 david-sarahMiscellaneous documentation, test, and code formatting...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-27 Brian Warnertest_runner: cleanup, refactor common code into a non...
2010-01-27 Brian Warnerscripts/runner.py: simplify David-Sarah's clever groupe...
2010-01-27 Brian Warnertahoe backup: skip all symlinks, with warning. Fixes...
2010-01-27 Brian WarnerNEWS: update with all recent user-visible changes
2010-01-27 Brian Warner"tahoe backup": fix --exclude-vcs docs to include Git
2010-01-27 Brian Warnerdocs: fix references to --no-storage, explanation of...
2010-01-26 Zooko O'Whielacronxdocs: further CREDITS level-ups for Nils, Kevan, David...
2010-01-24 david-sarahPatch to accept t=set-children as well as t=set_children
2010-01-26 david-sarahFix boodlegrid use of set_children
2010-01-26 Zooko O'Whielacronxftpd: clearer error message if Twisted needs a patch...
2010-01-15 Kevan CarstensenAdd 'docs/performance.txt', which (for the moment)...
2010-01-26 Zooko O'Whielacronxdocs: more CREDITS for François, Kevan, and David-Sarah
2010-01-20 francoistahoe_backup.py: display warnings on errors instead...
2010-01-24 david-sarahWarn about test failures due to setting FLOG* env vars
2010-01-16 david-sarahMessage saying that we couldn't find bin/tahoe should...
2010-01-12 david-sarahChange running.html to describe 'tahoe run'
2010-01-26 Zooko O'Whielacronxcli: merge the better version of David-Sarah's split...
2010-01-12 david-sarahSplit tahoe --help options into groups.
2010-01-26 Zooko O'Whielacronxcli: split usage strings into groups (patch by David...
2010-01-16 david-sarahAdd create-node CLI command, and make create-client...
2010-01-24 david-sarahRemove replace= parameter to mkdir-immutable and mkdir...
2010-01-09 francoiscontrib/fuse/runtests.py: Fix #888, configure settings...
2010-01-21 Brian WarnerFix webapi t=mkdir with multpart/form-data, as on the...
2010-01-15 Brian Warnertahoe_add_alias.py: minor refactoring
2010-01-15 Brian Warnertest_dirnode.py: reduce scope of a Client instance...
2010-01-15 Brian Warnertest_provisioning: STAN is not always a list. Fix by...
2010-01-14 Brian Warnerweb/directory.py mkdir-immutable: hush pyflakes, add...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: slightly less-trivial...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2010-01-14 Brian Warnertahoe add-alias/create-alias: don't corrupt non-newline...
2010-01-14 Brian Warnerchange docs and --help to use "grid" instead of "virtua...
2010-01-14 Brian Warnerbackupdb.txt: fix ST_CTIME reference
2010-01-13 Brian Warnerclient.py: fix/update comments on KeyGenerator
next