2008-05-08 |
Brian Warner | dirnode: add a deep_stats(), like deep-size but with... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Warner | run a stats provider even if there's no gatherer, since... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Warner | dirnode: use the concurrency limiter in t=manifest... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Warner | limiter: fix bug that ignores the limit= argument |
commit | commitdiff | tree | snapshot |
2008-05-07 |
robk-tahoe | tahoefuse: fix typo which could cause data corruption |
commit | commitdiff | tree | snapshot |
2008-05-07 |
robk-tahoe | tahoefuse: return bogus but useful data to statfs call |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Brian Warner | test_util: improve ConcurrencyLimiter tests |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Warner | add a basic concurrency limiter utility |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Warner | boringfile: add Twisted .egg files |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Warner | web status: abbreviate file size in the upload+download... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Warner | munin: add tahoe_cpu_watcher.py, to track the data... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Warner | misc/cpu-watcher*: add some tools to monitor CPU usage... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Zooko O'Whielacronx | docs: fix a few stale comments in code |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Zooko O'Whielacronx | setup: tiny fix to syntax in makefile |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Brian Warner | configuration.txt: describe helper config |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | docs: shorter running.html |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Brian Warner | docs/helper.txt: explain more about the helper |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | docs: mention configuration, suggested by ben hyde... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | docs: edit to install.html suggested by Brian |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | setup: trivial formatting change in _auto_deps.py |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | setup: remove specific checks for twisted dependency... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | setup: require pycryptopp >= v0.5 |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | setup: remove bundled pycryptopp-0.3.0.tar |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Zooko O'Whielacronx | setup: bundle pycryptopp-0.5.1.tar |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Warner | test_stats.py: improve test coverage |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Warner | stats: add tests for CPUUsageMonitor, modify it a bit... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zooko O'Whielacronx | setup: don't catch ImportError when importing _auto_dep... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Warner | test_mutable: update notify_publish() to match new... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Warner | mutable stats: track mutable bytes published too |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Warner | stats: add CPU-percentage monitor, with 1min/5min/15min... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zooko O'Whielacronx | docs: remove the redundant (and therefore bit-rotting... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zooko O'Whielacronx | wui: reorganize the welcome.xhtml page |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Brian Warner | offloaded: add 'resumes' counter to stats: how many... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Zooko O'Whielacronx | contrib: add a note about Armin Rigo's fuse implementation |
commit | commitdiff | tree | snapshot |
2008-04-28 |
ben | support freebsd 6 |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Warner | debian: add python-setuptools to the debian install... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Warner | Makefile: add quicktest-figleaf: this is in my edit... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Brian Warner | munin/tahoe_estimate_files.py: tool to estimate the... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zooko O'Whielacronx | setup: pyOpenSSL is now easy_installable, and pycryptop... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
robk-tahoe | munin stats: fix typo in mutable file stats |
commit | commitdiff | tree | snapshot |
2008-04-23 |
robk-tahoe | munin stats: add mutable/uploader traffic graphs |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Warner | introducer: only record one announcement per (tubid... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Warner | client: don't start the IntroducerClient until the... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Warner | munin/tahoe-stats.py: category is 'counters' not 'stats... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Warner | test_mutable: test that all servers refusing our share... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Warner | mutable: improve test coverage in Retrieve, when shares... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Brian Warner | hush pyflakes warning about code that got moved in... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | mutable/servermap: improve test coverage |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | testutil: factor stall() out into a common location |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | test_introducer.py: don't log nodeids as binary goop |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | web/status: remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | mutable: test write failures, uncoordinated write detection |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | mutable: remove some dead code, rearrange use of popula... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | mutable: improve testing to exercise the non-cached... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | check_speed: rearrange a bit to make it easy to disable... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | mutable status: make the 'total' timing value optional... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Brian Warner | mutable read: enable the cache (written during mapupdat... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Brian Warner | mutable status: use google-chart-API to draw server... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Brian Warner | mutable: improve test coverage slightly |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Brian Warner | download status: add time spent paused by the client... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Zooko O'Whielacronx | setup: test depends on build, which means it invokes... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Zooko O'Whielacronx | setup: remove the misc/hatch-eggs.py script, which... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Peter Secor | windows installer - removing uninstall tests, trying... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Peter Secor | windows installer - added -Q option to installer as... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Peter Secor | windows installer - added line to quit the system tray... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zooko O'Whielacronx | key_generator: make default key size be a constructor... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Zooko O'Whielacronx | setup: remove obsolete makefile target build-deps |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Zooko O'Whielacronx | setup: windows: make sub-ver.py treat None as 0 |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Brian Warner | mutable/servermap: improve test coverage |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Brian Warner | mutable: improve test coverage, fix bug in privkey... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | setup: remove the try: except: around the import of... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | mutable.node: avoid reentrancy problems in Deferred... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | setup: don't try __import__(name) in _auto_deps.py |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | setup: trivial change to metadata to test patch/branch... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | let MutableFileNode.__repr__() return something useful... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | docs: tiny update to webapi.txt |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | docs: tiny change in webapi.txt |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | docs: merge conflicts between the patch to document... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | docs: use "127.0.0.1" instead of "localhost" |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Zooko O'Whielacronx | setup: a tiny tweak to setup to avoid requiring darcsve... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | dirnode: return to 'delete fails if the child wasn... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | test_mutable: hush pyflakes |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | dirnode: update to use MutableFileNode.modify |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | testutil: minor reformatting |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | test_mutable: factor out ShouldFailMixin |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | mutable: implement MutableFileNode.modify, plus tests |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Brian Warner | mutable: replace MutableFileNode API, update tests... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: merge in patches from current trunk |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: use fireOnOneErrback when using a DeferredList |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: clean up status handling, shrink the code... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: add servermap update status pages |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: oops, fix test_mutable |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: publish status doesn't know its size early... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Brian Warner | mutable WIP: re-enable publish/retrieve status |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Brian Warner | misc/sizes.py: update to match current defaults: 128KiB... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Brian Warner | mutable WIP: improve logging a bit |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Brian Warner | mutable WIP: rewrite ServerMap data structure, add... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Brian Warner | mutable WIP: rename NotEnoughPeersError to NotEnoughSha... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Brian Warner | mutable WIP: if corrupt shares cause a retrieve to... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Brian Warner | mutable WIP: merge conflicts in test_system.py |
commit | commitdiff | tree | snapshot |
next |