]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
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...
2008-04-30 Brian Warnermutable stats: track mutable bytes published too
2008-04-30 Brian Warnerstats: add CPU-percentage monitor, with 1min/5min/15min...
2008-04-29 Zooko O'Whielacronxdocs: remove the redundant (and therefore bit-rotting...
2008-04-29 Zooko O'Whielacronxwui: reorganize the welcome.xhtml page
2008-04-28 Brian Warneroffloaded: add 'resumes' counter to stats: how many...
2008-04-28 Zooko O'Whielacronxcontrib: add a note about Armin Rigo's fuse implementation
2008-04-28 bensupport freebsd 6
2008-04-24 Brian Warnerdebian: add python-setuptools to the debian install...
2008-04-24 Brian WarnerMakefile: add quicktest-figleaf: this is in my edit...
2008-04-24 Brian Warnermunin/tahoe_estimate_files.py: tool to estimate the...
2008-04-24 Zooko O'Whielacronxsetup: pyOpenSSL is now easy_installable, and pycryptop...
2008-04-23 robk-tahoemunin stats: fix typo in mutable file stats
2008-04-23 robk-tahoemunin stats: add mutable/uploader traffic graphs
2008-04-23 Brian Warnerintroducer: only record one announcement per (tubid...
2008-04-23 Brian Warnerclient: don't start the IntroducerClient until the...
2008-04-23 Brian Warnermunin/tahoe-stats.py: category is 'counters' not 'stats...
2008-04-23 Brian Warnertest_mutable: test that all servers refusing our share...
2008-04-23 Brian Warnermutable: improve test coverage in Retrieve, when shares...
2008-04-23 Brian Warnerhush pyflakes warning about code that got moved in...
2008-04-22 Brian Warnermutable/servermap: improve test coverage
2008-04-22 Brian Warnertestutil: factor stall() out into a common location
2008-04-22 Brian Warnertest_introducer.py: don't log nodeids as binary goop
2008-04-22 Brian Warnerweb/status: remove trailing whitespace
2008-04-22 Brian Warnermutable: test write failures, uncoordinated write detection
2008-04-22 Brian Warnermutable: remove some dead code, rearrange use of popula...
2008-04-22 Brian Warnermutable: improve testing to exercise the non-cached...
2008-04-22 Brian Warnercheck_speed: rearrange a bit to make it easy to disable...
2008-04-22 Brian Warnermutable status: make the 'total' timing value optional...
2008-04-22 Brian Warnermutable read: enable the cache (written during mapupdat...
2008-04-21 Brian Warnermutable status: use google-chart-API to draw server...
2008-04-21 Brian Warnermutable: improve test coverage slightly
2008-04-21 Brian Warnerdownload status: add time spent paused by the client...
2008-04-24 Zooko O'Whielacronxsetup: test depends on build, which means it invokes...
2008-04-23 Zooko O'Whielacronxsetup: remove the misc/hatch-eggs.py script, which...
2008-04-22 Peter Secorwindows installer - removing uninstall tests, trying...
2008-04-21 Peter Secorwindows installer - added -Q option to installer as...
2008-04-21 Peter Secorwindows installer - added line to quit the system tray...
2008-04-22 Zooko O'Whielacronxkey_generator: make default key size be a constructor...
2008-04-22 Zooko O'Whielacronxsetup: remove obsolete makefile target build-deps
2008-04-21 Zooko O'Whielacronxsetup: windows: make sub-ver.py treat None as 0
2008-04-19 Brian Warnermutable/servermap: improve test coverage
2008-04-19 Brian Warnermutable: improve test coverage, fix bug in privkey...
2008-04-18 Zooko O'Whielacronxsetup: remove the try: except: around the import of...
2008-04-18 Brian Warnermutable.node: avoid reentrancy problems in Deferred...
2008-04-18 Zooko O'Whielacronxsetup: don't try __import__(name) in _auto_deps.py
2008-04-18 Zooko O'Whielacronxsetup: trivial change to metadata to test patch/branch...
2008-04-18 Zooko O'Whielacronxlet MutableFileNode.__repr__() return something useful...
2008-04-18 Zooko O'Whielacronxdocs: tiny update to webapi.txt
2008-04-18 Zooko O'Whielacronxdocs: tiny change in webapi.txt
2008-04-18 Zooko O'Whielacronxdocs: merge conflicts between the patch to document...
2008-04-18 Zooko O'Whielacronxdocs: use "127.0.0.1" instead of "localhost"
2008-04-18 Zooko O'Whielacronxsetup: a tiny tweak to setup to avoid requiring darcsve...
2008-04-18 Brian Warnerdirnode: return to 'delete fails if the child wasn...
2008-04-18 Brian Warnertest_mutable: hush pyflakes
2008-04-18 Brian Warnerdirnode: update to use MutableFileNode.modify
2008-04-18 Brian Warnertestutil: minor reformatting
2008-04-18 Brian Warnertest_mutable: factor out ShouldFailMixin
2008-04-18 Brian Warnermutable: implement MutableFileNode.modify, plus tests
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-17 Brian Warnermutable WIP: merge in patches from current trunk
2008-04-17 Brian Warnermutable WIP: use fireOnOneErrback when using a DeferredList
2008-04-17 Brian Warnermutable WIP: clean up status handling, shrink the code...
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
2008-04-17 Brian Warnermutable WIP: oops, fix test_mutable
2008-04-17 Brian Warnermutable WIP: publish status doesn't know its size early...
2008-04-17 Brian Warnermutable WIP: re-enable publish/retrieve status
2008-04-16 Brian Warnermisc/sizes.py: update to match current defaults: 128KiB...
2008-04-16 Brian Warnermutable WIP: improve logging a bit
2008-04-16 Brian Warnermutable WIP: rewrite ServerMap data structure, add...
2008-04-15 Brian Warnermutable WIP: rename NotEnoughPeersError to NotEnoughSha...
2008-04-15 Brian Warnermutable WIP: if corrupt shares cause a retrieve to...
2008-04-15 Brian Warnermutable WIP: merge conflicts in test_system.py
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....
2008-04-11 Brian Warnermutable WIP: all tests pass, but publish/retrieve statu...
2008-04-11 Brian Warnermutable: WIP. make Publish work, remove some test scaff...
2008-04-08 Brian Warnermutable.py: checkpointing #303 work part 2, Publish...
next