|
|
@74207d83
|
2009-07-20T03:48:31Z |
kevan |
Alter filenode.py to use parse_replace_arg
|
|
|
@9067774
|
2009-07-20T03:47:46Z |
kevan |
Alter directory.py to use parse_replace_arg()
|
|
|
@7ab92c7
|
2009-07-20T03:47:23Z |
kevan |
Add a function to parse arguments for the replace parameter
|
|
|
@7607268
|
2009-07-20T13:08:43Z |
zooko |
trivial: remove obsolete comment text
|
|
|
@c6fce3a1
|
2009-07-20T00:21:14Z |
zooko |
directories: minor change: fix warning message from the benchmarking script
|
|
|
@ca4de9e
|
2009-07-18T19:50:49Z |
kevan |
Add unit tests for the Adder in dirnode.py
|
|
|
@c476c66
|
2009-07-18T03:00:10Z |
kevan |
Add 'only_files' option to the overwrite field in Adder
|
|
|
@531cc78
|
2009-07-17T22:15:49Z |
warner |
rename NewDirectoryNode? to DirectoryNode, NewDirectoryURI to DirectoryURI
trac-4000
|
|
|
@8536db4
|
2009-07-17T22:11:39Z |
warner |
interfaces: remove dead code, FileNode_ and EncryptedThing? constraints
|
|
|
@d2d3bb2f
|
2009-07-17T13:52:21Z |
zooko |
introduction/storage-broker: add assertions of serverids being the …
|
|
|
@1192b61
|
2009-07-17T05:07:09Z |
warner |
upload: fix #758 recursion-loop in peer-selection when servers report …
|
|
|
@efa608a
|
2009-07-15T07:51:09Z |
warner |
'tahoe stats': tolerate empty directories. Closes #693.
|
|
|
@7950fc0
|
2009-07-15T07:29:29Z |
warner |
node.py: record pid in twisted log at startup. Closes #476.
|
|
|
@d8ba8c2
|
2009-07-15T06:45:10Z |
warner |
Allow tests to pass with -OO by turning some AssertionErrors? (the ones …
|
|
|
@10ad3ad
|
2009-07-15T03:34:29Z |
zooko |
wui: fix test for welcome page
|
|
|
@eb5ecc9
|
2009-07-15T02:58:14Z |
zooko |
wui: adjust headers/titles and "Attach something to this directory" …
|
|
|
@2f704ed
|
2009-07-13T00:13:20Z |
zooko |
dirnode: finish renaming "iv" to "salt" in the code and the hash tag
|
|
|
@7f1d8b7c
|
2009-07-12T23:50:25Z |
warner |
dirnode.py/_encrypt_rwcap: rename IV to "salt", which is more accurate
|
|
|
@c1d5717c
|
2009-07-12T23:47:50Z |
warner |
dirnode.py: security bug: also use child writecap to derive child enc …
|
|
|
@d71adaf
|
2009-07-04T03:43:01Z |
kevan |
Use CachingDict? instead of dict in dirnode.py
|
|
|
@34213cd
|
2009-07-10T03:20:28Z |
zooko |
directories: fix semantic conflict between my "keep track of position" …
|
|
|
@44c652f
|
2009-07-05T22:31:42Z |
kevan |
Modify bench_dirnode.py to use CachingDict?.
|
|
|
@3257934
|
2009-07-04T03:43:28Z |
kevan |
Add tests for CachingDict?, _pack_contents, _unpack_contents
|
|
|
@0e2d0051
|
2009-07-09T13:05:13Z |
zooko |
trivial: removed unused import noticed by pyflakes
|
|
|
@786ed01
|
2009-07-05T02:48:15Z |
zooko |
directories: make the IV for the writecaps in directory entries be …
|
|
|
@fcedca96
|
2009-07-09T04:47:29Z |
zooko |
tests: raise the timeout on pollmixin from 100s to 1000s -- it looks …
|
|
|
@22d390ac
|
2009-07-08T15:26:33Z |
zooko |
immutable: base32-encode the keys to generate cache filenames that …
|
|
|
@c0d1e7d
|
2009-07-08T00:40:40Z |
zooko |
directories: make initialization of the download cache lazy
If you …
|
|
|
@903005a
|
2009-07-05T21:23:45Z |
kevan |
Add CachingDict? dict subclass to dirnode.py
|
|
|
@c678e8c
|
2009-07-07T14:34:04Z |
zooko |
directories: rename internal data member download_cache to …
|
|
|
@efafcfb
|
2009-07-05T02:51:09Z |
zooko |
directories: keep track of your position as you decode netstring after …
|
|
|
@4206a2c
|
2009-07-07T03:41:19Z |
zooko |
directories: in bench_dirnode.py, use a real CacheDirectoryManager? …
|
|
|
@0df5b44
|
2009-07-07T03:30:35Z |
zooko |
directories: make the profiling behavior of bench_dirnode.py …
|
|
|
@e414c738
|
2009-07-05T16:29:53Z |
zooko |
directories: update the directory benchmarks to exercise the …
|
|
|
@859d7ba
|
2009-07-04T22:43:00Z |
zooko |
test/benchmark: benchmark the time to pack and unpack dirnodes
See …
|
|
|
@ef1b6ae8
|
2009-07-03T01:07:49Z |
warner |
Tolerate unknown URI types in directory structures. Part of #683.
The …
|
|
|
@4a46e91
|
2009-07-03T00:54:50Z |
warner |
test_client.py: minor refactoring of BASECONFIG usage
|
|
|
@6237aea
|
2009-07-02T22:25:37Z |
warner |
create_node_from_uri: take both writecap+readcap, move logic out of …
|
|
|
@656277a
|
2009-07-02T21:12:54Z |
warner |
dirnode.py: prepare to preserve both rwcap+rocap when copying
This …
|
|
|
@3dedfed
|
2009-07-02T01:57:28Z |
warner |
interfaces.py: wrap some lines to 80cols
|
|
|
@b640baf5
|
2009-07-01T20:05:48Z |
warner |
cli: webopen: when called with no arguments, open the Welcome page
|
|
|
@e330abc
|
2009-07-01T01:13:43Z |
warner |
mutable repairer: skip repair of readcaps instead of throwing an …
|
|
|
@4194565
|
2009-07-01T00:19:25Z |
warner |
interfaces.py: improve ICheckAndRepairResults docs a bit
|
|
|
@8fca155
|
2009-07-01T00:00:47Z |
warner |
repairer.py: wrap to 80cols. No code changes.
|
|
|
@52fa421
|
2009-06-29T22:31:24Z |
warner |
use 522-bit RSA keys in all unit tests (except one)
This reduces the …
|
|
|
@c6ae255
|
2009-06-29T20:03:58Z |
warner |
remove trailing whitespace
|
|
|
@dddc2d03
|
2009-06-29T20:03:41Z |
warner |
remove trailing whitespace from some util classes
|
|
|
@d0f8057
|
2009-06-26T06:32:30Z |
warner |
repairer: raise a better exception when faced with a readonly …
|
|
|
@97ffc8a
|
2009-06-26T06:20:22Z |
warner |
mutable/filenode.py: set _writekey to None, rather than leaving it …
|
|
|
@b43672c
|
2009-06-26T05:26:27Z |
warner |
one last tweak
|
|
|
@08effc6
|
2009-06-26T05:16:52Z |
warner |
more 'tahoe cp' docs tweaks
|
|
|
@b30db03
|
2009-06-26T02:45:57Z |
warner |
cli.py: minor tweaks to test posthooks
|
|
|
@df1ddf8
|
2009-06-26T02:38:37Z |
warner |
cli.py: update comments on 'tahoe cp' --help a bit
|
|
|
@8d5cc75
|
2009-06-25T23:57:51Z |
warner |
cli: add some --help text to 'tahoe cp'
|
|
|
@2adc184
|
2009-06-25T23:18:24Z |
warner |
make it possible to add/renew-lease from the WUI
add add/renew-lease …
|
|
|
@2947da4
|
2009-06-25T02:18:09Z |
warner |
hush pyflakes
|
|
|
@bd6ecc9f
|
2009-06-25T02:17:07Z |
warner |
Split out NoSharesError?, stop adding attributes to …
|
|
|
@83773364
|
2009-06-24T19:40:38Z |
warner |
remove introducer/old.py, will create something similar when the …
|
|
|
@96cda87
|
2009-06-17T23:36:47Z |
midnightmagic |
Basically just a trivial platform detection patch for NetBSD.
|
|
|
@f573bb2
|
2009-06-23T02:28:33Z |
warner |
check_grid.py: print stderr when a subcommand fails
|
|
|
@8df15e9f
|
2009-06-23T02:10:47Z |
warner |
big rework of introducer client: change local API, split division of …
|
|
|
@546266c
|
2009-06-23T02:09:09Z |
warner |
web/welcome.xhtml: remove trailing whitespace
|
|
|
@aa23ff9
|
2009-06-23T02:08:26Z |
warner |
rrefutil: add trap_deafref utility, to make the …
|
|
|
@699510c
|
2009-06-23T02:07:31Z |
warner |
PollMixin?: snoop trial's error observer to halt the test early if an …
|
|
|
@711c09b
|
2009-06-21T23:51:19Z |
warner |
clean up storage_broker interface: should fix #732
|
|
|
@f14004e
|
2009-06-21T23:17:57Z |
warner |
hush pyflakes with recent FileTooLarge? removal
|
|
|
@efcc459
|
2009-06-20T21:28:22Z |
kevan |
change max filesize limit tests
Instead of testing to see that the …
|
|
|
@db93975
|
2009-06-20T21:31:30Z |
kevan |
remove upper limit on SDMF filesize
|
|
|
@a6caae9b
|
2009-06-21T04:12:09Z |
warner |
immutable/download: instrument do-you-have-block responses to …
|
|
|
@2c5aa121
|
2009-06-18T04:57:09Z |
warner |
test_util: add known-answer tests for hashutil tags
|
|
|
@6a93caf
|
2009-06-13T19:57:03Z |
zooko |
tests: bump up a timeout that expired on Zandr's box
|
|
|
@cc2953e
|
2009-06-13T16:01:12Z |
zooko |
util: hooray! A clean implementation of this simple utility! Black …
|
|
|
@45928315
|
2009-06-12T20:45:56Z |
zooko |
util: Brian's horrible hack to figure out how much localtime and …
|
|
|
@4a30c58
|
2009-06-12T00:09:20Z |
zooko |
util: oops, time.tzset() doesn't work on Windows -- hopefully the new …
|
|
|
@8978cb0
|
2009-06-11T22:11:29Z |
zooko |
util: fix time_format.iso_utc_time_to_seconds() so that it works even …
|
|
|
@0ed65fba
|
2009-06-10T16:10:43Z |
zooko |
tests: significantly increase timeouts that triggered on Zandr's ARM box
|
|
|
@69a3b23
|
2009-06-10T12:56:39Z |
zooko |
test: multiple by 10 or so all timeouts that Zandr's ARM box just overran
|
|
|
@bdfb808
|
2009-06-10T04:46:28Z |
zooko |
tests: bump up timeout on a test that timed out on draco
|
|
|
@974295f
|
2009-06-09T21:05:09Z |
zooko |
tests: raise the timeout for test_cli since Zandr's ARM machine …
|
|
|
@2e35648
|
2009-06-09T05:28:01Z |
warner |
test_cli.Backup: increase timeout massively, it takes 1200s on zandr's …
|
|
|
@3cfc00f
|
2009-06-09T02:17:53Z |
zooko |
tests: double the timeouts on some tests which time-out on Francois's box
|
|
|
@0bc116b
|
2009-06-08T22:55:57Z |
zooko |
tests: bump up timeouts so that the tests can finish before timeout on …
|
|
|
@c3e9d36
|
2009-06-05T14:34:37Z |
zooko |
tests: increase timeouts on some other tests that timed-out on …
|
|
|
@63c8f0c4
|
2009-06-05T03:14:44Z |
zooko |
tests: bump up the timeout on a bunch of tests that took longer than …
|
|
|
@8c18ac3
|
2009-06-04T17:31:31Z |
zooko |
backup: remove the --no-backupdb command, the handling of "can't …
trac-3900
|
|
|
@2841d6a
|
2009-06-04T15:37:28Z |
zooko |
setup: add pysqlite and sqlite to get_package_versions()
|
|
|
@35b3f7f
|
2009-06-02T03:07:50Z |
warner |
more refactoring: move get_all_serverids() and …
|
|
|
@b129063
|
2009-06-02T02:25:11Z |
warner |
more storage_broker refactoring: downloader gets a broker instead of a …
|
|
|
@3a11967
|
2009-06-01T22:50:07Z |
warner |
test_runner.py: remove test_client_no_noise: the issue in question is …
|
|
|
@4177a36
|
2009-06-01T22:49:16Z |
warner |
remove plaintext-hashing code from the helper interface, to close #722 …
|
|
|
@c516361
|
2009-06-01T21:06:04Z |
warner |
start to factor server-connection-management into a distinct …
|
|
|
@d29281c9
|
2009-06-01T21:04:07Z |
warner |
mutable: catch and display first error, so code bugs which break all …
|
|
|
@2344138
|
2009-05-26T23:25:45Z |
kpreid |
Modify markup of Tahoe web pages to be more amenable to styling; some …
|
|
|
@a71c914
|
2009-05-26T23:24:14Z |
kpreid |
Tweak wording in directory page: not-read-only is "modifiable", …
|
|
|
@3e80676
|
2009-05-03T20:34:42Z |
kpreid |
Comment on duplication of code/markup found during styling project.
|
|
|
@d0b4fd4
|
2009-05-03T20:31:42Z |
kpreid |
Add CSS styles to spiff up the Tahoe WUI's appearance, particularly …
|
|
|
@35d3671
|
2009-05-03T20:25:33Z |
kpreid |
Link all Tahoe web pages to the /tahoe_css stylesheet which already exists.
|
|
|
@2f38429
|
2009-05-01T19:10:50Z |
kpreid |
Fix broken link from Provisioning to Reliability page.
|
|
|
@de83526
|
2009-05-22T18:44:24Z |
warner |
immutable/encode.py: tolerate immediate _remove_shareholder by copying …
|
|
|
@1863aee
|
2009-05-22T00:46:32Z |
warner |
switch to using RemoteException? instead of 'wrapped' RemoteReferences?. …
|
|
|