2009-02-23 |
Brian Warner | mutable/publish: stop using RuntimeError, for #639 |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Brian Warner | remove more RuntimeError from unit tests, for #639 |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Brian Warner | stop using RuntimeError in unit tests, for #639 |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Brian Warner | ftpd/sftpd: stop using RuntimeError, for #639 |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Added tests for the cse when listdir is an iterator |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Fixed tests so that they pass also on buildbots. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Use failUnlessEqual instead of failUnless(a == b) |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Better implementation of filtering algorithm. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Removed '.hgrags' from vcs excludes |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zooko O'Whielacronx | docs: CREDITS to Alberto Berti |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Added tests for the --exclude* options of backup command. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Added --exclude, --exclude-from and --exclude-vcs optio... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Raise a more explanatory exception for errors encounter... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Alberto Berti | Added tests for the fixed alias related command's synopsis |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Alberto Berti | Add missing synopsis and descriptions for alias commands. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Brian Warner | docs: move many specification-like documents into speci... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Brian Warner | test_web.py: increase test coverage of web.status.plural() |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | crawler: fix performance problems: only save state... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | test_system: oops, don't assume that all files in stora... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | crawler: tolerate low-resolution system clocks (i.e... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | BucketCountingCrawler: store just the count, not cycle... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | test_storage: startService the server, as is now the... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | crawler: load state from the pickle in init, rather... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | BucketCountingCrawler: rename status and state keys... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | storage: also report space-free-for-root and space... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | storage: add bucket-counting share crawler, add its... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | storage: move si_b2a/si_a2b/storage_index_to_dir out... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Brian Warner | crawler: add get_progress, clean up get_state |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | web/storage: make sure we can handle platforms without... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | crawler: provide for one-shot crawlers, which stop... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | web: add Storage status page, improve tests |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | storage: include reserved_space in stats |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | web/check_results: sort share identifiers in the sharem... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | webapi: pass client through constructor arguments,... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | test/no_network: do startService on the storage servers... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | crawler: modify API to support upcoming bucket-counting... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Brian Warner | test_backupdb: make the not-a-database file larger... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | web/reliability: add parameter descriptions, adapted... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | test_crawler: hush pyflakes |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | test_crawler: disable the percentage-of-cpu-used test... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | reliability.py: fix the numpy conversion, it was comple... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | reliability: switch to NumPy, since Numeric is deprecated |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | setup.py: fix pyflakes complaints |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | move show-tool-versions out of setup.py and into a... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | test_crawler: don't require >=1 cycle on cygwin |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | setup.py: add show_tool_versions command, for the benef... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | setup.py: wrap to 80 cols, no functional changes |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | crawler: use fileutil.move_info_place in preference... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | fileutil: add move_into_place(), to perform the standar... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | crawler: fix problems on windows and our slow cygwin... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Brian Warner | #633: first version of a rate-limited interruptable... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | change StorageServer to take nodeid in the constructor... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | test_system: split off checker tests to test_deepcheck... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | break storage.py into smaller pieces in storage/*.py... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | immutable/layout: minor change to repr name |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | docs: add lease-tradeoffs diagram |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | interfaces.py: allow add/renew/cancel-lease to return... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | docs/debian.txt: minor edit |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | add --add-lease to 'tahoe check', 'tahoe deep-check... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | change RIStorageServer.remote_add_lease to exit silentl... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Brian Warner | CLI #590: convert 'tahoe deep-check' to streaming form... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | interfaces.py: document behavior of add_lease/renew_lea... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_backupdb: improve error messages if the test fails |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | webapi #590: add streaming deep-check. Still need a... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_web.Grid: change the CHECK() function to make... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_web: improve checker-results coverage with a no... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | web: fix handling of reliability page when Numeric... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test/no_network: update comments with setup timing... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_upload: rewrite in terms of no-network GridTestMix... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_download: rewrite in terms of no-network GridTestM... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_dirnode.py: convert Deleter to new no-network... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | test_cli.py: modify to use the new 'no-network' gridtes... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | tests: fix no_network framework to work with upload... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Brian Warner | client.py: improve docstring |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brian Warner | test_cli: add test coverage for help strings |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brian Warner | test/no_network: new test harness, like system-test... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brian Warner | interfaces.py: minor docstring edit |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Zooko O'Whielacronx | setup: if you sdist_dsc (to produce the input files... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Zooko O'Whielacronx | doc: a few edits to docs made after the 1.3.0 release |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brian Warner | test_cli: improve test coverage slightly |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brian Warner | test_util: get almost full test coverage of dictutil... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Brian Warner | provisioning/reliability: add tests, hush pyflakes... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Brian Warner | util/statistics: add tests, fix mean_repair_cost |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Brian Warner | test_repairer: hush pyflakes |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Brian Warner | lossmodel.lyx: move draft paper into docs/proposed... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Brian Warner | build a 'reliability' web page, with a simulation of... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Shawn Willden | More lossmodel work, on repair. |
commit | commitdiff | tree | snapshot |
2009-01-15 |
Shawn Willden | Loss model work (temp1) |
commit | commitdiff | tree | snapshot |
2009-01-14 |
Shawn Willden | Statistics module |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zooko O'Whielacronx | docs: relnotes-short.txt |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zooko O'Whielacronx | TAG allmydata-tahoe-1.3.0 allmydata-tahoe-1.3.0 |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zooko O'Whielacronx | docs: a few last-minute edits to the docs for 1.3.0... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zooko O'Whielacronx | setup: remove attempt to automatically satisfy dependen... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Brian Warner | NEWS: mention #625 (deep-repair breaks when it tries... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Brian Warner | test_dirnode: #625 run deep-check on a readonly dirnode too |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Zooko O'Whielacronx | docs: CREDITS |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Brian Warner | figleaf_htmlizer: fix order of summary counters |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Brian Warner | Makefile: minor, add .PHONY declarations |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Brian Warner | figleaf_htmlizer: oops, re-ignore files that aren't... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Zooko O'Whielacronx | setup: relnotes.txt mention the iPhone app and CIFS... |
commit | commitdiff | tree | snapshot |
next |