]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/log
tahoe-lafs/tahoe-lafs.git
16 years agomove encode/upload/download/checker.py into a new immutable/ directory. No behavior...
Brian Warner [Wed, 16 Jul 2008 20:14:39 +0000 (13:14 -0700)]
move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected.

16 years agomunin/serverops: improve graph title
Brian Warner [Wed, 16 Jul 2008 19:36:42 +0000 (12:36 -0700)]
munin/serverops: improve graph title

16 years agodebian/rules: put munin plugins in /usr/share/PACKAGENAME/munin/, make them +x, remov...
Brian Warner [Wed, 16 Jul 2008 01:47:41 +0000 (18:47 -0700)]
debian/rules: put munin plugins in /usr/share/PACKAGENAME/munin/, make them +x, remove packagename from rules to make branches easier to manage

16 years agosid/control: set python versions to 2.4,2.5 , to match feisty/control, since sid...
Brian Warner [Wed, 16 Jul 2008 01:42:38 +0000 (18:42 -0700)]
sid/control: set python versions to 2.4,2.5 , to match feisty/control, since sid has had 2.5 available forever now

16 years agooverhaul checker invocation
Brian Warner [Wed, 16 Jul 2008 00:23:25 +0000 (17:23 -0700)]
overhaul checker invocation

Removed the Checker service, removed checker results storage (both in-memory
and the tiny stub of sqlite-based storage). Added ICheckable, all
check/verify is now done by calling the check() method on filenodes and
dirnodes (immutable files, literal files, mutable files, and directory
instances).

Checker results are returned in a Results instance, with an html() method for
display. Checker results have been temporarily removed from the wui directory
listing until we make some other fixes.

Also fixed client.create_node_from_uri() to create LiteralFileNodes properly,
since they have different checking behavior. Previously we were creating full
FileNodes with LIT uris inside, which were downloadable but not checkable.

16 years agodebian/changelog: remove all versions but 0.0.1, so debchange can always override...
Brian Warner [Tue, 15 Jul 2008 22:23:41 +0000 (15:23 -0700)]
debian/changelog: remove all versions but 0.0.1, so debchange can always override it. The 'deb-X' Makefile targets should not be used; run 'make deb-X-head' instead

16 years agodownload: fix stopProducing failure ('self._paused_at not defined'), add tests
Brian Warner [Mon, 14 Jul 2008 22:25:21 +0000 (15:25 -0700)]
download: fix stopProducing failure ('self._paused_at not defined'), add tests

16 years agosetup.py: cosmetic, remove trailing whitespace
Brian Warner [Mon, 14 Jul 2008 21:53:25 +0000 (14:53 -0700)]
setup.py: cosmetic, remove trailing whitespace

