2009-07-20 |
kevan | Update tahoe mv help text. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Add tests for parse_replace_arg() |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Add tests for new PUT behavior |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Alter Adder + Adder tests to look for 'only-files'... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Alter filenode.py to use parse_replace_arg |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Alter directory.py to use parse_replace_arg() |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Add a function to parse arguments for the replace parameter |
commit | commitdiff | tree | snapshot |
2009-07-20 |
kevan | Update webapi docs to reference new PUT behavior. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Zooko O'Whielacronx | trivial: remove obsolete comment text |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Brian Warner | docs/backupdb.txt: small fixes, thanks to David Triendl |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Zooko O'Whielacronx | directories: minor change: fix warning message from... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
kevan | Add unit tests for the Adder in dirnode.py |
commit | commitdiff | tree | snapshot |
2009-07-18 |
kevan | Add 'only_files' option to the overwrite field in Adder |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Brian Warner | rename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000 |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Brian Warner | interfaces: remove dead code, FileNode_ and EncryptedTh... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Zooko O'Whielacronx | introduction/storage-broker: add assertions of serverid... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Brian Warner | upload: fix #758 recursion-loop in peer-selection when... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Zooko O'Whielacronx | setup: clarify the way that we host two directories... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Brian Warner | 'tahoe stats': tolerate empty directories. Closes ... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Brian Warner | node.py: record pid in twisted log at startup. Closes... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Brian Warner | Allow tests to pass with -OO by turning some AssertionE... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zooko O'Whielacronx | setup: tell build to search a directory (hosted on... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zooko O'Whielacronx | wui: fix test for welcome page |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zooko O'Whielacronx | wui: adjust headers/titles and "Attach something to... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Zooko O'Whielacronx | mac: emit the stdout and stderr from a failed call... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Zooko O'Whielacronx | mac: improve shutdown and clean-up after the test of... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Zooko O'Whielacronx | setup: add "test_mac_diskimage" command which attempts... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Zooko O'Whielacronx | dirnode: finish renaming "iv" to "salt" in the code... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Brian Warner | dirnode.py/_encrypt_rwcap: rename IV to "salt", which... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Brian Warner | dirnode.py: security bug: also use child writecap to... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Brian Warner | NEWS: update with all recent changes |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Brian Warner | proposed/mutable-DSA.txt: add some new design criteria |
commit | commitdiff | tree | snapshot |
2009-07-04 |
kevan | Use CachingDict instead of dict in dirnode.py |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Zooko O'Whielacronx | directories: fix semantic conflict between my "keep... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
kevan | Modify bench_dirnode.py to use CachingDict. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
kevan | Add tests for CachingDict, _pack_contents, _unpack_contents |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zooko O'Whielacronx | trivial: removed unused import noticed by pyflakes |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zooko O'Whielacronx | directories: make the IV for the writecaps in directory... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zooko O'Whielacronx | tests: raise the timeout on pollmixin from 100s to... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zooko O'Whielacronx | setup: add sys.maxunicode to the show-tool-versions... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Zooko O'Whielacronx | immutable: base32-encode the keys to generate cache... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Zooko O'Whielacronx | directories: make initialization of the download cache... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
kevan | Add CachingDict dict subclass to dirnode.py |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zooko O'Whielacronx | directories: rename internal data member download_cache... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zooko O'Whielacronx | directories: keep track of your position as you decode... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zooko O'Whielacronx | directories: in bench_dirnode.py, use a real CacheDirec... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zooko O'Whielacronx | directories: make the profiling behavior of bench_dirno... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zooko O'Whielacronx | setup: increase requirement on pycryptopp to >= 0.5.15 |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zooko O'Whielacronx | directories: update the directory benchmarks to exercis... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zooko O'Whielacronx | test/benchmark: benchmark the time to pack and unpack... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zooko O'Whielacronx | setup: the mac-exe build (using py2app) requires machol... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Brian Warner | clean up debian packaging: we have control files for... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Brian Warner | update NEWS to cover all recent changes, sort by end... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Brian Warner | Tolerate unknown URI types in directory structures... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Brian Warner | test_client.py: minor refactoring of BASECONFIG usage |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Brian Warner | create_node_from_uri: take both writecap+readcap, move... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Brian Warner | dirnode.py: prepare to preserve both rwcap+rocap when... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Brian Warner | interfaces.py: wrap some lines to 80cols |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Brian Warner | cli: webopen: when called with no arguments, open the... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Brian Warner | mutable repairer: skip repair of readcaps instead of... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Brian Warner | interfaces.py: improve ICheckAndRepairResults docs... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Brian Warner | repairer.py: wrap to 80cols. No code changes. |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zooko O'Whielacronx | setup: require pycryptopp>=0.5.14 if on Windows and... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Brian Warner | edit NEWS |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Brian Warner | NEWS: list all user-visible changes since 1.4.1 . Needs... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Brian Warner | * find-trailing-spaces.py: exit rc=1 if whitespace... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Brian Warner | use 522-bit RSA keys in all unit tests (except one) |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Brian Warner | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Brian Warner | remove trailing whitespace from some util classes |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Warner | repairer: raise a better exception when faced with... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Warner | mutable/filenode.py: set _writekey to None, rather... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Warner | one last tweak |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Warner | more 'tahoe cp' docs tweaks |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Warner | cli.py: minor tweaks to test posthooks |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Brian Warner | cli.py: update comments on 'tahoe cp' --help a bit |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Brian Warner | cli: add some --help text to 'tahoe cp' |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Brian Warner | make it possible to add/renew-lease from the WUI |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Brian Warner | hush pyflakes |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Brian Warner | Split out NoSharesError, stop adding attributes to... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Brian Warner | remove introducer/old.py, will create something similar... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
midnightmagic | Basically just a trivial platform detection patch for... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Brian Warner | check_grid.py: print stderr when a subcommand fails |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Brian Warner | big rework of introducer client: change local API,... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Brian Warner | web/welcome.xhtml: remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Brian Warner | rrefutil: add trap_deafref utility, to make the callRem... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Brian Warner | PollMixin: snoop trial's error observer to halt the... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Brian Warner | clean up storage_broker interface: should fix #732 |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Brian Warner | hush pyflakes with recent FileTooLarge removal |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Brian Warner | add docs/proposed/GridID.txt (cleaning out some of... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Zooko O'Whielacronx | docs: remove warning about inability to build modules... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Zooko O'Whielacronx | setup: copy in misc/show-tools-version.py from zfec... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Zooko O'Whielacronx | docs: start updating the NEWS and relnotes.txt files... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
kevan | change max filesize limit tests |
commit | commitdiff | tree | snapshot |
2009-06-20 |
kevan | remove upper limit on SDMF filesize |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Brian Warner | immutable/download: instrument do-you-have-block respon... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Brian Warner | Makefile: add jaunty support, rearrange debian sections... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Brian Warner | test_util: add known-answer tests for hashutil tags |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Zooko O'Whielacronx | tests: bump up a timeout that expired on Zandr's box |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Zooko O'Whielacronx | util: hooray! A clean implementation of this simple... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Zooko O'Whielacronx | util: Brian's horrible hack to figure out how much... |
commit | commitdiff | tree | snapshot |
next |