2007-12-19 |
Brian Warner | mutable: always include ourselves in the querylist...
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | mutable.py: one more logging fix
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | mutable.py: oops, our logging wrappers can't take posargs yet
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | mutable.Publish: improve logging
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | dirnode: add set_uris() and set_nodes() (plural), to...
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | node: provoke foolscap-0.2.2 into saving logport.furl...
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | more new-pyflakes warnings fixed
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | the new pyflakes is stricter, complaining about function...
|
commit | commitdiff | tree |
2007-12-19 |
Brian Warner | hush pyflakes
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | create_node.py: need to create private/ dir in create...
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | oops, touch private/my_private_dir.cap when creating...
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | check_load: add stats-gathering
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | add a simple load-generating tool to do random reads...
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | move my_private_dir.cap into private/
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | my_private_dir.cap: add newline for readability, open...
|
commit | commitdiff | tree |
2007-12-18 |
Brian Warner | remove the slash-to-bang conversion from CLI tools...
|
commit | commitdiff | tree |
2007-12-14 |
Brian Warner | test_system.py: oops, match change in RIControl
|
commit | commitdiff | tree |
2007-12-14 |
Brian Warner | test_web.py: cosmetic, remove leftover trailing space
|
commit | commitdiff | tree |
2007-12-14 |
Brian Warner | check-speed: test SSK upload/download speed too. SDMF...
|
commit | commitdiff | tree |
2007-12-14 |
Brian Warner | Makefile check-speed: force-quit any leftover client...
|
commit | commitdiff | tree |
2007-12-13 |
Brian Warner | remove logpublisher, use the Foolscap version now that...
|
commit | commitdiff | tree |
2007-12-13 |
Brian Warner | remove tests of logging functionality that's been subsumed...
|
commit | commitdiff | tree |
2007-12-13 |
Brian Warner | move to foolscap-0.2.2
|
commit | commitdiff | tree |
2007-12-12 |
Brian Warner | test_web.py: survive localdir/localfile= names with...
|
commit | commitdiff | tree |
2007-12-12 |
Brian Warner | test_system: write test data in 'b' verbatim mode,...
|
commit | commitdiff | tree |
2007-12-12 |
Brian Warner | webish: append save=true to a GET URL to save-to-disk...
|
commit | commitdiff | tree |
2007-12-11 |
Brian Warner | setup.py: arg, another stupid paste error, affecting...
|
commit | commitdiff | tree |
2007-12-11 |
Brian Warner | upgrade to foolscap-0.2.1, with a new logging framework
|
commit | commitdiff | tree |
2007-12-11 |
Brian Warner | setup.py: fix stupid cut-and-paste error
|
commit | commitdiff | tree |
2007-12-11 |
Brian Warner | build-deps: require setuptools 0.6c4 or later, because...
|
commit | commitdiff | tree |
2007-12-07 |
Brian Warner | control.py: hush pyflakes warning
|
commit | commitdiff | tree |
2007-12-07 |
Brian Warner | the wait_for_numpeers= argument to client.upload()...
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | storage.py: factor out a common compare() routine
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | webish: fix overwrite form display
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | test_web.py: add coverage for directory listings that...
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | test_web.py: add coverage for POST t=check
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | webish: add POST t=mutable, make it replace files in...
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | test_web.py: remove last use of fake_* methods, remove...
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | refactor web tests, and interfaces.IFileNode
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | checker: improve test coverage a little bit
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | uri.py: improve test coverage
|
commit | commitdiff | tree |
2007-12-05 |
Brian Warner | remove most (maybe all?) traces of old Dirnode class...
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | improve test coverage on FileNode.check
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | test_dirnode.py: obtain full coverage of dirnode.py
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | rename dirnode2.py to dirnode.py
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | test_mutable: improve test coverage a bit, add test_filenode.py
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | remove PyCrypto, now we only use pycrypto++
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | use AES from pycryptopp instead of pycrypto, also truncate...
|
commit | commitdiff | tree |
2007-12-04 |
Brian Warner | remove leftover defer.setDebugging(), to speed up tests...
|
commit | commitdiff | tree |
2007-11-20 |
Brian Warner | introducer_and_vdrive.py: use logpublisher too
|
commit | commitdiff | tree |
2007-11-20 |
Brian Warner | encode.py: trivial whitespace change
|
commit | commitdiff | tree |
2007-11-20 |
Brian Warner | more hierarchical logging: download/upload/encode
|
commit | commitdiff | tree |
2007-11-20 |
Brian Warner | download: use hierarchical logging
|
commit | commitdiff | tree |
2007-11-20 |
Brian Warner | logging: only test log.err when Twisted is new enough...
|
commit | commitdiff | tree |
2007-11-20 |
Brian Warner | hierarchical logging: add numbered messages and parent...
|
commit | commitdiff | tree |
2007-11-19 |
Brian Warner | debian: add Depends: on python-pycryptopp, now that...
|
commit | commitdiff | tree |
2007-11-19 |
Brian Warner | test_client: stall 2.0s between shutdown and restart...
|
commit | commitdiff | tree |
2007-11-19 |
Brian Warner | logtool: add 'gather' and 'dump' modes
|
commit | commitdiff | tree |
2007-11-19 |
Brian Warner | logtool: rename get-logs.py to logtool.py
|
commit | commitdiff | tree |
2007-11-17 |
Brian Warner | logpublisher: hush pyflakes warning
|
commit | commitdiff | tree |
2007-11-17 |
Brian Warner | logpublisher: implement subscribe/publish for log,...
|
commit | commitdiff | tree |
2007-11-17 |
Brian Warner | mutable: fix control flow to allow good+bad shares...
|
commit | commitdiff | tree |
2007-11-16 |
Brian Warner | node.py: try to fix rlimit-setting again
|
commit | commitdiff | tree |
2007-11-16 |
Brian Warner | node.py: try rlimit fix again
|
commit | commitdiff | tree |
2007-11-16 |
Brian Warner | node.py: try to fix RLIMIT_NOFILE on solaris too
|
commit | commitdiff | tree |
2007-11-16 |
Brian Warner | node.py: raise RLIMIT_NOFILE on bsd/cygwin to more...
|
commit | commitdiff | tree |
2007-11-15 |
Brian Warner | test_mutable: workaround: use more peers to avoid random...
|
commit | commitdiff | tree |
2007-11-15 |
Brian Warner | mutable: add more logging to retrieval process
|
commit | commitdiff | tree |
2007-11-15 |
Brian Warner | provisioning: add more options for num-servers and...
|
commit | commitdiff | tree |
2007-11-14 |
Brian Warner | mutable: validate share_hash_chain for each inbound...
|
commit | commitdiff | tree |
2007-11-14 |
Brian Warner | mutable: handle bad hashes, improve test coverage,...
|
commit | commitdiff | tree |
2007-11-13 |
Brian Warner | README: advise 'make clean' before 'make build-deps...
|
commit | commitdiff | tree |
2007-11-13 |
Brian Warner | docs/subtree1.svg: make the page smaller
|
commit | commitdiff | tree |
2007-11-09 |
Brian Warner | docs/webapi.txt: document the POST t=upload&mutable...
|
commit | commitdiff | tree |
2007-11-09 |
Brian Warner | webish: add preliminary mutable file support: upload...
|
commit | commitdiff | tree |
2007-11-09 |
Brian Warner | consolidate dirnode/filenode-creation code into Client
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: cheap padding hack to make zfec tolerate short...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: verify incoming share signatures during Publish...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | test_system: RSA keys are even more variable than I...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: add basic test coverage of new-dirnodes-using...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: fix multiple-versions-interfering-with-each...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | test_system: RSA keys vary in size, expand valid ranges...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: grab encprivkey when necessary during publish...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | docs/configuration.txt: expand the 'sizelimit' docs
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: rearrange order of Publish to allow replace...
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | Makefile: check-deps: check for pycryptopp
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: fix usage of NeedMoreDataError
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: wire in RSA for real, using pycryptopp
|
commit | commitdiff | tree |
2007-11-08 |
Brian Warner | mutable: make error handling more robust
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | mutable: test roundtrip, make it work
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | storage.py: add a little logging (disabled)
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | test_system.mutable: make sure we exercise FEC padding
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | dump-share: emit SDMF information too
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | add container_size to mutable dump-share output
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | mutable: stub out pubkey creation until we wire in...
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | test_system.mutable: add test coverage for the 'dump...
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | test_system: add early test for mutable slots, currently...
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | test_mutable: remove dead code
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | debug: add mutable-slot support to 'dump-share' command
|
commit | commitdiff | tree |
2007-11-07 |
Brian Warner | mutable: storage_index is always 16 bytes
|
commit | commitdiff | tree |
next |