source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @efa608a   2009-07-15T07:51:09Z warner 'tahoe stats': tolerate empty directories. Closes #693.
(edit) @7950fc0   2009-07-15T07:29:29Z warner node.py: record pid in twisted log at startup. Closes #476.
(edit) @d8ba8c2   2009-07-15T06:45:10Z warner Allow tests to pass with -OO by turning some AssertionErrors? (the ones …
(edit) @760bab7   2009-07-15T02:52:46Z zooko setup: tell build to search a directory (hosted on allmydata.org) …
(edit) @10ad3ad   2009-07-15T03:34:29Z zooko wui: fix test for welcome page
(edit) @eb5ecc9   2009-07-15T02:58:14Z zooko wui: adjust headers/titles and "Attach something to this directory" …
(edit) @6cbaaf3   2009-07-15T01:43:38Z zooko mac: emit the stdout and stderr from a failed call to Allmydata (this …
(edit) @d213221   2009-07-14T12:26:55Z zooko mac: improve shutdown and clean-up after the test of the macintosh …
(edit) @4a4a47a6   2009-07-12T23:09:40Z zooko setup: add "test_mac_diskimage" command which attempts to mount and …
(edit) @2f704ed   2009-07-13T00:13:20Z zooko dirnode: finish renaming "iv" to "salt" in the code and the hash tag
(edit) @7f1d8b7c   2009-07-12T23:50:25Z warner dirnode.py/_encrypt_rwcap: rename IV to "salt", which is more accurate
(edit) @c1d5717c   2009-07-12T23:47:50Z warner dirnode.py: security bug: also use child writecap to derive child enc …
(edit) @93ef0fb8   2009-07-11T23:47:03Z warner NEWS: update with all recent changes
(edit) @5501983   2009-07-11T13:25:00Z warner proposed/mutable-DSA.txt: add some new design criteria
(edit) @d71adaf   2009-07-04T03:43:01Z kevan Use CachingDict? instead of dict in dirnode.py
(edit) @34213cd   2009-07-10T03:20:28Z zooko directories: fix semantic conflict between my "keep track of position" …
(edit) @44c652f   2009-07-05T22:31:42Z kevan Modify bench_dirnode.py to use CachingDict?.
(edit) @3257934   2009-07-04T03:43:28Z kevan Add tests for CachingDict?, _pack_contents, _unpack_contents
(edit) @0e2d0051   2009-07-09T13:05:13Z zooko trivial: removed unused import noticed by pyflakes
(edit) @786ed01   2009-07-05T02:48:15Z zooko directories: make the IV for the writecaps in directory entries be …
(edit) @fcedca96   2009-07-09T04:47:29Z zooko tests: raise the timeout on pollmixin from 100s to 1000s -- it looks …
(edit) @7682f6b   2009-07-09T00:45:33Z zooko setup: add sys.maxunicode to the show-tool-versions output in order to …
(edit) @22d390ac   2009-07-08T15:26:33Z zooko immutable: base32-encode the keys to generate cache filenames that …
(edit) @c0d1e7d   2009-07-08T00:40:40Z zooko directories: make initialization of the download cache lazy If you …
(edit) @903005a   2009-07-05T21:23:45Z kevan Add CachingDict? dict subclass to dirnode.py
(edit) @c678e8c   2009-07-07T14:34:04Z zooko directories: rename internal data member download_cache to …
(edit) @efafcfb   2009-07-05T02:51:09Z zooko directories: keep track of your position as you decode netstring after …
(edit) @4206a2c   2009-07-07T03:41:19Z zooko directories: in bench_dirnode.py, use a real CacheDirectoryManager?
(edit) @0df5b44   2009-07-07T03:30:35Z zooko directories: make the profiling behavior of bench_dirnode.py …
(edit) @9578e70   2009-07-06T14:08:15Z zooko setup: increase requirement on pycryptopp to >= 0.5.15
(edit) @e414c738   2009-07-05T16:29:53Z zooko directories: update the directory benchmarks to exercise the …
(edit) @859d7ba   2009-07-04T22:43:00Z zooko test/benchmark: benchmark the time to pack and unpack dirnodes See …
(edit) @7bf452e   2009-07-03T17:57:02Z zooko setup: the mac-exe build (using py2app) requires macholib>=1.2. Here …
(edit) @d79b2a0   2009-07-03T07:28:04Z warner clean up debian packaging: we have control files for etch/lenny/sid, …
(edit) @ba9f3dc   2009-07-03T01:43:03Z warner update NEWS to cover all recent changes, sort by end-user importance
(edit) @ef1b6ae8   2009-07-03T01:07:49Z warner Tolerate unknown URI types in directory structures. Part of #683. The …
(edit) @4a46e91   2009-07-03T00:54:50Z warner test_client.py: minor refactoring of BASECONFIG usage
(edit) @6237aea   2009-07-02T22:25:37Z warner create_node_from_uri: take both writecap+readcap, move logic out of …
(edit) @656277a   2009-07-02T21:12:54Z warner dirnode.py: prepare to preserve both rwcap+rocap when copying This …
(edit) @3dedfed   2009-07-02T01:57:28Z warner interfaces.py: wrap some lines to 80cols
(edit) @b640baf5   2009-07-01T20:05:48Z warner cli: webopen: when called with no arguments, open the Welcome page
(edit) @e330abc   2009-07-01T01:13:43Z warner mutable repairer: skip repair of readcaps instead of throwing an …
(edit) @4194565   2009-07-01T00:19:25Z warner interfaces.py: improve ICheckAndRepairResults docs a bit
(edit) @8fca155   2009-07-01T00:00:47Z warner repairer.py: wrap to 80cols. No code changes.
(edit) @a1c6ee1   2009-06-30T18:48:07Z zooko setup: require pycryptopp>=0.5.14 if on Windows and with Python>=2.6
(edit) @e68d392a   2009-06-30T17:41:15Z warner edit NEWS
(edit) @04e3dbb   2009-06-30T17:07:34Z warner NEWS: list all user-visible changes since 1.4.1 . Needs lots of editing.
(edit) @5626e17   2009-06-29T22:46:58Z warner * find-trailing-spaces.py: exit rc=1 if whitespace found, to be a …
(edit) @52fa421   2009-06-29T22:31:24Z warner use 522-bit RSA keys in all unit tests (except one) This reduces the …
(edit) @c6ae255   2009-06-29T20:03:58Z warner remove trailing whitespace
(edit) @dddc2d03   2009-06-29T20:03:41Z warner remove trailing whitespace from some util classes
(edit) @d0f8057   2009-06-26T06:32:30Z warner repairer: raise a better exception when faced with a readonly …
(edit) @97ffc8a   2009-06-26T06:20:22Z warner mutable/filenode.py: set _writekey to None, rather than leaving it …
(edit) @b43672c   2009-06-26T05:26:27Z warner one last tweak
(edit) @08effc6   2009-06-26T05:16:52Z warner more 'tahoe cp' docs tweaks
(edit) @b30db03   2009-06-26T02:45:57Z warner cli.py: minor tweaks to test posthooks
(edit) @df1ddf8   2009-06-26T02:38:37Z warner cli.py: update comments on 'tahoe cp' --help a bit
(edit) @8d5cc75   2009-06-25T23:57:51Z warner cli: add some --help text to 'tahoe cp'
(edit) @2adc184   2009-06-25T23:18:24Z warner make it possible to add/renew-lease from the WUI add add/renew-lease …
(edit) @2947da4   2009-06-25T02:18:09Z warner hush pyflakes
(edit) @bd6ecc9f   2009-06-25T02:17:07Z warner Split out NoSharesError?, stop adding attributes to …
(edit) @83773364   2009-06-24T19:40:38Z warner remove introducer/old.py, will create something similar when the …
(edit) @96cda87   2009-06-17T23:36:47Z midnightmagic Basically just a trivial platform detection patch for NetBSD.
(edit) @f573bb2   2009-06-23T02:28:33Z warner check_grid.py: print stderr when a subcommand fails
(edit) @8df15e9f   2009-06-23T02:10:47Z warner big rework of introducer client: change local API, split division of …
(edit) @546266c   2009-06-23T02:09:09Z warner web/welcome.xhtml: remove trailing whitespace
(edit) @aa23ff9   2009-06-23T02:08:26Z warner rrefutil: add trap_deafref utility, to make the …
(edit) @699510c   2009-06-23T02:07:31Z warner PollMixin?: snoop trial's error observer to halt the test early if an …
(edit) @711c09b   2009-06-21T23:51:19Z warner clean up storage_broker interface: should fix #732
(edit) @f14004e   2009-06-21T23:17:57Z warner hush pyflakes with recent FileTooLarge? removal
(edit) @2c0f418   2009-06-21T19:12:04Z warner add docs/proposed/GridID.txt (cleaning out some of my old branches)
(edit) @5390f3e   2009-06-21T17:50:05Z zooko docs: remove warning about inability to build modules on py2.6 on …
(edit) @1887646   2009-06-21T05:58:46Z zooko setup: copy in misc/show-tools-version.py from zfec -- it prints out …
(edit) @bb00e13   2009-06-21T05:51:14Z zooko docs: start updating the NEWS and relnotes.txt files, add Kevan to CREDITS
(edit) @efcc459   2009-06-20T21:28:22Z kevan change max filesize limit tests Instead of testing to see that the …
(edit) @db93975   2009-06-20T21:31:30Z kevan remove upper limit on SDMF filesize
(edit) @a6caae9b   2009-06-21T04:12:09Z warner immutable/download: instrument do-you-have-block responses to …
(edit) @2100aef6   2009-06-18T05:05:02Z warner Makefile: add jaunty support, rearrange debian sections in order of release
(edit) @2c5aa121   2009-06-18T04:57:09Z warner test_util: add known-answer tests for hashutil tags
(edit) @6a93caf   2009-06-13T19:57:03Z zooko tests: bump up a timeout that expired on Zandr's box
(edit) @cc2953e   2009-06-13T16:01:12Z zooko util: hooray! A clean implementation of this simple utility! Black …
(edit) @45928315   2009-06-12T20:45:56Z zooko util: Brian's horrible hack to figure out how much localtime and …
(edit) @4a30c58   2009-06-12T00:09:20Z zooko util: oops, time.tzset() doesn't work on Windows -- hopefully the new …
(edit) @3db5de58   2009-06-11T22:55:06Z zooko setup: edit install.html to warn Windows users away from Python v2.6
(edit) @8978cb0   2009-06-11T22:11:29Z zooko util: fix time_format.iso_utc_time_to_seconds() so that it works even …
(edit) @2a51a7bb   2009-06-11T19:32:14Z zooko setup: run the same "make quicktest" on Windows as on non-Windows I …
(edit) @0ed65fba   2009-06-10T16:10:43Z zooko tests: significantly increase timeouts that triggered on Zandr's ARM box
(edit) @69a3b23   2009-06-10T12:56:39Z zooko test: multiple by 10 or so all timeouts that Zandr's ARM box just overran
(edit) @bdfb808   2009-06-10T04:46:28Z zooko tests: bump up timeout on a test that timed out on draco
(edit) @974295f   2009-06-09T21:05:09Z zooko tests: raise the timeout for test_cli since Zandr's ARM machine …
(edit) @2e35648   2009-06-09T05:28:01Z warner test_cli.Backup: increase timeout massively, it takes 1200s on zandr's …
(edit) @3cfc00f   2009-06-09T02:17:53Z zooko tests: double the timeouts on some tests which time-out on Francois's box
(edit) @0bc116b   2009-06-08T22:55:57Z zooko tests: bump up timeouts so that the tests can finish before timeout on …
(edit) @c3e9d36   2009-06-05T14:34:37Z zooko tests: increase timeouts on some other tests that timed-out on …
(edit) @63c8f0c4   2009-06-05T03:14:44Z zooko tests: bump up the timeout on a bunch of tests that took longer than …
(edit) @8c18ac3   2009-06-04T17:31:31Z zooko backup: remove the --no-backupdb command, the handling of "can't … trac-3900
(edit) @81b0e13   2009-06-04T15:45:48Z zooko setup: require pysqlite >= v2.0.5. if we are running on Python < 2.5
(edit) @2841d6a   2009-06-04T15:37:28Z zooko setup: add pysqlite and sqlite to get_package_versions()
(edit) @35b3f7f   2009-06-02T03:07:50Z warner more refactoring: move get_all_serverids() and …
(edit) @b129063   2009-06-02T02:25:11Z warner more storage_broker refactoring: downloader gets a broker instead of a …
Note: See TracRevisionLog for help on using the revision log.