]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2008-06-03 Brian WarnerCLI: improve docs w.r.t. aliases, add examples to ...
2008-06-02 Brian WarnerDon't allow uploads of large files (about 12GiB or...
2008-06-02 Peter Secorwindows installer - changing version number for latest...
2008-05-30 Brian Warnerarchitecture.txt: explain the introducer SPOF and why...
2008-05-30 Peter Secorwindows client - changes to have property for changing...
2008-05-28 Brian Warnerdocs/backupdb.txt: preliminary sketch of our plans...
2008-05-28 Brian Warnermisc/munin/tahoe_spacetime.py: add a munin plugin to...
2008-05-28 Brian Warnermisc/delete-old-helper.sh: simple script to delete...
2008-05-22 Brian Warnertest_system: even more 'cp -r' coverage
2008-05-22 Brian Warnertest_system.py: improve 'cp -r' coverage: exercise...
2008-05-22 Brian WarnerCLI: remove the '-r' shortcut for --dir-cap, to make...
2008-05-22 Brian Warnertahoe_cp: rewrite, make --recursive work
2008-05-22 Brian Warnertahoe_ls: improve error message when the target is...
2008-05-22 Brian Warnerscripts/common_http.py: add comment about why we need...
2008-05-21 Brian Warnertahoe_cp.py: fix pyflakes complaint
2008-05-21 Brian Warnercli: initial implementation of 'cp -r', probably doesn...
2008-05-21 Brian Warnerutil.dictutil: move DictOfSets out to a separate utilit...
2008-05-20 Brian WarnerCLI: implement the easy part of cp (no -r, only two...
2008-05-20 Brian Warnerweb t=json: add 'mutable' key to the information dict
2008-05-20 Brian Warnertest_web: improve test coverage of web.common utility...
2008-05-20 Brian Warnerweb: fix JSON output for mutable files
2008-05-20 Brian WarnerCLI: add 'list-aliases', factor out get_aliases
2008-05-20 Brian WarnerCLI: add 'ln', just like move but without the delete
2008-05-20 Brian Warnertest_system.py: remove dead code
2008-05-20 Brian Warnertahoe_ls: improve output formatting
2008-05-20 Brian WarnerCLI mv: if we can't created the new child, don't delete...
2008-05-20 Brian WarnerCLI ls: add --readonly-uri to display readonly URIs...
2008-05-20 Brian WarnerCLI: add put --mutable, enhance ls to show mutable...
2008-05-20 Brian Warnerweb: handle PUT mutable=true properly
2008-05-20 Brian Warnertest_web: add HEAD coverage
2008-05-20 Brian Warnerweb: more mutable-file coverage
2008-05-20 Brian Warnerweb: even more test coverage
2008-05-20 Brian Warnerweb: improve test coverage, remove some dead code
2008-05-20 Brian Warnertest_web/test_system: improve test coverage
2008-05-20 Brian Warnertest_system: fix windows test failure, open files with...
2008-05-20 Brian Warneroverhaul CLI: not quite complete but it works a lot...
2008-05-20 Brian Warnertest/common: oops, forgot the FakeMutableFileNode.get_r...
2008-05-20 Brian Warnerweb: improve test coverage
2008-05-20 Brian Warnerweb/filenode: remove unreachable code
2008-05-20 Brian Warnerweb/directory: fix rw_uri output in t=JSON to reflect...
2008-05-19 Brian Warnerweb: factor out identical renderHTTP methods
2008-05-19 Brian Warnerwebish: censor URLs that start with /file and /named too
2008-05-19 Brian Warnertest_web: remove leftover import to hush pyflakes
2008-05-19 Brian Warnertest_system: match webapi change, making new files...
2008-05-19 Brian Warnerfilenode: add is_mutable to non-MutableFileNode classes
2008-05-19 Brian Warnerwebish: complete rewrite, break into smaller pieces...
2008-05-19 Brian Warnertest_web: implement API changes from the recent webapi...
2008-05-19 Brian Warnerwebapi.txt: overhaul documentation. API changes are...
2008-05-19 Brian Warnertest_web.py: minor cleanups, improved error reporting
2008-05-19 Brian Warnertest_web.py: localdir=/localfile= is going away, so...
2008-05-19 Brian Warnerdebug dump-share: print size of encprivkey and signatur...
2008-05-19 Brian Warnerservermap.py: add size_of_version(), to retrieve the...
2008-05-19 Peter Secornative client - Mike updated build to allow for Allmyda...
2008-05-19 Peter Secorwindows installer - fix quoting on start/stop of Allmyd...
2008-05-19 Peter Secorwindows installer - added startup line for AllmydataMan...
2008-05-17 Peter Secorwindows installer - trying to get the new Allmydata...
2008-05-17 Peter Secorwindows installer - changed to update for Mikes recent...
2008-05-17 Peter Secornative client - Mikes changes to have a manager to...
2008-05-16 Brian Warnerdirnode: add overwrite= to most API calls, defaulting...
2008-05-16 Brian Warnertestutil.shouldFail: mention the 'which' string in...
2008-05-14 Brian Warnerwebish: add /file links, change directory page to use...
2008-05-14 Brian Warnerintroweb.py: tolerate foolscap>=0.2.6, which changed...
2008-05-14 Brian Warnertest_mutable.py: test replacing a file that has one...
2008-05-10 Brian WarnerCLI.txt: document proposed scp:-based CLI syntax
2008-05-09 Brian Warnerdocs/CLI.txt: provide an overview of bin/tahoe subcommands
2008-05-09 Brian Warneruse a weakref cache in the client to manage singleton...
2008-05-09 Brian Warnercheck_memory: oops, fix HTTP-based modes: trailing...
2008-05-08 Brian Warnertest_dirnode: improve coverage of not-mutable-error...
2008-05-08 Brian Warnercheck_memory: don't use fixed webports, they cause...
2008-05-08 Brian Warnerdeep-stats: add file-size histogram
2008-05-08 Brian Warnertest_dirnode: the size of the directories varies, toler...
2008-05-08 Brian Warnerdirnode: refactor deep-stats a bit
2008-05-08 Brian Warnerdirnode: add a deep_stats(), like deep-size but with...
2008-05-08 Brian Warnerrun a stats provider even if there's no gatherer, since...
2008-05-08 Brian Warnerdirnode: use the concurrency limiter in t=manifest...
2008-05-08 Brian Warnerlimiter: fix bug that ignores the limit= argument
2008-05-07 robk-tahoetahoefuse: fix typo which could cause data corruption
2008-05-07 robk-tahoetahoefuse: return bogus but useful data to statfs call
2008-05-08 Brian Warnertest_util: improve ConcurrencyLimiter tests
2008-05-07 Brian Warneradd a basic concurrency limiter utility
2008-05-07 Brian Warnerboringfile: add Twisted .egg files
2008-05-07 Brian Warnerweb status: abbreviate file size in the upload+download...
2008-05-07 Brian Warnermunin: add tahoe_cpu_watcher.py, to track the data...
2008-05-07 Brian Warnermisc/cpu-watcher*: add some tools to monitor CPU usage...
2008-05-07 Zooko O'Whielacronxdocs: fix a few stale comments in code
2008-05-07 Zooko O'Whielacronxsetup: tiny fix to syntax in makefile
2008-05-06 Brian Warnerconfiguration.txt: describe helper config
2008-05-06 Zooko O'Whielacronxdocs: shorter running.html
2008-05-06 Brian Warnerdocs/helper.txt: explain more about the helper
2008-05-06 Zooko O'Whielacronxdocs: mention configuration, suggested by ben hyde...
2008-05-06 Zooko O'Whielacronxdocs: edit to install.html suggested by Brian
2008-05-06 Zooko O'Whielacronxsetup: trivial formatting change in _auto_deps.py
2008-05-06 Zooko O'Whielacronxsetup: remove specific checks for twisted dependency...
2008-05-06 Zooko O'Whielacronxsetup: require pycryptopp >= v0.5
2008-05-06 Zooko O'Whielacronxsetup: remove bundled pycryptopp-0.3.0.tar
2008-05-06 Zooko O'Whielacronxsetup: bundle pycryptopp-0.5.1.tar
2008-04-30 Brian Warnertest_stats.py: improve test coverage
2008-04-30 Brian Warnerstats: add tests for CPUUsageMonitor, modify it a bit...
2008-04-30 Zooko O'Whielacronxsetup: don't catch ImportError when importing _auto_dep...
2008-04-30 Brian Warnertest_mutable: update notify_publish() to match new...
next