16 years agomunin/tahoe_stats: add server operations per second (allocate/get/writev/readv
Brian Warner [Mon, 14 Jul 2008 20:25:35 +0000 (13:25 -0700)]
munin/tahoe_stats: add server operations per second (allocate/get/writev/readv

16 years agomunin/tahoe_stats: rearrange config a bit, no functional changes
Brian Warner [Mon, 14 Jul 2008 20:25:01 +0000 (13:25 -0700)]
munin/tahoe_stats: rearrange config a bit, no functional changes

16 years agomunin/tahoe_server_operations: fix comments
Brian Warner [Mon, 14 Jul 2008 20:18:47 +0000 (13:18 -0700)]
munin/tahoe_server_operations: fix comments

16 years agomunin: add plugin for storage-server operations per second
Brian Warner [Mon, 14 Jul 2008 20:18:11 +0000 (13:18 -0700)]
munin: add plugin for storage-server operations per second

16 years agocopy debian/sid changes to debian/feisty
Brian Warner [Mon, 14 Jul 2008 19:56:38 +0000 (12:56 -0700)]
copy debian/sid changes to debian/feisty

16 years agodebian/sid: add more docs to package, including munin plugins
Brian Warner [Mon, 14 Jul 2008 19:55:34 +0000 (12:55 -0700)]
debian/sid: add more docs to package, including munin plugins

16 years agomisc/munin: add server_latency plugin
Brian Warner [Mon, 14 Jul 2008 19:29:19 +0000 (12:29 -0700)]
misc/munin: add server_latency plugin

16 years agomisc/simulate_load.py: fix bug in which only K shares were uploaded instead of N...
Zooko O'Whielacronx [Sat, 12 Jul 2008 23:54:29 +0000 (16:54 -0700)]
misc/simulate_load.py: fix bug in which only K shares were uploaded instead of N, and fix the x axis in place so that successive runs can be compared

16 years agomisc/simulate_load.py: use a more realistic distribution of file sizes, and automate...
Zooko O'Whielacronx [Sat, 12 Jul 2008 22:37:27 +0000 (15:37 -0700)]
misc/simulate_load.py: use a more realistic distribution of file sizes, and automate the formatting of the ascii art so that it fits in 70 columns and the number of files uploaded is properly marked

16 years agoadd misc/simulate_load.py in an attempt to understand why permuting the peerlist...
Zooko O'Whielacronx [Sat, 12 Jul 2008 21:26:22 +0000 (14:26 -0700)]
add misc/simulate_load.py in an attempt to understand why permuting the peerlist per each storage index matters

16 years agostorage: rename the latency key names so they sort properly
Brian Warner [Sat, 12 Jul 2008 04:51:02 +0000 (21:51 -0700)]
storage: rename the latency key names so they sort properly

16 years agoadd 1%,10% percentiles to the storage server latency output
Brian Warner [Sat, 12 Jul 2008 04:34:36 +0000 (21:34 -0700)]
add 1%,10% percentiles to the storage server latency output

16 years agomisc/munin: rename plugins to make munin happy: use underscores rather than hyphens...
Brian Warner [Fri, 11 Jul 2008 22:21:13 +0000 (15:21 -0700)]
misc/munin: rename plugins to make munin happy: use underscores rather than hyphens, remove .py suffix

16 years agoremove obsolete tahoe-sharesperfile munin plugin
Brian Warner [Fri, 11 Jul 2008 22:17:33 +0000 (15:17 -0700)]
remove obsolete tahoe-sharesperfile munin plugin

16 years agoremove tahoe-dirnodes.py munin plugin, it is way obsolete
Brian Warner [Fri, 11 Jul 2008 22:14:28 +0000 (15:14 -0700)]
remove tahoe-dirnodes.py munin plugin, it is way obsolete

16 years agostorage: add add_lease/update_write_enabler to remote API, revamp lease handling
Brian Warner [Thu, 10 Jul 2008 01:06:55 +0000 (18:06 -0700)]
storage: add add_lease/update_write_enabler to remote API, revamp lease handling

16 years agowelcome page: add link to statistics page
Brian Warner [Thu, 10 Jul 2008 00:37:22 +0000 (17:37 -0700)]
welcome page: add link to statistics page

16 years agoimplement a mutable checker+verifier. No repair yet. Part of #205.
Brian Warner [Tue, 8 Jul 2008 00:36:00 +0000 (17:36 -0700)]
implement a mutable checker+verifier. No repair yet. Part of #205.

16 years agoservermap.shares_available: report N too, not just k
Brian Warner [Mon, 7 Jul 2008 22:06:15 +0000 (15:06 -0700)]
servermap.shares_available: report N too, not just k

16 years agointerfaces: add verify= and repair= args to check()
Brian Warner [Mon, 7 Jul 2008 21:37:36 +0000 (14:37 -0700)]
interfaces: add verify= and repair= args to check()

16 years ago'tahoe dump-share': show verify-cap too
Brian Warner [Mon, 7 Jul 2008 21:11:02 +0000 (14:11 -0700)]
'tahoe dump-share': show verify-cap too

16 years agotest_mutable.py: add tests for no-servers conditions, closes #463.
Brian Warner [Mon, 7 Jul 2008 19:18:10 +0000 (12:18 -0700)]
test_mutable.py: add tests for no-servers conditions, closes #463.

16 years agoweb/root.py: fix minor typo
Brian Warner [Mon, 7 Jul 2008 07:18:16 +0000 (00:18 -0700)]
web/root.py: fix minor typo

16 years agomutable: if there are no servers available, return an error, rather than hanging...
Brian Warner [Mon, 7 Jul 2008 07:17:41 +0000 (00:17 -0700)]
mutable: if there are no servers available, return an error, rather than hanging forever

16 years agore-enable incident-reporting, but disable it in unit tests, because they take 150...
Brian Warner [Mon, 7 Jul 2008 06:49:08 +0000 (23:49 -0700)]
re-enable incident-reporting, but disable it in unit tests, because they take 150% longer, and the leftover trailing timers cause errors

16 years agodisable incident reporting: unit tests are failing because of the leftover post-incid...
Brian Warner [Thu, 3 Jul 2008 01:24:00 +0000 (18:24 -0700)]
disable incident reporting: unit tests are failing because of the leftover post-incident timer

16 years agostart using Foolscap's 'incident-logging' feature, which requires foolscap-0.2.9
Brian Warner [Thu, 3 Jul 2008 00:40:29 +0000 (17:40 -0700)]
start using Foolscap's 'incident-logging' feature, which requires foolscap-0.2.9

16 years agotest_storage: oops, update the test to match the leave-incoming/ change
Brian Warner [Thu, 26 Jun 2008 18:36:17 +0000 (11:36 -0700)]
test_storage: oops, update the test to match the leave-incoming/ change

16 years agocatalog-shares: ignore incoming/
Brian Warner [Thu, 26 Jun 2008 18:23:44 +0000 (11:23 -0700)]
catalog-shares: ignore incoming/

16 years agostorage.py: leave the storage/shares/incoming/ directory in place when the bucket...
Brian Warner [Thu, 26 Jun 2008 18:07:57 +0000 (11:07 -0700)]
storage.py: leave the storage/shares/incoming/ directory in place when the bucket is closed

16 years agostorage: record latency stats in a flat dict, not nested, to conform to RIStatsProvider
Brian Warner [Wed, 25 Jun 2008 00:21:18 +0000 (17:21 -0700)]
storage: record latency stats in a flat dict, not nested, to conform to RIStatsProvider

16 years agotest_mutable.py: add more tests of post-mapupdate corruption, to support #474 testing
Brian Warner [Tue, 24 Jun 2008 18:08:10 +0000 (11:08 -0700)]
test_mutable.py: add more tests of post-mapupdate corruption, to support #474 testing

16 years agosetup: remove bundled darcsver-1.1.2.tar
Zooko O'Whielacronx [Sat, 21 Jun 2008 21:04:26 +0000 (14:04 -0700)]
setup: remove bundled darcsver-1.1.2.tar

16 years agosetup: setup_requires darcsver >= 1.1.5
Zooko O'Whielacronx [Sat, 21 Jun 2008 21:01:09 +0000 (14:01 -0700)]
setup: setup_requires darcsver >= 1.1.5

16 years agosetup: bundle darcsver-1.1.5 into misc/dependencies
Zooko O'Whielacronx [Sat, 21 Jun 2008 20:56:24 +0000 (13:56 -0700)]
setup: bundle darcsver-1.1.5 into misc/dependencies
Once we implement #249 (move bundled dependencies out of revision control history and make them optional) then we can stop doing this.  Until then we try not to do it unless we really need to...

16 years agodocs/accounts-pubkey.txt: when sending FURLs (signed or otherwise), also send
Brian Warner [Sat, 21 Jun 2008 04:55:25 +0000 (21:55 -0700)]
docs/accounts-pubkey.txt: when sending FURLs (signed or otherwise), also send
the object that it references, to bypass the Foolscap getReferenceByName
roundtrip that would otherwise be required. Recipients must still use the
FURL for security, but pre-populating the foolscap table is a good speed-up.

16 years agointroducer: move the relevant interfaces out to introducer/interfaces.py
Brian Warner [Thu, 19 Jun 2008 00:04:41 +0000 (17:04 -0700)]
introducer: move the relevant interfaces out to introducer/interfaces.py

16 years agointroducer: add old (V1) introducer code, add test framework for compatibility testing
Brian Warner [Wed, 18 Jun 2008 23:58:34 +0000 (16:58 -0700)]
introducer: add old (V1) introducer code, add test framework for compatibility testing

16 years agocheck_grid.py: make it work, move node start/stop responsibility from Makefile to...
Brian Warner [Thu, 19 Jun 2008 19:39:52 +0000 (12:39 -0700)]
check_grid.py: make it work, move node start/stop responsibility from Makefile to script

16 years agodocs: a couple of tiny edits
Zooko O'Whielacronx [Thu, 19 Jun 2008 19:26:19 +0000 (12:26 -0700)]
docs: a couple of tiny edits

16 years agoMakefile: minor comment
Brian Warner [Wed, 18 Jun 2008 22:49:30 +0000 (15:49 -0700)]
Makefile: minor comment

16 years agoMakefile: edit check-grid comment a bit
Brian Warner [Wed, 18 Jun 2008 20:15:55 +0000 (13:15 -0700)]
Makefile: edit check-grid comment a bit

16 years agostart work on 'check-grid' target, for use in an automated prodnet tester. Just a...
Brian Warner [Wed, 18 Jun 2008 19:57:47 +0000 (12:57 -0700)]
start work on 'check-grid' target, for use in an automated prodnet tester. Just a docstring so far.

16 years agobreak introducer up into separate modules in the new allmydata.introducer package
Brian Warner [Wed, 18 Jun 2008 19:24:16 +0000 (12:24 -0700)]
break introducer up into separate modules in the new allmydata.introducer package

16 years agoweb: stop using absolute links (or url.here) in forms and pages, since they break...
Brian Warner [Wed, 18 Jun 2008 02:49:40 +0000 (19:49 -0700)]
web: stop using absolute links (or url.here) in forms and pages, since they break behind proxies. Partially addresses #461

16 years agotest_storage: yet more coverage
Brian Warner [Wed, 18 Jun 2008 00:44:10 +0000 (17:44 -0700)]
test_storage: yet more coverage

16 years agotest_storage.py: improve test coverage
Brian Warner [Wed, 18 Jun 2008 00:01:42 +0000 (17:01 -0700)]
test_storage.py: improve test coverage

16 years agostorage.ReadBucketProxy: avoid double-start, this only affected tests
Brian Warner [Wed, 18 Jun 2008 00:01:29 +0000 (17:01 -0700)]
storage.ReadBucketProxy: avoid double-start, this only affected tests

16 years agoMakefile: add ubuntu/hardy deb targets
Brian Warner [Tue, 17 Jun 2008 22:26:18 +0000 (15:26 -0700)]
Makefile: add ubuntu/hardy deb targets

16 years agodocs/debian.txt: add notes on how to build Tahoe on a debian system
Brian Warner [Tue, 17 Jun 2008 20:41:32 +0000 (13:41 -0700)]
docs/debian.txt: add notes on how to build Tahoe on a debian system

16 years agostorage: remove unused method
Brian Warner [Tue, 17 Jun 2008 18:36:32 +0000 (11:36 -0700)]
storage: remove unused method

16 years agotest_storage: add coverage for discard_storage
Brian Warner [Tue, 17 Jun 2008 00:52:40 +0000 (17:52 -0700)]
test_storage: add coverage for discard_storage

16 years agotest_storage: add coverage for readonly_storage
Brian Warner [Tue, 17 Jun 2008 00:52:13 +0000 (17:52 -0700)]
test_storage: add coverage for readonly_storage

16 years agoweb /statistics : show 0 instead of None for mutable files
Brian Warner [Mon, 16 Jun 2008 23:37:04 +0000 (16:37 -0700)]
web /statistics : show 0 instead of None for mutable files

16 years agostorage: improve stats, make them accessible via webport /statistics
Brian Warner [Mon, 16 Jun 2008 23:35:59 +0000 (16:35 -0700)]
storage: improve stats, make them accessible via webport /statistics

16 years agostorage: measure latency-per-operation, calculate mean/median/percentiles
Brian Warner [Mon, 16 Jun 2008 22:21:55 +0000 (15:21 -0700)]
storage: measure latency-per-operation, calculate mean/median/percentiles

16 years agodocs: add a copy of the NEWS file into docs/ since I sent out a release announcement...
Zooko O'Whielacronx [Thu, 12 Jun 2008 02:41:50 +0000 (19:41 -0700)]
docs: add a copy of the NEWS file into docs/ since I sent out a release announcement which links to it there

16 years agowebish: re-fix the addSlash issue in directory rendering
robk-tahoe [Wed, 11 Jun 2008 22:35:27 +0000 (15:35 -0700)]
webish: re-fix the addSlash issue in directory rendering

having fixed the relevant unit test not to assert incorrect behaviour of
the node when rendering directories, it's now safe to fix the latter.

16 years agotest_web: fix webapi test around redirection issues
robk-tahoe [Wed, 11 Jun 2008 22:19:17 +0000 (15:19 -0700)]
test_web: fix webapi test around redirection issues

this fixes the test_web test test_POST_upload_mutable which chdir's into
a /foo subdirectory, but then later asserts that the web ui redirects the
user back to /foo, which should really be /foo/ since it's a directory.

16 years agodocs: relnotes.txt: reflow to 70 cols
Zooko O'Whielacronx [Wed, 11 Jun 2008 23:02:56 +0000 (16:02 -0700)]
docs: relnotes.txt: reflow to 70 cols

16 years agodocs: install.html: link to http://allmydata.org/source/tahoe/ instead of http:/...
Zooko O'Whielacronx [Wed, 11 Jun 2008 21:35:22 +0000 (14:35 -0700)]
docs: install.html: link to http://allmydata.org/source/tahoe/ instead of http://allmydata.org/source/tahoe/tarballs/

16 years agoTAG allmydata-tahoe-1.1.0 allmydata-tahoe-1.1.0
Zooko O'Whielacronx [Wed, 11 Jun 2008 21:32:23 +0000 (14:32 -0700)]
TAG allmydata-tahoe-1.1.0

16 years agodocs: relnotes.txt: trivial change (really just to trigger the buildbot when it comes...
Zooko O'Whielacronx [Wed, 11 Jun 2008 21:32:02 +0000 (14:32 -0700)]
docs: relnotes.txt: trivial change (really just to trigger the buildbot when it comes in a bundle along with the 1.1.0 tag)

16 years agodirectory.py: revert that addSlash, it causes a test to fail and we don't understand...
Brian Warner [Wed, 11 Jun 2008 19:59:28 +0000 (12:59 -0700)]
directory.py: revert that addSlash, it causes a test to fail and we don't understand it yet, and we don't need the fix quite yet

16 years agodocs: relnotes.txt: re-arrange sections a bit
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:52:34 +0000 (12:52 -0700)]
docs: relnotes.txt: re-arrange sections a bit

16 years agodocs: known_issues.txt: add the issue of files > 12 GiB being silently corrupted
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:51:59 +0000 (12:51 -0700)]
docs: known_issues.txt: add the issue of files > 12 GiB being silently corrupted

16 years agodocs: NEWS: a couple of small edits
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:51:40 +0000 (12:51 -0700)]
docs: NEWS: a couple of small edits

