Ticket #1024: running-html-remove-firewall-section.dpatch

File running-html-remove-firewall-section.dpatch, 51.1 KB (added by davidsarah, at 2010-06-17T00:58:20Z)

Remove firewall section from running.html and say to read configuration.txt instead.

Line 
1Thu Jun 17 01:45:13 GMT Daylight Time 2010  david-sarah@jacaranda.org
2  * Remove firewall section from running.html and say to read configuration.txt instead.
3
4New patches:
5
6[Remove firewall section from running.html and say to read configuration.txt instead.
7david-sarah@jacaranda.org**20100617004513
8 Ignore-this: d2e46fffa4855b01093e8240b5fd1eff
9] {
10hunk ./docs/configuration.txt 41
11 configuration is independent of the services that the node is offering: the
12 same controls are used for client and introducer nodes.
13 
14+If your node is behind a firewall or NAT device and you want other clients to
15+connect to it, you'll need to open a port in the firewall or NAT, and specify
16+that port number in the tub.port option. If behind a NAT, you *may* need to
17+set the tub.location option described below.
18+
19+
20 [node]
21 
22 nickname = (UTF-8 string, optional)
23hunk ./docs/running.html 64
24 
25 
26     <p>See <a href="configuration.txt">configuration.txt</a> for more
27-    details about how to configure Tahoe-LAFS.</p>
28+    details about how to configure Tahoe-LAFS, including how to get other
29+    clients to connect to your node if it is behind a firewall or NAT device.
30 
31 
32hunk ./docs/running.html 68
33-    <h2>A note about firewalls</h2>
34-
35-    <p>If your node is behind a firewall or NAT device and you want other
36-    clients to connect to it then you'll need to <em>open a port</em> in your
37-    firewall.  To do that you'll need to know which port Tahoe-LAFS is listening on.
38-    If you haven't already set a port number, it will pick a random port to
39-    listen on and remember this port number in the
40-    <code>~/.tahoe/client.port</code> file.  To tell Tahoe-LAFS to listen to a fixed
41-    port, open the <code>~/.tahoe/tahoe.cfg</code> file in your favourite text
42-    editor and changing the <code>tub.port</code> line to something like the
43-    following:</p>
44-
45-    <pre>tub.port = 8098</pre>
46-
47-    <p>This tells Tahoe-LAFS to always listen on port 8098 of your
48-    computer.  The next issue is that your computer may be behind a
49-    NATing router and isn't directly connected to the internet but
50-    goes through a router to get out.  If that's the case then you'll
51-    need to set the <code>tub.location</code> option so that Tahoe-LAFS
52-    tells the introducer where you're really listening:</p>
53-
54-    <pre>tub.location = myserver.mydomain.org:8098</pre>
55-
56-    <p>or probably more likely</p>
57-
58-    <pre>tub.location = 123.456.789.012:8098</pre>
59-
60-    <p>The <a href="configuration.txt">configuration.txt</a> file contains more details.</p>
61-
62     <h2>A note about small grids</h2>
63 
64     <p>By default, Tahoe-LAFS ships with the configuration parameter
65}
66
67Context:
68
69[running.html: fix overeager replacement of 'tahoe' with 'Tahoe-LAFS', and some simplifications.
70david-sarah@jacaranda.org**20100617000952
71 Ignore-this: 472b4b531c866574ed79f076b58495b5
72] 
73[Add a specification for servers of happiness.
74Kevan Carstensen <kevan@isnotajoke.com>**20100524003508
75 Ignore-this: 982e2be8a411be5beaf3582bdfde6151
76] 
77[Note that servers of happiness only applies to immutable files for the moment
78Kevan Carstensen <kevan@isnotajoke.com>**20100524042836
79 Ignore-this: cf83cac7a2b3ed347ae278c1a7d9a176
80] 
81[Add a note about running Tahoe-LAFS on a small grid to running.html
82zooko@zooko.com**20100616140227
83 Ignore-this: 14dfbff0d47144f7c2375108c6055dc2
84 also Change "tahoe" and "Tahoe" to "Tahoe-LAFS" in running.html
85 author: Kevan Carstensen
86] 
87[CLI.txt: introduce 'create-alias' before 'add-alias', document Unicode argument support, and other minor updates.
88david-sarah@jacaranda.org**20100610225547
89 Ignore-this: de7326e98d79291cdc15aed86ae61fe8
90] 
91[test_system.py: investigate failure in allmydata.test.test_system.SystemTest.test_upload_and_download_random_key due to bytes_sent not being an int
92david-sarah@jacaranda.org**20100616001648
93 Ignore-this: 9c78092ab7bfdc909acae3a144ddd1f8
94] 
95[SFTP: remove a dubious use of 'pragma: no cover'.
96david-sarah@jacaranda.org**20100613164356
97 Ignore-this: 8f96a81b1196017ed6cfa1d914e56fa5
98] 
99[SFTP: test that renaming onto a just-opened file fails.
100david-sarah@jacaranda.org**20100612033709
101 Ignore-this: 9b14147ad78b16a5ab0e0e4813491414
102] 
103[SFTP: further small improvements to test coverage. Also ensure that after a test failure, later tests don't fail spuriously due to the checks for heisenfile leaks.
104david-sarah@jacaranda.org**20100612030737
105 Ignore-this: 4ec1dd3d7542be42007987a2f51508e7
106] 
107[SFTP: further improve test coverage (paths containing '.', bad data for posix-rename extension, and error in test of openShell).
108david-sarah@jacaranda.org**20100611213142
109 Ignore-this: 956f9df7f9e8a66b506ca58dd9a5dbe7
110] 
111[SFTP: improve test coverage for no-write on mutable files, and check for heisenfile table leaks in all relevant tests. Delete test_memory_leak since it is now redundant.
112david-sarah@jacaranda.org**20100611205752
113 Ignore-this: 88be1cf323c10dd534a4b8fdac121e31
114] 
115[SFTP: add test for extension of file opened with FXF_APPEND.
116david-sarah@jacaranda.org**20100610182647
117 Ignore-this: c0216d26453ce3cb4b92eef37d218fb4
118] 
119[NEWS: add UTF-8 coding declaration.
120david-sarah@jacaranda.org**20100609234851
121 Ignore-this: 3e6ef125b278e0a982c88d23180a78ae
122] 
123[tests: bump up the timeout on this iputil test from 2s to 4s
124zooko@zooko.com**20100609143017
125 Ignore-this: 786b7f7bbc85d45cdf727a6293750798
126] 
127[docs: a few tweaks to NEWS and CREDITS and make quickstart.html point to 1.7.0β!
128zooko@zooko.com**20100609142927
129 Ignore-this: f8097d3062f41f06c4420a7c84a56481
130] 
131[docs: Update NEWS file with new features and bugfixes in 1.7.0
132francois@ctrlaltdel.ch**20100609091120
133 Ignore-this: 8c1014e4469ef530e5ff48d7d6ae71c5
134] 
135[docs: wording fix, thanks to Jeremy Visser, fix #987
136francois@ctrlaltdel.ch**20100609081103
137 Ignore-this: 6d2e627e0f1cd58c0e1394e193287a4b
138] 
139[SFTP: fix most significant memory leak described in #1045 (due to a file being added to all_heisenfiles under more than one direntry when renamed).
140david-sarah@jacaranda.org**20100609080003
141 Ignore-this: 490b4c14207f6725d0dd32c395fbcefa
142] 
143[test_stringutils.py: Fix test failure on CentOS builder, possibly Python 2.4.3-related.
144david-sarah@jacaranda.org**20100609065056
145 Ignore-this: 503b561b213baf1b92ae641f2fdf080a
146] 
147[docs: update relnote.txt for Tahoe-LAFS v1.7.0β
148zooko@zooko.com**20100609054602
149 Ignore-this: 52e1bf86a91d45315960fb8806b7a479
150] 
151[setup: move the mock library from install_requires to tests_require (re: #1016)
152zooko@zooko.com**20100609050542
153 Ignore-this: c51a4ff3e19ed630755be752d2233db4
154] 
155[setup: show-tool-versions.py: print out the output from the unix command "locale" and re-arrange encoding data a little bit
156zooko@zooko.com**20100609040714
157 Ignore-this: 69382719b462d13ff940fcd980776004
158] 
159[setup: add zope.interface to the packages described by show-tool-versions.py
160zooko@zooko.com**20100609034915
161 Ignore-this: b5262b2af5c953a5f68a60bd48dcaa75
162] 
163[Fix for Unicode-related test failures on Zooko's OS X 10.6 machine.
164david-sarah@jacaranda.org**20100609055448
165 Ignore-this: 395ad16429e56623edfa74457a121190
166] 
167[stringutils.py, sftpd.py: Portability fixes for Python <= 2.5.
168david-sarah@jacaranda.org**20100609013302
169 Ignore-this: 9d9ce476ee1b96796e0f48cc5338f852
170] 
171[_auto_deps.py: allow Python 2.4.3 on Redhat-based distributions.
172david-sarah@jacaranda.org**20100609003646
173 Ignore-this: ad3cafdff200caf963024873d0ebff3c
174] 
175[CREDITS: update François's Description
176zooko@zooko.com**20100608155513
177 Ignore-this: a266b438d25ca2cb28eafff75aa4b2a
178] 
179[CREDITS: jsgf
180zooko@zooko.com**20100608143052
181 Ignore-this: 10abe06d40b88e22a9107d30f1b84810
182] 
183[setup: rename the setuptools_trial .egg that comes bundled in the base dir to not have "-py2.6" in its name, since it works with other versions of python as well
184zooko@zooko.com**20100608041607
185 Ignore-this: 64fe386d2e5fba0ab441116e74dad5a3
186] 
187[setup: rename the darcsver .egg that comes bundled in the base dir to not have "-py2.6" in its name, since it works with other versions of python as well
188zooko@zooko.com**20100608041534
189 Ignore-this: 53f925f160256409cf01b76d2583f83f
190] 
191[Back out Windows-specific Unicode argument support for v1.7.
192david-sarah@jacaranda.org**20100609000803
193 Ignore-this: b230ffe6fdaf9a0d85dfe745b37b42fb
194] 
195[SFTP: suppress NoSuchChildError if heisenfile attributes have been updated in setAttrs, in the case where the parent is available.
196david-sarah@jacaranda.org**20100608063753
197 Ignore-this: 8c72a5a9c15934f8fe4594ba3ee50ddd
198] 
199[SFTP: ignore permissions when opening a file (needed for sshfs interoperability).
200david-sarah@jacaranda.org**20100608055700
201 Ignore-this: f87f6a430f629326a324ddd94426c797
202] 
203[tests: bump up the timeout on these tests; MM's buildslave is sometimes extremely slow on tests, but it will complete them if given enough time. MM is working on making that buildslave more predictable in how long it takes to run tests.
204zooko@zooko.com**20100608033754
205 Ignore-this: 98dc27692c5ace1e4b0650b6680629d7
206] 
207[test_web.py: fix pyflakes warnings introduced by byterange patch.
208david-sarah@jacaranda.org**20100608042012
209 Ignore-this: a7612724893b51d1154dec4372e0508
210] 
211[Improve HTTP/1.1 byterange handling
212Jeremy Fitzhardinge <jeremy@goop.org>**20100310025913
213 Ignore-this: 6d69e694973d618f0dc65983735cd9be
214 
215 Fix parsing of a Range: header to support:
216  - multiple ranges (parsed, but not returned)
217  - suffix byte ranges ("-2139")
218  - correct handling of incorrectly formatted range headers
219    (correct behaviour is to ignore the header and return the full
220     file)
221  - return appropriate error for ranges outside the file
222 
223 Multiple ranges are parsed, but only the first range is returned.
224 Returning multiple ranges requires using the multipart/byterange
225 content type.
226 
227] 
228[test_cli.py: remove invalid 'test_listdir_unicode_bad' test.
229david-sarah@jacaranda.org**20100607183730
230 Ignore-this: fadfe87980dc1862f349bfcc21b2145f
231] 
232[check_memory.py: adapt to servers-of-happiness changes.
233david-sarah@jacaranda.org**20100608013528
234 Ignore-this: c6b28411c543d1aea2f148a955f7998
235] 
236[show-tool-versions.py: platform.linux_distribution() is not always available
237david-sarah@jacaranda.org**20100608004523
238 Ignore-this: 793fb4050086723af05d06bed8b1b92a
239] 
240[show-tool-versions.py: show platform.linux_distribution()
241david-sarah@jacaranda.org**20100608003829
242 Ignore-this: 81cb5e5fc6324044f0fc6d82903c8223
243] 
244[Remove the 'tahoe debug consolidate' subcommand.
245david-sarah@jacaranda.org**20100607183757
246 Ignore-this: 4b14daa3ae557cea07d6e119d25dafe9
247] 
248[tests: drastically increase timeout of this very time-consuming test in honor of François's ARM box
249zooko@zooko.com**20100607115929
250 Ignore-this: bf1bb52ffb6b5ccae71d4dde14621bc8
251] 
252[setup: update authorship, datestamp, licensing, and add special exceptions to allow combination with Eclipse- and QPL- licensed code
253zooko@zooko.com**20100607062329
254 Ignore-this: 5a1d7b12dfafd61283ea65a245416381
255] 
256[common_http.py, tahoe_cp.py: Fix an error in calling the superclass constructor in HTTPError and MissingSourceError (introduced by the Unicode fixes).
257david-sarah@jacaranda.org**20100607174714
258 Ignore-this: 1a118d593d81c918a4717c887f033aec
259] 
260[FTP-and-SFTP.txt: minor technical correction to doc for 'no-write' flag.
261david-sarah@jacaranda.org**20100607061600
262 Ignore-this: 66aee0c1b6c00538602d08631225e114
263] 
264[test_stringutils.py: trivial error in exception message for skipped test.
265david-sarah@jacaranda.org**20100607061455
266 Ignore-this: f261a5d4e2b8fe3bcc37e02539ba1ae2
267] 
268[setup: organize misc/ scripts and tools and remove obsolete ones
269zooko@zooko.com**20100607051618
270 Ignore-this: 161db1158c6b7be8365b0b3dee2e0b28
271 This is for ticket #1068.
272] 
273[More Unicode test fixes.
274david-sarah@jacaranda.org**20100607053358
275 Ignore-this: 6a271fb77c31f28cb7bdba63b26a2dd2
276] 
277[Unicode fixes for platforms with non-native-Unicode filesystems.
278david-sarah@jacaranda.org**20100607043238
279 Ignore-this: 2134dc1793c4f8e50350bd749c4c98c2
280] 
281[Unicode fixes.
282david-sarah@jacaranda.org**20100607010215
283 Ignore-this: d58727b5cd2ce00e6b6dae3166030138
284] 
285[quickstart.html: link to snapshots page, sorted with most recent first.
286david-sarah@jacaranda.org**20100606221127
287 Ignore-this: 93ea7e6ee47acc66f6daac9cabffed2d
288] 
289[setup: loosen the Desert Island test to allow it to check the network for new packages as long as it doesn't actually download any
290zooko@zooko.com**20100606175717
291 Ignore-this: e438a8eb3c1b0e68080711ec6ff93ffa
292 (You can look but don't touch.)
293] 
294[setup: have the buildbots print out locale.getpreferredencoding(), locale.getdefaultlocale(), locale.getlocale(), and os.path.supports_unicode_filenames
295zooko@zooko.com**20100605162932
296 Ignore-this: 85e31e0e0e1364e9215420e272d58116
297 Even though that latter one is completely useless, I'm curious.
298] 
299[quickstart.html: We haven't released 1.7beta yet.
300david-sarah@jacaranda.org**20100606220301
301 Ignore-this: 4e18898cfdb08cc3ddd1ff94d43fdda7
302] 
303[Raise Python version requirement to 2.4.4 for non-UCS-2 builds, to avoid a critical Python security bug.
304david-sarah@jacaranda.org**20100605031713
305 Ignore-this: 2df2b6d620c5d8191c79eefe655059e2
306] 
307[unicode tests: fix missing import
308zooko@zooko.com**20100604142630
309 Ignore-this: db437fe8009971882aaea9de05e2bc3
310] 
311[unicode: make test_cli test a non-ascii argument, and make the fallback term encoding be locale.getpreferredencoding()
312zooko@zooko.com**20100604141251
313 Ignore-this: b2bfc07942f69141811e59891842bd8c
314] 
315[unicode: always decode json manifest as utf-8 then encode for stdout
316zooko@zooko.com**20100604084840
317 Ignore-this: ac481692315fae870a0f3562bd7db48e
318 pyflakes pointed out that the exception handler fallback called an un-imported function, showing that the fallback wasn't being exercised.
319 I'm not 100% sure that this patch is right and would appreciate François or someone reviewing it.
320] 
321[fix flakes
322zooko@zooko.com**20100604075845
323 Ignore-this: 3e6a84b78771b0ad519e771a13605f0
324] 
325[fix syntax of assertion handling that isn't portable to older versions of Python
326zooko@zooko.com**20100604075805
327 Ignore-this: 3a12b293aad25883fb17230266eb04ec
328] 
329[test_stringutils.py: Skip test test_listdir_unicode_good if filesystem supports only ASCII filenames
330Francois Deppierraz <francois@ctrlaltdel.ch>**20100521160839
331 Ignore-this: f2ccdbd04c8d9f42f1efb0eb80018257
332] 
333[test_stringutils.py: Skip test_listdir_unicode on mocked platform which cannot store non-ASCII filenames
334Francois Deppierraz <francois@ctrlaltdel.ch>**20100521160559
335 Ignore-this: b93fde736a8904712b506e799250a600
336] 
337[test_stringutils.py: Add a test class for OpenBSD 4.1 with LANG=C
338Francois Deppierraz <francois@ctrlaltdel.ch>**20100521140053
339 Ignore-this: 63f568aec259cef0e807752fc8150b73
340] 
341[test_stringutils.py: Mock the open() call in test_open_unicode
342Francois Deppierraz <francois@ctrlaltdel.ch>**20100521135817
343 Ignore-this: d8be4e56a6eefe7d60f97f01ea20ac67
344 
345 This test ensure that open(a_unicode_string) is used on Unicode platforms
346 (Windows or MacOS X) and that open(a_correctly_encoded_bytestring) on other
347 platforms such as Unix.
348 
349] 
350[test_stringutils.py: Fix a trivial Python 2.4 syntax incompatibility
351Francois Deppierraz <francois@ctrlaltdel.ch>**20100521093345
352 Ignore-this: 9297e3d14a0dd37d0c1a4c6954fd59d3
353] 
354[test_cli.py: Fix tests when sys.stdout.encoding=None and refactor this code into functions
355Francois Deppierraz <francois@ctrlaltdel.ch>**20100520084447
356 Ignore-this: cf2286e225aaa4d7b1927c78c901477f
357] 
358[Fix handling of correctly encoded unicode filenames (#534)
359Francois Deppierraz <francois@ctrlaltdel.ch>**20100520004356
360 Ignore-this: 8a3a7df214a855f5a12dc0eeab6f2e39
361 
362 Tahoe CLI commands working on local files, for instance 'tahoe cp' or 'tahoe
363 backup', have been improved to correctly handle filenames containing non-ASCII
364 characters.
365   
366 In the case where Tahoe encounters a filename which cannot be decoded using the
367 system encoding, an error will be returned and the operation will fail.  Under
368 Linux, this typically happens when the filesystem contains filenames encoded
369 with another encoding, for instance latin1, than the system locale, for
370 instance UTF-8.  In such case, you'll need to fix your system with tools such
371 as 'convmv' before using Tahoe CLI.
372   
373 All CLI commands have been improved to support non-ASCII parameters such as
374 filenames and aliases on all supported Operating Systems except Windows as of
375 now.
376] 
377[stringutils.py: Unicode helper functions + associated tests
378Francois Deppierraz <francois@ctrlaltdel.ch>**20100520004105
379 Ignore-this: 7a73fc31de2fd39d437d6abd278bfa9a
380 
381 This file contains a bunch of helper functions which converts
382 unicode string from and to argv, filenames and stdout.
383] 
384[Add dependency on Michael Foord's mock library
385Francois Deppierraz <francois@ctrlaltdel.ch>**20100519233325
386 Ignore-this: 9bb01bf1e4780f6b98ed394c3b772a80
387] 
388[setup: adjust make clean target to ignore our bundled build tools
389zooko@zooko.com**20100604051250
390 Ignore-this: d24d2a3b849000790cfbfab69237454e
391] 
392[setup: bundle a copy of setuptools_trial as an unzipped egg in the base dir of the Tahoe-LAFS source tree
393zooko@zooko.com**20100604044648
394 Ignore-this: a4736e9812b4dab2d5a2bc4bfc5c3b28
395 This is to work-around this Distribute issue:
396 http://bitbucket.org/tarek/distribute/issue/55/revision-control-plugin-automatically-installed-as-a-build-dependency-is-not-present-when-another-build-dependency-is-being
397] 
398[setup: bundle a copy of darcsver in unzipped egg form in the root of the Tahoe-LAFS source tree
399zooko@zooko.com**20100604044146
400 Ignore-this: a51a52e82dd3a39225657ffa27decae2
401 This is to work-around this Distribute issue:
402 http://bitbucket.org/tarek/distribute/issue/55/revision-control-plugin-automatically-installed-as-a-build-dependency-is-not-present-when-another-build-dependency-is-being
403] 
404[setup: undo the previous patch to quote the executable in scripts
405zooko@zooko.com**20100604025204
406 Ignore-this: beda3b951c49d1111478618b8cabe005
407 The problem isn't in the script, it is in the cli.exe script that is built by setuptools. This might be related to
408 http://bugs.python.org/issue6792
409 and
410 http://bugs.python.org/setuptools/issue2
411 Or it might be a separate issue involving the launcher.c code e.g. http://tahoe-lafs.org/trac/zetuptoolz/browser/launcher.c?rev=576#L210 and its handling of the interpreter name.
412] 
413[quickstart.html: warn against installing Python at a path containing spaces.
414david-sarah@jacaranda.org**20100604032413
415 Ignore-this: c7118332573abd7762d9a897e650bc6a
416] 
417[setup: put quotes around the path to executable in case it has spaces in it, when building a tahoe.exe for win32
418zooko@zooko.com**20100604020836
419 Ignore-this: 478684843169c94a9c14726fedeeed7d
420] 
421[misc/show-tool-versions.py: Display additional Python interpreter encoding informations (stdout, stdin and filesystem)
422Francois Deppierraz <francois@ctrlaltdel.ch>**20100521094313
423 Ignore-this: 3ae9b0b07fd1d53fb632ef169f7c5d26
424] 
425[Fix test failures in test_web caused by changes to web page titles in #1062. Also, change a 'target' field to '_blank' instead of 'blank' in welcome.xhtml.
426david-sarah@jacaranda.org**20100603232105
427 Ignore-this: 6e2cc63f42b07e2a3b2d1a857abc50a6
428] 
429[Resolve merge conflict for sftpd.py
430david-sarah@jacaranda.org**20100603182537
431 Ignore-this: ba8b543e51312ac949798eb8f5bd9d9c
432] 
433[SFTP: possible fix for metadata times being shown as the epoch.
434david-sarah@jacaranda.org**20100602234514
435 Ignore-this: bdd7dfccf34eff818ff88aa4f3d28790
436] 
437[SFTP: further improvements to test coverage.
438david-sarah@jacaranda.org**20100602234422
439 Ignore-this: 87eeee567e8d7562659442ea491e187c
440] 
441[SFTP: improve test coverage. Also make creating a directory fail when permissions are read-only (rather than ignoring the permissions).
442david-sarah@jacaranda.org**20100602041934
443 Ignore-this: a5e9d9081677bc7f3ddb18ca7a1f531f
444] 
445[dirnode.py: fix a bug in the no-write change for Adder, and improve test coverage. Add a 'metadata' argument to create_subdirectory, with documentation. Also update some comments in test_dirnode.py made stale by the ctime/mtime change.
446david-sarah@jacaranda.org**20100602032641
447 Ignore-this: 48817b54cd63f5422cb88214c053b03b
448] 
449[dirnode.py: Fix bug that caused 'tahoe' fields, 'ctime' and 'mtime' not to be updated when new metadata is present.
450david-sarah@jacaranda.org**20100602014644
451 Ignore-this: 5bac95aa897b68f2785d481e49b6a66
452] 
453[SFTP: fix a bug that caused the temporary files underlying EncryptedTemporaryFiles not to be closed.
454david-sarah@jacaranda.org**20100601055310
455 Ignore-this: 44fee4cfe222b2b1690f4c5e75083a52
456] 
457[SFTP: changes for #1063 ('no-write' field) including comment:1 (clearing owner write permission diminishes to a read cap). Includes documentation changes, but not tests for the new behaviour.
458david-sarah@jacaranda.org**20100601051139
459 Ignore-this: eff7c08bd47fd52bfe2b844dabf02558
460] 
461[dirnode.py: Fix #1034 (MetadataSetter does not enforce restriction on setting 'tahoe' subkeys), and expose the metadata updater for use by SFTP. Also, support diminishing a child cap to read-only if 'no-write' is set in the metadata.
462david-sarah@jacaranda.org**20100601045428
463 Ignore-this: 14f26e17e58db97fad0dcfd350b38e95
464] 
465[SFTP: the same bug as in _sync_heisenfiles also occurred in two other places.
466david-sarah@jacaranda.org**20100530060127
467 Ignore-this: 8d137658fc6e4596fa42697476c39aa3
468] 
469[SFTP: another try at fixing the _sync_heisenfiles bug.
470david-sarah@jacaranda.org**20100530055254
471 Ignore-this: c15f76f32a60083a6b7de6ca0e917934
472] 
473[SFTP: fix silly bug in _sync_heisenfiles ('f is not ignore' vs 'not (f is ignore)').
474david-sarah@jacaranda.org**20100530053807
475 Ignore-this: 71c4bc62613bf8fef835886d8eb61c27
476] 
477[SFTP: log when a sync completes.
478david-sarah@jacaranda.org**20100530051840
479 Ignore-this: d99765663ceb673c8a693dfcf88c25ea
480] 
481[SFTP: fix bug in previous logging patch.
482david-sarah@jacaranda.org**20100530050000
483 Ignore-this: 613e4c115f03fe2d04c621b510340817
484] 
485[SFTP: more logging to track down OpenOffice hang.
486david-sarah@jacaranda.org**20100530040809
487 Ignore-this: 6c11f2d1eac9f62e2d0f04f006476a03
488] 
489[SFTP: avoid blocking close on a heisenfile that has been abandoned or never changed. Also, improve the logging to help track down a case where OpenOffice hangs on opening a file with FXF_READ|FXF_WRITE.
490david-sarah@jacaranda.org**20100530025544
491 Ignore-this: 9919dddd446fff64de4031ad51490d1c
492] 
493[Move suppression of DeprecationWarning about BaseException.message from sftpd.py to main __init__.py. Also, remove the global suppression of the 'integer argument expected, got float' warning, which turned out to be a bug.
494david-sarah@jacaranda.org**20100529050537
495 Ignore-this: 87648afa0dec0d2e73614007de102a16
496] 
497[SFTP: cater to clients that assume a file is created as soon as they have made an open request; also, fix some race conditions associated with closing a file at about the same time as renaming or removing it.
498david-sarah@jacaranda.org**20100529045253
499 Ignore-this: 2404076b2154ff2659e2b10e0b9e813c
500] 
501[Change doc comments in interfaces.py to take into account unknown nodes.
502david-sarah@jacaranda.org**20100528171922
503 Ignore-this: d2fde6890b3bca9c7275775f64fbff56
504] 
505[Add must_exist, must_be_directory, and must_be_file arguments to DirectoryNode.delete. This will be used to fixes a minor condition in the SFTP frontend.
506david-sarah@jacaranda.org**20100527194529
507 Ignore-this: 6d8114cef4450c52c57639f82852716f
508] 
509[Trivial whitespace changes.
510david-sarah@jacaranda.org**20100527194114
511 Ignore-this: 98d611bc54ee20b01a5f6b334ff61b2d
512] 
513[SFTP: 'sync' any open files at a direntry before opening any new file at that direntry. This works around the sshfs misbehaviour of returning success to clients immediately on close.
514david-sarah@jacaranda.org**20100525230257
515 Ignore-this: 63245d6d864f8f591c86170864d7c57f
516] 
517[SFTP: handle removing a file while it is open. Also some simplifications of the logout handling.
518david-sarah@jacaranda.org**20100525184210
519 Ignore-this: 660ee80be6ecab783c60452a9da896de
520] 
521[SFTP: a posix-rename response should actually return an FXP_STATUS reply, not an FXP_EXTENDED_REPLY as Twisted Conch assumes. Work around this by raising an SFTPError with code FX_OK.
522david-sarah@jacaranda.org**20100525033323
523 Ignore-this: fe2914d3ef7f5194bbeaf3f2dda2ad7d
524] 
525[SFTP: fix problem with posix-rename code returning a Deferred for the renamed filenode, not for the result of the request (an empty string).
526david-sarah@jacaranda.org**20100525020209
527 Ignore-this: 69f7491df2a8f7ea92d999a6d9f0581d
528] 
529[SFTP: fix time handling to make sure floats are not passed into twisted.conch, and to print times in the future less ambiguously in directory listings.
530david-sarah@jacaranda.org**20100524230412
531 Ignore-this: eb1a3fb72492fa2fb19667b6e4300440
532] 
533[SFTP: name of the POSIX rename extension should be 'posix-rename@openssh.com', not 'extposix-rename@openssh.com'.
534david-sarah@jacaranda.org**20100524021156
535 Ignore-this: f90eb1ff9560176635386ee797a3fdc7
536] 
537[SFTP: avoid race condition where .write could be called on an OverwriteableFileConsumer after it had been closed.
538david-sarah@jacaranda.org**20100523233830
539 Ignore-this: 55d381064a15bd64381163341df4d09f
540] 
541[SFTP: log tracebacks for RAISEd exceptions.
542david-sarah@jacaranda.org**20100523221535
543 Ignore-this: c76a7852df099b358642f0631237cc89
544] 
545[Suppress 'integer argument expected, got float' DeprecationWarning everywhere
546david-sarah@jacaranda.org**20100523221157
547 Ignore-this: 80efd7e27798f5d2ad66c7a53e7048e5
548] 
549[SFTP: more logging to investigate behaviour of getAttrs(path).
550david-sarah@jacaranda.org**20100523204236
551 Ignore-this: e58fd35dc9015316e16a9f49f19bb469
552] 
553[SFTP: fix pyflakes warnings; drop 'noisy' versions of eventually_callback and eventually_errback; robustify conversion of exception messages to UTF-8.
554david-sarah@jacaranda.org**20100523140905
555 Ignore-this: 420196fc58646b05bbc9c3732b6eb314
556] 
557[SFTP: fixes and test cases for renaming of open files.
558david-sarah@jacaranda.org**20100523032549
559 Ignore-this: 32e0726be0fc89335f3035157e202c68
560] 
561[SFTP: Increase test_sftp timeout to cater for francois' ARM buildslave.
562david-sarah@jacaranda.org**20100522191639
563 Ignore-this: a5acf9660d304677048ab4dd72908ad8
564] 
565[SFTP: Fix error in support for getAttrs on an open file, to index open files by directory entry rather than path. Extend that support to renaming open files. Also, implement the extposix-rename@openssh.org extension, and some other minor refactoring.
566david-sarah@jacaranda.org**20100522035836
567 Ignore-this: 8ef93a828e927cce2c23b805250b81a4
568] 
569[SFTP: relax pyasn1 version dependency to >= 0.0.8a.
570david-sarah@jacaranda.org**20100520181437
571 Ignore-this: 2c7b3dee7b7e14ba121d3118193a386a
572] 
573[SFTP tests: fix test_openDirectory_and_attrs that was failing in timezones west of UTC.
574david-sarah@jacaranda.org**20100520181027
575 Ignore-this: 9beaf602beef437c11c7e97f54ce2599
576] 
577[SFTP: allow getAttrs to succeed on a file that has been opened for creation but not yet uploaded or linked (part of #1050).
578david-sarah@jacaranda.org**20100520035613
579 Ignore-this: 2f59107d60d5476edac19361ccf6cf94
580] 
581[SFTP: improve logging so that results of requests are (usually) logged.
582david-sarah@jacaranda.org**20100520003652
583 Ignore-this: 3f59eeee374a3eba71db9be31d5a95
584] 
585[SFTP: add tests for more combinations of open flags.
586david-sarah@jacaranda.org**20100519053933
587 Ignore-this: b97ee351b1e8ecfecabac70698060665
588] 
589[SFTP: allow FXF_WRITE | FXF_TRUNC (#1050).
590david-sarah@jacaranda.org**20100519043240
591 Ignore-this: bd70009f11d07ac6e9fd0d1e3fa87a9b
592] 
593[SFTP: remove another case where we were logging data.
594david-sarah@jacaranda.org**20100519012713
595 Ignore-this: 83115daf3a90278fed0e3fc267607584
596] 
597[SFTP: avoid logging all data passed to callbacks.
598david-sarah@jacaranda.org**20100519000651
599 Ignore-this: ade6d69a473ada50acef6389fc7fdf69
600] 
601[SFTP: fixes related to reporting of permissions (needed for sshfs).
602david-sarah@jacaranda.org**20100518054521
603 Ignore-this: c51f8a5d0dc76b80d33ffef9b0541325
604] 
605[SFTP: change error code returned for ExistingChildError to FX_FAILURE (fixes gvfs with some picky programs such as gedit).
606david-sarah@jacaranda.org**20100518004205
607 Ignore-this: c194c2c9aaf3edba7af84b7413cec375
608] 
609[SFTP: fixed bugs that caused hangs during write (#1037).
610david-sarah@jacaranda.org**20100517044228
611 Ignore-this: b8b95e82c4057367388a1e6baada993b
612] 
613[SFTP: work around a probable bug in twisted.conch.ssh.session:loseConnection(). Also some minor error handling cleanups.
614david-sarah@jacaranda.org**20100517012606
615 Ignore-this: 5d3da7c4219cb0c14547e7fd70c74204
616] 
617[SFTP: add pyasn1 as dependency, needed if we are using Twisted >= 9.0.0.
618david-sarah@jacaranda.org**20100516193710
619 Ignore-this: 76fd92e8a950bb1983a90a09e89c54d3
620] 
621[SFTP: Support statvfs extensions, avoid logging actual data, and decline shell sessions politely.
622david-sarah@jacaranda.org**20100516154347
623 Ignore-this: 9d05d23ba77693c03a61accd348ccbe5
624] 
625[SFTP: fix error in SFTPUserHandler arguments introduced by execCommand patch.
626david-sarah@jacaranda.org**20100516014045
627 Ignore-this: f5ee494dc6ad6aa536cc8144bd2e3d19
628] 
629[SFTP: implement execCommand to interoperate with clients that issue a 'df -P -k /' command. Also eliminate use of Zope adaptation.
630david-sarah@jacaranda.org**20100516012754
631 Ignore-this: 2d0ed28b759f67f83875b1eaf5778992
632] 
633[sftpd.py: 'log.OPERATIONAL' should be just 'OPERATIONAL'.
634david-sarah@jacaranda.org**20100515155533
635 Ignore-this: f2347cb3301bbccc086356f6edc685
636] 
637[Attempt to fix #1040 by making SFTPUser implement ISession.
638david-sarah@jacaranda.org**20100515005719
639 Ignore-this: b3baaf088ba567e861e61e347195dfc4
640] 
641[Eliminate Windows newlines from sftpd.py.
642david-sarah@jacaranda.org**20100515005656
643 Ignore-this: cd54fd25beb957887514ae76e08c277
644] 
645[Update SFTP implementation and tests: fix #1038 and switch to foolscap logging; also some code reorganization.
646david-sarah@jacaranda.org**20100514043113
647 Ignore-this: 262f76d953dcd4317210789f2b2bf5da
648] 
649[Change shouldFail to avoid Unicode errors when converting Failure to str
650david-sarah@jacaranda.org**20100512060754
651 Ignore-this: 86ed419d332d9c33090aae2cde1dc5df
652] 
653[Tests for new SFTP implementation
654david-sarah@jacaranda.org**20100512060552
655 Ignore-this: 20308d4a59b3ebc868aad55ae0a7a981
656] 
657[New SFTP implementation: mutable files, read/write support, streaming download, Unicode filenames, and more
658david-sarah@jacaranda.org**20100512055407
659 Ignore-this: 906f51c48d974ba9cf360c27845c55eb
660] 
661[allmydata.org -> tahoe-lafs.org in __init__.py
662david-sarah@jacaranda.org**20100603063530
663 Ignore-this: f7d82331d5b4a3c4c0938023409335af
664] 
665[small change to CREDITS
666david-sarah@jacaranda.org**20100603062421
667 Ignore-this: 2909cdbedc19da5573dec810fc23243
668] 
669[Resolve conflict in patch to change imports to absolute.
670david-sarah@jacaranda.org**20100603054608
671 Ignore-this: 15aa1caa88e688ffa6dc53bed7dcca7d
672] 
673[Minor documentation tweaks.
674david-sarah@jacaranda.org**20100603054458
675 Ignore-this: e30ae407b0039dfa5b341d8f88e7f959
676] 
677[title_rename_xhtml.dpatch.txt
678freestorm77@gmail.com**20100529172542
679 Ignore-this: d2846afcc9ea72ac443a62ecc23d121b
680 
681 - Renamed xhtml Title from "Allmydata - Tahoe" to "Tahoe-LAFS"
682 - Renamed Tahoe to Tahoe-LAFS in page content
683 - Changed Tahoe-LAFS home page link to http://tahoe-lafs.org (added target="blank")
684 - Deleted commented css script in info.xhtml
685 
686 
687] 
688[tests: refactor test_web.py to have less duplication of literal caps-from-the-future
689zooko@zooko.com**20100519055146
690 Ignore-this: 49e5412e6cc4566ca67f069ffd850af6
691 This is a prelude to a patch which will add tests of caps from the future which have non-ascii chars in them.
692] 
693[doc_reformat_stats.txt
694freestorm77@gmail.com**20100424114615
695 Ignore-this: af315db5f7e3a17219ff8fb39bcfcd60
696 
697 
698    - Added heading format begining and ending by "=="
699    - Added Index
700    - Added Title
701           
702    Note: No change are made in paragraphs content
703 
704 
705 **END OF DESCRIPTION***
706 
707 Place the long patch description above the ***END OF DESCRIPTION*** marker.
708 The first line of this file will be the patch name.
709 
710 
711 This patch contains the following changes:
712 
713 M ./docs/stats.txt -2 +2
714] 
715[doc_reformat_performance.txt
716freestorm77@gmail.com**20100424114444
717 Ignore-this: 55295ff5cd8a5b67034eb661a5b0699d
718 
719    - Added heading format begining and ending by "=="
720    - Added Index
721    - Added Title
722         
723    Note: No change are made in paragraphs content
724 
725 
726] 
727[doc_refomat_logging.txt
728freestorm77@gmail.com**20100424114316
729 Ignore-this: 593f0f9914516bf1924dfa6eee74e35f
730 
731    - Added heading format begining and ending by "=="
732    - Added Index
733    - Added Title
734         
735    Note: No change are made in paragraphs content
736 
737] 
738[doc_reformat_known_issues.txt
739freestorm77@gmail.com**20100424114118
740 Ignore-this: 9577c3965d77b7ac18698988cfa06049
741 
742     - Added heading format begining and ending by "=="
743     - Added Index
744     - Added Title
745           
746     Note: No change are made in paragraphs content
747   
748 
749] 
750[doc_reformat_helper.txt
751freestorm77@gmail.com**20100424120649
752 Ignore-this: de2080d6152ae813b20514b9908e37fb
753 
754 
755    - Added heading format begining and ending by "=="
756    - Added Index
757    - Added Title
758             
759    Note: No change are made in paragraphs content
760 
761] 
762[doc_reformat_garbage-collection.txt
763freestorm77@gmail.com**20100424120830
764 Ignore-this: aad3e4c99670871b66467062483c977d
765 
766 
767    - Added heading format begining and ending by "=="
768    - Added Index
769    - Added Title
770             
771    Note: No change are made in paragraphs content
772 
773] 
774[doc_reformat_FTP-and-SFTP.txt
775freestorm77@gmail.com**20100424121334
776 Ignore-this: 3736b3d8f9a542a3521fbb566d44c7cf
777 
778 
779    - Added heading format begining and ending by "=="
780    - Added Index
781    - Added Title
782           
783    Note: No change are made in paragraphs content
784 
785] 
786[doc_reformat_debian.txt
787freestorm77@gmail.com**20100424120537
788 Ignore-this: 45fe4355bb869e55e683405070f47eff
789 
790 
791    - Added heading format begining and ending by "=="
792    - Added Index
793    - Added Title
794             
795    Note: No change are made in paragraphs content
796 
797] 
798[doc_reformat_configuration.txt
799freestorm77@gmail.com**20100424104903
800 Ignore-this: 4fbabc51b8122fec69ce5ad1672e79f2
801 
802 
803 - Added heading format begining and ending by "=="
804 - Added Index
805 - Added Title
806 
807 Note: No change are made in paragraphs content
808 
809] 
810[doc_reformat_CLI.txt
811freestorm77@gmail.com**20100424121512
812 Ignore-this: 2d3a59326810adcb20ea232cea405645
813 
814      - Added heading format begining and ending by "=="
815      - Added Index
816      - Added Title
817           
818      Note: No change are made in paragraphs content
819 
820] 
821[doc_reformat_backupdb.txt
822freestorm77@gmail.com**20100424120416
823 Ignore-this: fed696530e9d2215b6f5058acbedc3ab
824 
825 
826    - Added heading format begining and ending by "=="
827    - Added Index
828    - Added Title
829             
830    Note: No change are made in paragraphs content
831 
832] 
833[doc_reformat_architecture.txt
834freestorm77@gmail.com**20100424120133
835 Ignore-this: 6e2cab4635080369f2b8cadf7b2f58e
836 
837 
838     - Added heading format begining and ending by "=="
839     - Added Index
840     - Added Title
841             
842     Note: No change are made in paragraphs content
843 
844 
845] 
846[Correct harmless indentation errors found by pylint
847david-sarah@jacaranda.org**20100226052151
848 Ignore-this: 41335bce830700b18b80b6e00b45aef5
849] 
850[Change relative imports to absolute
851david-sarah@jacaranda.org**20100226071433
852 Ignore-this: 32e6ce1a86e2ffaaba1a37d9a1a5de0e
853] 
854[Document reason for the trialcoverage version requirement being 0.3.3.
855david-sarah@jacaranda.org**20100525004444
856 Ignore-this: 2f9f1df6882838b000c063068f258aec
857] 
858[Downgrade version requirement for trialcoverage to 0.3.3 (from 0.3.10), to avoid needing to compile coveragepy on Windows.
859david-sarah@jacaranda.org**20100524233707
860 Ignore-this: 9c397a374c8b8017e2244b8a686432a8
861] 
862[Suppress deprecation warning for twisted.web.error.NoResource when using Twisted >= 9.0.0.
863david-sarah@jacaranda.org**20100516205625
864 Ignore-this: 2361a3023cd3db86bde5e1af759ed01
865] 
866[docs: CREDITS for Jeremy Visser
867zooko@zooko.com**20100524081829
868 Ignore-this: d7c1465fd8d4e25b8d46d38a1793465b
869] 
870[test: show stdout and stderr in case of non-zero exit code from "tahoe" command
871zooko@zooko.com**20100524073348
872 Ignore-this: 695e81cd6683f4520229d108846cd551
873] 
874[setup: upgrade bundled zetuptoolz to zetuptoolz-0.6c15dev and make it unpacked and directly loaded by setup.py
875zooko@zooko.com**20100523205228
876 Ignore-this: 24fb32aaee3904115a93d1762f132c7
877 Also fix the relevant "make clean" target behavior.
878] 
879[setup: remove bundled zipfile egg of setuptools
880zooko@zooko.com**20100523205120
881 Ignore-this: c68b5f2635bb93d1c1fa7b613a026f9e
882 We're about to replace it with bundled unpacked source code of setuptools, which is much nicer for debugging and evolving under revision control.
883] 
884[setup: remove bundled copy of setuptools_trial-0.5.2.tar
885zooko@zooko.com**20100522221539
886 Ignore-this: 140f90eb8fb751a509029c4b24afe647
887 Hopefully it will get installed automatically as needed and we won't bundle it anymore.
888] 
889[setup: remove bundled setuptools_darcs-1.2.8.tar
890zooko@zooko.com**20100522015333
891 Ignore-this: 378b1964b513ae7fe22bae2d3478285d
892 This version of setuptools_darcs had a bug when used on Windows which has been fixed in setuptools_darcs-1.2.9. Hopefully we will not need to bundle a copy of setuptools_darcs-1.2.9 in with Tahoe-LAFS and can instead rely on it to be downloaded from PyPI or bundled in the "tahoe deps" separate tarball.
893] 
894[tests: fix pyflakes warnings in bench_dirnode.py
895zooko@zooko.com**20100521202511
896 Ignore-this: f23d55b4ed05e52865032c65a15753c4
897] 
898[setup: if the string '--reporter=bwverbose-coverage' appears on sys.argv then you need trialcoverage
899zooko@zooko.com**20100521122226
900 Ignore-this: e760c45dcfb5a43c1dc1e8a27346bdc2
901] 
902[tests: don't let bench_dirnode.py do stuff and have side-effects at import time (unless __name__ == '__main__')
903zooko@zooko.com**20100521122052
904 Ignore-this: 96144a412250d9bbb5fccbf83b8753b8
905] 
906[tests: increase timeout to give François's ARM buildslave a chance to complete the tests
907zooko@zooko.com**20100520134526
908 Ignore-this: 3dd399fdc8b91149c82b52f955b50833
909] 
910[run_trial.darcspath
911freestorm77@gmail.com**20100510232829
912 Ignore-this: 5ebb4df74e9ea8a4bdb22b65373d1ff2
913] 
914[docs: line-wrap README.txt
915zooko@zooko.com**20100518174240
916 Ignore-this: 670a02d360df7de51ebdcf4fae752577
917] 
918[Hush pyflakes warnings
919Kevan Carstensen <kevan@isnotajoke.com>**20100515184344
920 Ignore-this: fd602c3bba115057770715c36a87b400
921] 
922[setup: new improved misc/show-tool-versions.py
923zooko@zooko.com**20100516050122
924 Ignore-this: ce9b1de1b35b07d733e6cf823b66335a
925] 
926[Improve code coverage of the Tahoe2PeerSelector tests.
927Kevan Carstensen <kevan@isnotajoke.com>**20100515032913
928 Ignore-this: 793151b63ffa65fdae6915db22d9924a
929] 
930[Remove a comment that no longer makes sense.
931Kevan Carstensen <kevan@isnotajoke.com>**20100514203516
932 Ignore-this: 956983c7e7c7e4477215494dfce8f058
933] 
934[docs: update docs/architecture.txt to more fully and correctly explain the upload procedure
935zooko@zooko.com**20100514043458
936 Ignore-this: 538b6ea256a49fed837500342092efa3
937] 
938[Fix up the behavior of #778, per reviewers' comments
939Kevan Carstensen <kevan@isnotajoke.com>**20100514004917
940 Ignore-this: 9c20b60716125278b5456e8feb396bff
941 
942   - Make some important utility functions clearer and more thoroughly
943     documented.
944   - Assert in upload.servers_of_happiness that the buckets attributes
945     of PeerTrackers passed to it are mutually disjoint.
946   - Get rid of some silly non-Pythonisms that I didn't see when I first
947     wrote these patches.
948   - Make sure that should_add_server returns true when queried about a
949     shnum that it doesn't know about yet.
950   - Change Tahoe2PeerSelector.preexisting_shares to map a shareid to a set
951     of peerids, alter dependencies to deal with that.
952   - Remove upload.should_add_servers, because it is no longer necessary
953   - Move upload.shares_of_happiness and upload.shares_by_server to a utility
954     file.
955   - Change some points in Tahoe2PeerSelector.
956   - Compute servers_of_happiness using a bipartite matching algorithm that
957     we know is optimal instead of an ad-hoc greedy algorithm that isn't.
958   - Change servers_of_happiness to just take a sharemap as an argument,
959     change its callers to merge existing_shares and used_peers before
960     calling it.
961   - Change an error message in the encoder to be more appropriate for
962     servers of happiness.
963   - Clarify the wording of an error message in immutable/upload.py
964   - Refactor a happiness failure message to happinessutil.py, and make
965     immutable/upload.py and immutable/encode.py use it.
966   - Move the word "only" as far to the right as possible in failure
967     messages.
968   - Use a better definition of progress during peer selection.
969   - Do read-only peer share detection queries in parallel, not sequentially.
970   - Clean up logging semantics; print the query statistics whenever an
971     upload is unsuccessful, not just in one case.
972 
973] 
974[Alter the error message when an upload fails, per some comments in #778.
975Kevan Carstensen <kevan@isnotajoke.com>**20091230210344
976 Ignore-this: ba97422b2f9737c46abeb828727beb1
977 
978 When I first implemented #778, I just altered the error messages to refer to
979 servers where they referred to shares. The resulting error messages weren't
980 very good. These are a bit better.
981] 
982[Change "UploadHappinessError" to "UploadUnhappinessError"
983Kevan Carstensen <kevan@isnotajoke.com>**20091205043037
984 Ignore-this: 236b64ab19836854af4993bb5c1b221a
985] 
986[Alter the error message returned when peer selection fails
987Kevan Carstensen <kevan@isnotajoke.com>**20091123002405
988 Ignore-this: b2a7dc163edcab8d9613bfd6907e5166
989 
990 The Tahoe2PeerSelector returned either NoSharesError or NotEnoughSharesError
991 for a variety of error conditions that weren't informatively described by them.
992 This patch creates a new error, UploadHappinessError, replaces uses of
993 NoSharesError and NotEnoughSharesError with it, and alters the error message
994 raised with the errors to be more in line with the new servers_of_happiness
995 behavior. See ticket #834 for more information.
996] 
997[Eliminate overcounting iof servers_of_happiness in Tahoe2PeerSelector; also reorganize some things.
998Kevan Carstensen <kevan@isnotajoke.com>**20091118014542
999 Ignore-this: a6cb032cbff74f4f9d4238faebd99868
1000] 
1001[Change stray "shares_of_happiness" to "servers_of_happiness"
1002Kevan Carstensen <kevan@isnotajoke.com>**20091116212459
1003 Ignore-this: 1c971ba8c3c4d2e7ba9f020577b28b73
1004] 
1005[Alter Tahoe2PeerSelector to make sure that it recognizes existing shares on readonly servers, fixing an issue in #778
1006Kevan Carstensen <kevan@isnotajoke.com>**20091116192805
1007 Ignore-this: 15289f4d709e03851ed0587b286fd955
1008] 
1009[Alter 'immutable/encode.py' and 'immutable/upload.py' to use servers_of_happiness instead of shares_of_happiness.
1010Kevan Carstensen <kevan@isnotajoke.com>**20091104111222
1011 Ignore-this: abb3283314820a8bbf9b5d0cbfbb57c8
1012] 
1013[Alter the signature of set_shareholders in IEncoder to add a 'servermap' parameter, which gives IEncoders enough information to perform a sane check for servers_of_happiness.
1014Kevan Carstensen <kevan@isnotajoke.com>**20091104033241
1015 Ignore-this: b3a6649a8ac66431beca1026a31fed94
1016] 
1017[Alter CiphertextDownloader to work with servers_of_happiness
1018Kevan Carstensen <kevan@isnotajoke.com>**20090924041932
1019 Ignore-this: e81edccf0308c2d3bedbc4cf217da197
1020] 
1021[Revisions of the #778 tests, per reviewers' comments
1022Kevan Carstensen <kevan@isnotajoke.com>**20100514012542
1023 Ignore-this: 735bbc7f663dce633caeb3b66a53cf6e
1024 
1025 - Fix comments and confusing naming.
1026 - Add tests for the new error messages suggested by David-Sarah
1027   and Zooko.
1028 - Alter existing tests for new error messages.
1029 - Make sure that the tests continue to work with the trunk.
1030 - Add a test for a mutual disjointedness assertion that I added to
1031   upload.servers_of_happiness.
1032 - Fix the comments to correctly reflect read-onlyness
1033 - Add a test for an edge case in should_add_server
1034 - Add an assertion to make sure that share redistribution works as it
1035   should
1036 - Alter tests to work with revised servers_of_happiness semantics
1037 - Remove tests for should_add_server, since that function no longer exists.
1038 - Alter tests to know about merge_peers, and to use it before calling
1039   servers_of_happiness.
1040 - Add tests for merge_peers.
1041 - Add Zooko's puzzles to the tests.
1042 - Edit encoding tests to expect the new kind of failure message.
1043 - Edit tests to expect error messages with the word "only" moved as far
1044   to the right as possible.
1045 - Extended and cleaned up some helper functions.
1046 - Changed some tests to call more appropriate helper functions.
1047 - Added a test for the failing redistribution algorithm
1048 - Added a test for the progress message
1049 - Added a test for the upper bound on readonly peer share discovery.
1050 
1051] 
1052[Alter various unit tests to work with the new happy behavior
1053Kevan Carstensen <kevan@isnotajoke.com>**20100107181325
1054 Ignore-this: 132032bbf865e63a079f869b663be34a
1055] 
1056[Replace "UploadHappinessError" with "UploadUnhappinessError" in tests.
1057Kevan Carstensen <kevan@isnotajoke.com>**20091205043453
1058 Ignore-this: 83f4bc50c697d21b5f4e2a4cd91862ca
1059] 
1060[Add tests for the behavior described in #834.
1061Kevan Carstensen <kevan@isnotajoke.com>**20091123012008
1062 Ignore-this: d8e0aa0f3f7965ce9b5cea843c6d6f9f
1063] 
1064[Re-work 'test_upload.py' to be more readable; add more tests for #778
1065Kevan Carstensen <kevan@isnotajoke.com>**20091116192334
1066 Ignore-this: 7e8565f92fe51dece5ae28daf442d659
1067] 
1068[Test Tahoe2PeerSelector to make sure that it recognizeses existing shares on readonly servers
1069Kevan Carstensen <kevan@isnotajoke.com>**20091109003735
1070 Ignore-this: 12f9b4cff5752fca7ed32a6ebcff6446
1071] 
1072[Add more tests for comment:53 in ticket #778
1073Kevan Carstensen <kevan@isnotajoke.com>**20091104112849
1074 Ignore-this: 3bb2edd299a944cc9586e14d5d83ec8c
1075] 
1076[Add a test for upload.shares_by_server
1077Kevan Carstensen <kevan@isnotajoke.com>**20091104111324
1078 Ignore-this: f9802e82d6982a93e00f92e0b276f018
1079] 
1080[Minor tweak to an existing test -- make the first server read-write, instead of read-only
1081Kevan Carstensen <kevan@isnotajoke.com>**20091104034232
1082 Ignore-this: a951a46c93f7f58dd44d93d8623b2aee
1083] 
1084[Alter tests to use the new form of set_shareholders
1085Kevan Carstensen <kevan@isnotajoke.com>**20091104033602
1086 Ignore-this: 3deac11fc831618d11441317463ef830
1087] 
1088[Refactor some behavior into a mixin, and add tests for the behavior described in #778
1089"Kevan Carstensen" <kevan@isnotajoke.com>**20091030091908
1090 Ignore-this: a6f9797057ca135579b249af3b2b66ac
1091] 
1092[Alter NoNetworkGrid to allow the creation of readonly servers for testing purposes.
1093Kevan Carstensen <kevan@isnotajoke.com>**20091018013013
1094 Ignore-this: e12cd7c4ddeb65305c5a7e08df57c754
1095] 
1096[Update 'docs/architecture.txt' to reflect readonly share discovery
1097kevan@isnotajoke.com**20100514003852
1098 Ignore-this: 7ead71b34df3b1ecfdcfd3cb2882e4f9
1099] 
1100[Alter the wording in docs/architecture.txt to more accurately describe the servers_of_happiness behavior.
1101Kevan Carstensen <kevan@isnotajoke.com>**20100428002455
1102 Ignore-this: 6eff7fa756858a1c6f73728d989544cc
1103] 
1104[Alter wording in 'interfaces.py' to be correct wrt #778
1105"Kevan Carstensen" <kevan@isnotajoke.com>**20091205034005
1106 Ignore-this: c9913c700ac14e7a63569458b06980e0
1107] 
1108[Update 'docs/configuration.txt' to reflect the servers_of_happiness behavior.
1109Kevan Carstensen <kevan@isnotajoke.com>**20091205033813
1110 Ignore-this: 5e1cb171f8239bfb5b565d73c75ac2b8
1111] 
1112[Clarify quickstart instructions for installing pywin32
1113david-sarah@jacaranda.org**20100511180300
1114 Ignore-this: d4668359673600d2acbc7cd8dd44b93c
1115] 
1116[web: add a simple test that you can load directory.xhtml
1117zooko@zooko.com**20100510063729
1118 Ignore-this: e49b25fa3c67b3c7a56c8b1ae01bb463
1119] 
1120[setup: fix typos in misc/show-tool-versions.py
1121zooko@zooko.com**20100510063615
1122 Ignore-this: 2181b1303a0e288e7a9ebd4c4855628
1123] 
1124[setup: show code-coverage tool versions in show-tools-versions.py
1125zooko@zooko.com**20100510062955
1126 Ignore-this: 4b4c68eb3780b762c8dbbd22b39df7cf
1127] 
1128[docs: update README, mv it to README.txt, update setup.py
1129zooko@zooko.com**20100504094340
1130 Ignore-this: 40e28ca36c299ea1fd12d3b91e5b421c
1131] 
1132[Dependency on Windmill test framework is not needed yet.
1133david-sarah@jacaranda.org**20100504161043
1134 Ignore-this: be088712bec650d4ef24766c0026ebc8
1135] 
1136[tests: pass z to tar so that BSD tar will know to ungzip
1137zooko@zooko.com**20100504090628
1138 Ignore-this: 1339e493f255e8fc0b01b70478f23a09
1139] 
1140[setup: update comments and URLs in setup.cfg
1141zooko@zooko.com**20100504061653
1142 Ignore-this: f97692807c74bcab56d33100c899f829
1143] 
1144[setup: reorder and extend the show-tool-versions script, the better to glean information about our new buildslaves
1145zooko@zooko.com**20100504045643
1146 Ignore-this: 836084b56b8d4ee8f1de1f4efb706d36
1147] 
1148[CLI: Support for https url in option --node-url
1149Francois Deppierraz <francois@ctrlaltdel.ch>**20100430185609
1150 Ignore-this: 1717176b4d27c877e6bc67a944d9bf34
1151 
1152 This patch modifies the regular expression used for verifying of '--node-url'
1153 parameter.  Support for accessing a Tahoe gateway over HTTPS was already
1154 present, thanks to Python's urllib.
1155 
1156] 
1157[backupdb.did_create_directory: use REPLACE INTO, not INSERT INTO + ignore error
1158Brian Warner <warner@lothar.com>**20100428050803
1159 Ignore-this: 1fca7b8f364a21ae413be8767161e32f
1160 
1161 This handles the case where we upload a new tahoe directory for a
1162 previously-processed local directory, possibly creating a new dircap (if the
1163 metadata had changed). Now we replace the old dirhash->dircap record. The
1164 previous behavior left the old record in place (with the old dircap and
1165 timestamps), so we'd never stop creating new directories and never converge
1166 on a null backup.
1167] 
1168["tahoe webopen": add --info flag, to get ?t=info
1169Brian Warner <warner@lothar.com>**20100424233003
1170 Ignore-this: 126b0bb6db340fabacb623d295eb45fa
1171 
1172 Also fix some trailing whitespace.
1173] 
1174[docs: install.html http-equiv refresh to quickstart.html
1175zooko@zooko.com**20100421165708
1176 Ignore-this: 52b4b619f9dde5886ae2cd7f1f3b734b
1177] 
1178[docs: install.html -> quickstart.html
1179zooko@zooko.com**20100421155757
1180 Ignore-this: 6084e203909306bed93efb09d0e6181d
1181 It is not called "installing" because that implies that it is going to change the configuration of your operating system. It is not called "building" because that implies that you need developer tools like a compiler. Also I added a stern warning against looking at the "InstallDetails" wiki page, which I have renamed to "AdvancedInstall".
1182] 
1183[Fix another typo in tahoe_storagespace munin plugin
1184david-sarah@jacaranda.org**20100416220935
1185 Ignore-this: ad1f7aa66b554174f91dfb2b7a3ea5f3
1186] 
1187[Add dependency on windmill >= 1.3
1188david-sarah@jacaranda.org**20100416190404
1189 Ignore-this: 4437a7a464e92d6c9012926b18676211
1190] 
1191[licensing: phrase the OpenSSL-exemption in the vocabulary of copyright instead of computer technology, and replicate the exemption from the GPL to the TGPPL
1192zooko@zooko.com**20100414232521
1193 Ignore-this: a5494b2f582a295544c6cad3f245e91
1194] 
1195[munin-tahoe_storagespace
1196freestorm77@gmail.com**20100221203626
1197 Ignore-this: 14d6d6a587afe1f8883152bf2e46b4aa
1198 
1199 Plugin configuration rename
1200 
1201] 
1202[setup: add licensing declaration for setuptools (noticed by the FSF compliance folks)
1203zooko@zooko.com**20100309184415
1204 Ignore-this: 2dfa7d812d65fec7c72ddbf0de609ccb
1205] 
1206[setup: fix error in licensing declaration from Shawn Willden, as noted by the FSF compliance division
1207zooko@zooko.com**20100309163736
1208 Ignore-this: c0623d27e469799d86cabf67921a13f8
1209] 
1210[CREDITS to Jacob Appelbaum
1211zooko@zooko.com**20100304015616
1212 Ignore-this: 70db493abbc23968fcc8db93f386ea54
1213] 
1214[desert-island-build-with-proper-versions
1215jacob@appelbaum.net**20100304013858] 
1216[docs: a few small edits to try to guide newcomers through the docs
1217zooko@zooko.com**20100303231902
1218 Ignore-this: a6aab44f5bf5ad97ea73e6976bc4042d
1219 These edits were suggested by my watching over Jake Appelbaum's shoulder as he completely ignored/skipped/missed install.html and also as he decided that debian.txt wouldn't help him with basic installation. Then I threw in a few docs edits that have been sitting around in my sandbox asking to be committed for months.
1220] 
1221[TAG allmydata-tahoe-1.6.1
1222david-sarah@jacaranda.org**20100228062314
1223 Ignore-this: eb5f03ada8ea953ee7780e7fe068539
1224] 
1225Patch bundle hash:
1226028481aa99732f8ced4d051aa2d6666e2b44b9e5