]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2007-12-20 Zooko O'Whielacronxremove some no-longer needed replacements of "/" with...
2007-12-19 Brian Warnermore new-pyflakes warnings fixed
2007-12-19 Brian Warnerthe new pyflakes is stricter, complaining about functio...
2007-12-19 Brian Warnerhush pyflakes
2007-12-18 Brian Warnercreate_node.py: need to create private/ dir in create...
2007-12-18 Brian Warneroops, touch private/my_private_dir.cap when creating...
2007-12-18 Brian Warnercheck_load: add stats-gathering
2007-12-18 Brian Warneradd a simple load-generating tool to do random reads...
2007-12-18 Brian Warnermove my_private_dir.cap into private/
2007-12-18 Brian Warnermy_private_dir.cap: add newline for readability, open...
2007-12-18 Brian Warnerremove the slash-to-bang conversion from CLI tools...
2007-12-19 Zooko O'Whielacronxunit test that POST /uri/?t=mkdir works
2007-12-19 Zooko O'Whielacronxremove the DirnodeURI foolscap schema and mv those...
2007-12-18 Zooko O'Whielacronxmake more precise regexp for WriteableSSKFileURI and...
2007-12-18 Zooko O'Whielacronxfix unit tests to assert that we do *not* link to start...
2007-12-18 Zooko O'Whielacronxdo not put a link from the welcoXme page to the start...
2007-12-18 Zooko O'Whielacronxrename "my_private_dir.uri" to "my_private_dir.cap"
2007-12-18 Zooko O'Whielacronxrename "secret" to "lease_secret" and change its size...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-15 Zooko O'Whielacronxwe no longer need to replace "/" with "!" in urls
2007-12-15 Zooko O'Whielacronxtidy-up some comments and logging messages
2007-12-15 Zooko O'Whielacronxfix the overwrite button and add unit test for it
2007-12-14 Brian Warnertest_system.py: oops, match change in RIControl
2007-12-14 Brian Warnertest_web.py: cosmetic, remove leftover trailing space
2007-12-14 Brian Warnercheck-speed: test SSK upload/download speed too. SDMF...
2007-12-14 Brian WarnerMakefile check-speed: force-quit any leftover client...
2007-12-13 Brian Warnerremove logpublisher, use the Foolscap version now that...
2007-12-13 Brian Warnerremove tests of logging functionality that's been subsu...
2007-12-13 Brian Warnermove to foolscap-0.2.2
2007-12-13 Zooko O'Whielacronxremove unimplemented and skipped test for feature that...
2007-12-13 Zooko O'Whielacronxremove unused import: thanks, pyflakes
2007-12-13 Zooko O'Whielacronxrefactor the feature of getting versions of packages...
2007-12-13 Zooko O'Whielacronxa few documentation and naming convention updates
2007-12-12 Zooko O'Whielacronxediting: change names like "MyThing" to "FakeThing...
2007-12-12 Zooko O'Whielacronxfix unit test to pass forward-slashes to the CLI since...
2007-12-12 Brian Warnertest_web.py: survive localdir/localfile= names with...
2007-12-12 Brian Warnertest_system: write test data in 'b' verbatim mode,...
2007-12-12 Brian Warnerwebish: append save=true to a GET URL to save-to-disk...
2007-12-12 Zooko O'WhielacronxREADME.win32: add note showing MikeB where this file...
2007-12-12 Zooko O'WhielacronxREADME.win32: clarify layout a bit
2007-12-12 Zooko O'Whielacronxfix import error, detected thanks to "make test"
2007-12-12 Zooko O'Whielacronxfix missing import, thanks to pyflakes
2007-12-11 Zooko O'Whielacronxfix test_introducer to wait for the right things in...
2007-12-11 Brian Warnersetup.py: arg, another stupid paste error, affecting...
2007-12-11 Brian Warnerupgrade to foolscap-0.2.1, with a new logging framework
2007-12-11 Zooko O'Whielacronxfix IntroducerClient.when_enough_peers()
2007-12-11 Brian Warnersetup.py: fix stupid cut-and-paste error
2007-12-11 Brian Warnerbuild-deps: require setuptools 0.6c4 or later, because...
2007-12-07 Brian Warnercontrol.py: hush pyflakes warning
2007-12-07 Brian Warnerthe wait_for_numpeers= argument to client.upload()...
2007-12-07 Zooko O'Whielacronxmove increase_rlimits() into iputil and make it a no...
2007-12-07 Zooko O'Whielacronxmake check-memory use the new POST /uri?t=upload
2007-12-07 Zooko O'Whielacronxmake control.get_memory_usage() return all zeroes if...
2007-12-07 Zooko O'Whielacronxadd POST /uri?t=upload and tests thereof
2007-12-05 Brian Warnerstorage.py: factor out a common compare() routine
2007-12-05 Brian Warnerwebish: fix overwrite form display
2007-12-05 Brian Warnertest_web.py: add coverage for directory listings that...
2007-12-05 Brian Warnertest_web.py: add coverage for POST t=check
2007-12-05 Brian Warnerwebish: add POST t=mutable, make it replace files in...
2007-12-05 Brian Warnertest_web.py: remove last use of fake_* methods, remove...
2007-12-05 Brian Warnerrefactor web tests, and interfaces.IFileNode
2007-12-05 Brian Warnerchecker: improve test coverage a little bit
2007-12-05 Brian Warneruri.py: improve test coverage
2007-12-05 Brian Warnerremove most (maybe all?) traces of old Dirnode class...
2007-12-04 Brian Warnerimprove test coverage on FileNode.check
2007-12-04 Brian Warnertest_dirnode.py: obtain full coverage of dirnode.py
2007-12-04 Brian Warnerrename dirnode2.py to dirnode.py
2007-12-04 Brian Warnertest_mutable: improve test coverage a bit, add test_fil...
2007-12-04 Brian Warnerremove PyCrypto, now we only use pycrypto++
2007-12-04 Brian Warneruse AES from pycryptopp instead of pycrypto, also trunc...
2007-12-04 Brian Warnerremove leftover defer.setDebugging(), to speed up tests...
2007-12-03 Zooko O'Whielacronxfix several bugs and warnings -- thanks, pyflakes
2007-11-20 nejucomoA hastily written single-threaded read-only fuse client.
2007-12-03 Zooko O'Whielacronxmerge patch to integrate decentralized directories...
2007-11-20 Brian Warnerintroducer_and_vdrive.py: use logpublisher too
2007-11-20 Brian Warnerencode.py: trivial whitespace change
2007-12-03 Zooko O'Whielacronxmerge patch to integrate decentralized directories...
2007-11-20 Brian Warnermore hierarchical logging: download/upload/encode
2007-11-20 Brian Warnerdownload: use hierarchical logging
2007-11-20 Brian Warnerlogging: only test log.err when Twisted is new enough...
2007-12-03 Zooko O'Whielacronxmerge patch to integrate decentralized directories...
2007-11-20 Brian Warnerhierarchical logging: add numbered messages and parent...
2007-11-19 Brian Warnerdebian: add Depends: on python-pycryptopp, now that...
2007-11-19 Brian Warnertest_client: stall 2.0s between shutdown and restart...
2007-11-19 Brian Warnerlogtool: add 'gather' and 'dump' modes
2007-11-19 Brian Warnerlogtool: rename get-logs.py to logtool.py
2007-11-17 Brian Warnerlogpublisher: hush pyflakes warning
2007-11-17 Brian Warnerlogpublisher: implement subscribe/publish for log,...
2007-11-17 Brian Warnermutable: fix control flow to allow good+bad shares...
2007-11-16 Brian Warnernode.py: try to fix rlimit-setting again
2007-11-16 Brian Warnernode.py: try rlimit fix again
2007-11-16 Brian Warnernode.py: try to fix RLIMIT_NOFILE on solaris too
2007-11-16 Brian Warnernode.py: raise RLIMIT_NOFILE on bsd/cygwin to more...
2007-11-15 Brian Warnertest_mutable: workaround: use more peers to avoid rando...
2007-11-15 Brian Warnermutable: add more logging to retrieval process
2007-11-15 Brian Warnerprovisioning: add more options for num-servers and...
2007-11-14 Brian Warnermutable: validate share_hash_chain for each inbound...
2007-12-03 Zooko O'Whielacronxmerge patch to integrate decentralized directories...
2007-11-14 Brian Warnermutable: handle bad hashes, improve test coverage,...
2007-11-13 Brian WarnerREADME: advise 'make clean' before 'make build-deps...
next