16 years agodocs: relnotes.txt: update the release notes for the v1.1.0 release!
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:40:55 +0000 (12:40 -0700)]
docs: relnotes.txt: update the release notes for the v1.1.0 release!

16 years agodocs: known_issues.txt: change the release data of Tahoe v1.1.0 to 2008-06-11 from...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:40:33 +0000 (12:40 -0700)]
docs: known_issues.txt: change the release data of Tahoe v1.1.0 to 2008-06-11 from 2008-06-10

16 years agodocs: known_issues.txt: add the security issue concerning leakage of file cap by...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:39:37 +0000 (12:39 -0700)]
docs: known_issues.txt: add the security issue concerning leakage of file cap by active content or referrer-bearing hyperlinks embedded in the file

16 years agodocs: known_issues.txt: edit to emphasize that other sorts of local-filesystem-unwrit...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:38:57 +0000 (12:38 -0700)]
docs: known_issues.txt: edit to emphasize that other sorts of local-filesystem-unwritability will lead to the same problems

16 years agodocs: CLI.txt: rewrite the way that "root directories" (now called "starting director...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:34:59 +0000 (12:34 -0700)]
docs: CLI.txt: rewrite the way that "root directories" (now called "starting directories") and aliases are introduced

16 years agowebish: fix directory url redirection
robk-tahoe [Wed, 11 Jun 2008 19:46:28 +0000 (12:46 -0700)]
webish: fix directory url redirection

when rendering a directory in webish, if the url did not correctly include
a trailing slash '/' then the browser will be redirected to a url which
does.  this causes any relative links (e.g. the 'other representations'
which are links to files relative to the current directory) to be correctly
intrpreted as relative to the directory in question by the browser.

uses twisted's addSlash mechanism, which is designed for this purpose :-)

16 years agoNEWS: description of user-visible changes in the new release
Brian Warner [Wed, 11 Jun 2008 19:39:35 +0000 (12:39 -0700)]
NEWS: description of user-visible changes in the new release

16 years agowapi/wui: add a trailing slash to the targets of hyperlinks of children of the curren...
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:59:38 +0000 (19:59 -0700)]
wapi/wui: add a trailing slash to the targets of hyperlinks of children of the current directory when those targets are directories
This is intended to fix #458 '"other representations" broken in webish ui'.

