Commit Graph

714 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
3f7acd1fef update README 2007-04-26 14:28:15 -07:00
Zooko O'Whielacronx
e6bf195116 TAG tahoe v0.1.1-0-UNSTABLE 2007-04-26 11:25:25 -07:00
Zooko O'Whielacronx
0df42ed71f tahoe v0.1.1-0-UNSTABLE 2007-04-26 11:25:15 -07:00
Zooko O'Whielacronx
9079cffc45 a couple of minor edits to relnotes.txt 2007-04-26 11:24:57 -07:00
Brian Warner
7fca77618f update debian/copying to reflect GPLv2+12months license 2007-04-26 01:38:33 -07:00
Brian Warner
752e5a56f4 another dummy record to trigger the buildbot 2007-04-25 18:22:23 -07:00
Brian Warner
66db748578 dummy record to trigger the buildbot 2007-04-25 18:13:48 -07:00
Brian Warner
e11b2c796b zfec: setup.py: switch back to distutils, since setuptools support isn't complete yet 2007-04-25 18:09:03 -07:00
Brian Warner
4b2298937b use real encryption, generate/store/verify verifierid and fileid 2007-04-25 17:53:10 -07:00
Zooko O'Whielacronx
adc402c481 TAG tahoe v0.1.0-0-UNSTABLE 2007-04-25 16:51:05 -07:00
Zooko O'Whielacronx
a4ddc6773e zfec: turn off the feature of leaving the tmp data around for post-mortem analysis 2007-04-21 11:11:06 -07:00
Zooko O'Whielacronx
0bd9afdfb8 zfec: make "./setup.py test" do the right thing 2007-04-21 07:49:08 -07:00
Zooko O'Whielacronx
032993e7f2 zfec: fix another problem with the O_BINARY flag 2007-04-21 07:48:47 -07:00
Zooko O'Whielacronx
d021736304 mv zfec into src/ 2007-04-24 13:22:06 -07:00
Zooko O'Whielacronx
7cf27f9f1d zfec: version 1.0.0a5-1-STABLE 2007-04-20 19:10:21 -07:00
Zooko O'Whielacronx
12974b82fc zfec: change URLs from allmydata.com to allmydata.org 2007-04-20 19:09:40 -07:00
Zooko O'Whielacronx
6d3ebd1b6c zfec: version zfec 1.0.0a4-1-STABLE 2007-04-20 19:07:20 -07:00
Zooko O'Whielacronx
4d0a984dd8 zfec: use setuptools to construct executables, fix bug on Windows -- forgot "BINARY" flag to output files 2007-04-20 19:06:12 -07:00
Zooko O'Whielacronx
69f2ecc768 zfec: shorter short description 2007-04-20 12:37:16 -07:00
Zooko O'Whielacronx
267821eb51 zfec: mv the cmdline tools from "bin/" to "cmdline/", because setuptools overwrites the contents of "bin/" when creating executables 2007-04-20 12:09:14 -07:00
Zooko O'Whielacronx
11278d1e0d zfec: switch from distutils to setuptools (a.k.a. ez_setup.py a.k.a. EasyInstall) 2007-04-20 11:48:40 -07:00
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