Commit Graph

543 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
948f958a72 zfec: update docs 2007-04-20 11:45:16 -07:00
Brian Warner
f4beff38c4 sort coverage tables by lines uncovered, rather than percentages 2007-04-24 11:49:26 -07:00
Brian Warner
9251b6e85e test_system: improve webish.py coverage 2007-04-24 01:41:54 -07:00
Brian Warner
73bb4f80af vdrive.py: let put_file return the URI that was used for the file itself 2007-04-24 01:41:40 -07:00
Brian Warner
813fdd70da test_runner.py: improve test coverage a little bit 2007-04-23 21:28:19 -07:00
Brian Warner
e7a41aa9f7 testutil.py: hush a pyflakes warning 2007-04-23 21:21:50 -07:00
Brian Warner
d1a848e0a7 runner.py: add --quiet, use it from test cases 2007-04-23 21:17:13 -07:00
Brian Warner
8307aaccb6 testutil: make SignalMixin actually be a mixin (and not inherit from TestCase), use it from all tests that start notes and thus exec ifconfig 2007-04-23 21:15:02 -07:00
Brian Warner
36fa95372a docs: update some of the terminology 2007-04-23 19:11:48 -07:00
Brian Warner
9048936719 docs: add a bunch of .svg pictures 2007-04-23 18:25:26 -07:00
Brian Warner
78430d3124 test_upload.py: add some TODO items 2007-04-23 17:30:40 -07:00
Zooko O'Whielacronx
53b4ced01a zfec: bump version number to zfec 1.0.0a3-1-STABLE 2007-04-20 10:53:23 -07:00
Zooko O'Whielacronx
024da39961 zfec: change formatting of copyright timestamps, licence etc. 2007-04-20 10:52:54 -07:00
Zooko O'Whielacronx
71a86794cf zfec: update TODO by adding an item and removing an item 2007-04-20 10:45:21 -07:00
Brian Warner
50e1313156 more architecture docs, this is fun 2007-04-20 01:14:29 -07:00
Brian Warner
159a3fc678 add architecture/code-layout documents describing our current architecture and a bit of our future plans 2007-04-19 23:43:47 -07:00
Zooko O'Whielacronx
63b8f4c9aa relnotes.txt: a bit of editing 2007-04-19 20:53:19 -07:00
Zooko O'Whielacronx
24287afed1 relnotes.txt: all platforms pass unit tests. Whee! 2007-04-19 20:53:01 -07:00
Brian Warner
a3efc8ed1d relnotes.txt: update probable project URLs 2007-04-19 20:11:21 -07:00
Zooko O'Whielacronx
30e5872b17 use select reactor instead of iocp reactor on Windows
Good: this makes it pass all the current unit tests
Bad: this makes it limited to around 100 simultaneous peers
2007-04-19 20:07:57 -07:00
Brian Warner
491f96258e test_runner.py: add some coverage for allmydata.scripts.runner, to create nodes 2007-04-19 18:56:45 -07:00
Brian Warner
be8eeadb7a rename queen control files to 'introducer' 2007-04-19 18:24:15 -07:00
Brian Warner
a3c9ead74f replace 'queen' with 'introducer' in a lot of places, but not all 2007-04-19 17:30:21 -07:00
Brian Warner
4acce66b0b add some USAGE notes to the release notes, capitalize section headers, some small edits 2007-04-19 17:30:06 -07:00
Brian Warner
76e0ec3214 figleaf: add number-of-uncovered-lines to the HTML output 2007-04-19 11:09:33 -07:00
Zooko O'Whielacronx
d823e0423a relnotes.txt: English usage (more) 2007-04-19 14:16:48 -07:00
Zooko O'Whielacronx
896d168054 relnotes.txt: English usage 2007-04-19 14:11:00 -07:00
Zooko O'Whielacronx
e0a866d84b relnotes.txt: editing for English usage 2007-04-19 14:09:15 -07:00
Zooko O'Whielacronx
ea796b1869 relnotes.txt: fix typo 2007-04-19 14:05:20 -07:00
Zooko O'Whielacronx
1e1054f74b rough draft of release announcement for 0.1 2007-04-19 13:55:13 -07:00
Zooko O'Whielacronx
2dbc01966a remove a couple of items from the todo list in roadmap.txt 2007-04-19 13:48:24 -07:00
Zooko O'Whielacronx
20451e43b5 assign version number tahoe 0.1.0-0-UNSTABLE 2007-04-19 13:47:59 -07:00
Zooko O'Whielacronx
be8744caf8 copy version.py from pyutil 2007-04-19 13:47:36 -07:00
Brian Warner
49e992b8b6 make test_encode less CPU-intense by using 4-out-of-10 encoding instead of 25-out-of-100 2007-04-19 10:56:15 -07:00
Brian Warner
eb72080f8e update roadmap 2007-04-19 10:44:37 -07:00
Brian Warner
073333c791 iputil/testutil: fix pyflakes errors/warnings 2007-04-18 18:33:37 -07:00
Brian Warner
2d0e240466 encode: handle uploads of the same file multiple times. Unfortunately we have to do almost as much work the second time around, to compute the full URI 2007-04-18 18:29:10 -07:00
Brian Warner
54d737b0e7 zfec.test.test_util: fix one last fec-to-zfec renaming 2007-04-18 18:06:27 -07:00
Brian Warner
e43693e1f4 GNUmakefile: 'test' should use zfec, not fec 2007-04-18 17:59:18 -07:00
Brian Warner
d1c00bd527 test_system: turn off test_connections, since it is slow and subsumed by the other system tests 2007-04-18 16:06:57 -07:00
Brian Warner
bc8ff33cd1 interfaces.py: remove spurious 'pass' statements (which, incidentally, were counted as uncovered code) 2007-04-18 15:46:37 -07:00
Brian Warner
91d72bb504 test_storage: test StorageServer code too: allocation, lookup, multiple-writer behavior 2007-04-18 15:42:34 -07:00
Brian Warner
85ce71ff9c GNUmakefile: remove test-zfec target, since the normal 'test' target provides zfec coverage 2007-04-18 11:41:00 -07:00
Brian Warner
cacf790fc2 .darcs-boringfile: ignore zfec files instead of pyfec files 2007-04-18 10:53:55 -07:00
Brian Warner
0a53fb00b2 storageserver.py: remove unused import 2007-04-18 10:43:33 -07:00
Zooko O'Whielacronx
a154641462 iputil.list_async_addresses now "works" on cygwin 2007-04-18 17:30:08 -07:00
Zooko O'Whielacronx
47bdfdf419 copy testutil from pyutil 2007-04-18 17:28:36 -07:00
Zooko O'Whielacronx
c5b9d2929d copy repeatable_random from pyutil 2007-04-18 17:27:33 -07:00
Zooko O'Whielacronx
55949faecc finish renaminf "fec" to "zfec" in tahoe 2007-04-18 17:25:16 -07:00
Zooko O'Whielacronx
af682e2698 zfec: bump version number to 1.0.0a2-1-STABLE 2007-04-18 17:18:11 -07:00