16 years agodocs: lowercase "introducer"
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:23:14 +0000 (19:23 -0700)]
docs: lowercase "introducer"
He's not that important.

16 years agodocs: edits to [source:docs/install.html] and [source:docs/running.html]
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:22:00 +0000 (19:22 -0700)]
docs: edits to [source:docs/install.html] and [source:docs/running.html]

16 years agodocs: explain better how to invoke the tahoe executable when creating and starting...
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:19:23 +0000 (19:19 -0700)]
docs: explain better how to invoke the tahoe executable when creating and starting nodes

16 years agodocs: CREDITS for Justin
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:05:47 +0000 (19:05 -0700)]
docs: CREDITS for Justin

16 years agodocs: update install.html to reflect Justin's user test
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:04:58 +0000 (19:04 -0700)]
docs: update install.html to reflect Justin's user test

16 years agodocs: reformat for 70 columns plus a few small edits
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:37:25 +0000 (16:37 -0700)]
docs: reformat for 70 columns plus a few small edits

16 years agodocs: explain exactly what false alarms are caused in the unit tests by Twisted v8...
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:31:26 +0000 (16:31 -0700)]
docs: explain exactly what false alarms are caused in the unit tests by Twisted v8 and pyOpenSSL v0.7

16 years agodocs: [source:docs/known_issues.txt]
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:24:25 +0000 (16:24 -0700)]
docs: [source:docs/known_issues.txt]

16 years agodoc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:19:34 +0000 (16:19 -0700)]
doc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac

16 years agosetup: trivial change: the name of the "Nevow" distribution is capitalized
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:15:37 +0000 (16:15 -0700)]
setup: trivial change: the name of the "Nevow" distribution is capitalized

16 years agodocs: CREDITS for Nathan and for Armin Rigo
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:14:24 +0000 (16:14 -0700)]
docs: CREDITS for Nathan and for Armin Rigo

16 years agostorage.py: remove unused import
Brian Warner [Tue, 10 Jun 2008 20:05:44 +0000 (13:05 -0700)]
storage.py: remove unused import

16 years agoupload: abort the bucket upon any write error, and do it with callRemoteOnly to avoid...
Brian Warner [Tue, 10 Jun 2008 18:55:28 +0000 (11:55 -0700)]
upload: abort the bucket upon any write error, and do it with callRemoteOnly to avoid double errors

16 years agostorage: ignore shares in incoming/, to make clients use other servers during simulta...
Brian Warner [Tue, 10 Jun 2008 18:53:10 +0000 (11:53 -0700)]
storage: ignore shares in incoming/, to make clients use other servers during simultaneous uploads

16 years ago_auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap...
Brian Warner [Mon, 9 Jun 2008 23:55:04 +0000 (16:55 -0700)]
_auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap, to avoid (failing) builds of pyopenssl

16 years agosetup: quote another place where spaces in paths cause shell command misparsing
Zooko O'Whielacronx [Mon, 9 Jun 2008 23:21:50 +0000 (16:21 -0700)]
setup: quote another place where spaces in paths cause shell command misparsing

16 years agoMakefile: build twice, since sometimes the Nevow build fails the first time. See...
Brian Warner [Mon, 9 Jun 2008 23:06:29 +0000 (16:06 -0700)]
Makefile: build twice, since sometimes the Nevow build fails the first time. See #455. This ought to be undone once that ticket is fixed by a new release of setuptools