]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/check_memory.py
tests: fix check_memory test
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / check_memory.py
2011-08-25 Zooko O'Whielacronxtests: fix check_memory test
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-06-08 david-sarahcheck_memory.py: adapt to servers-of-happiness changes.
2010-01-16 david-sarahAdd create-node CLI command, and make create-client...
2009-05-22 Brian Warnerswitch to using RemoteException instead of 'wrapped...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-02-23 Brian Warnerremove more RuntimeError from unit tests, for #639
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-10-29 Brian Warnerutil: move PollMixin to a separate file (pollmixin...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-05-09 Brian Warnercheck_memory: oops, fix HTTP-based modes: trailing...
2008-05-08 Brian Warnercheck_memory: don't use fixed webports, they cause...
2008-03-24 Zooko O'Whielacronxfix check-memory to use new upload API (which requires...
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-02-06 Brian Warnerupload: return an UploadResults instance (with .uri...
2008-02-05 Brian Warnerintroducer: remove remaining bits of 'push-to-myself...
2008-01-31 Brian Warnerupload: oops, fix breakage after removing upload_file...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-07 Zooko O'Whielacronxmake check-memory use the new POST /uri?t=upload
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-10-11 Brian Warnerrename client.tac to tahoe-client.tac, so that 'ps...
2007-10-11 Brian Warnercheck_memory.py: don't use self.keepalive_file until...
2007-09-26 Brian Warnercheck_memory: more keepalive-file debug messages
2007-09-26 Brian Warnercheck_memory: put framework log in a stable place,...
2007-09-21 Brian Warnercheck_memory: touch the hotline file more often, to...
2007-09-20 Brian Warnercheck_memory: fix race condition for startup of in...
2007-09-20 Brian Warnercheck_memory.py: record initial memory usage (before...
2007-09-19 Brian Warnercheck-memory: add 'receive' mode, for #97 (consumption...
2007-09-19 Brian Warnercheck_memory: oops, silly bug make 'upload' push to...
2007-09-19 Brian Warnercheck_memory: add download-GET-slow, to simulate memory...
2007-09-19 Brian Warnercheck_memory: don't accept shares for download/download...
2007-09-19 Brian Warnercheck_memory: add download, download-GET
2007-09-16 Brian Warnercheck_memory.py: preserve client.log and stats.out...
2007-09-15 Brian Warnercheck_memory.py: have all clients write their logs...
2007-09-15 Brian Warnercheck_memory: oops, only bail if the process ended...
2007-09-15 Brian Warnercheck-memory: if the child process fails to start,...
2007-08-15 Brian Warnercheck_memory.py: Disable the 100MB test for now: our...
2007-08-10 Brian Warner#96: add flag to enable pushing data to ourselves,...
2007-08-09 Brian Warnercheck_memory.py: include a single 100MB test
2007-08-09 Brian Warnernow that the buildslave is moved to a new machine,...
2007-07-17 Brian Warnercheck_memory.py: test POST-based uploads as well as...
2007-07-17 Brian Warnercheck_memory.py: fix benign-but-noisy vdrive.furl handl...
2007-07-17 Brian Warnercheck_memory: update it, write stats to a file, disable...
2007-05-30 Brian Warnercheck_memory: getting closer, now we have memusage...
2007-05-25 Brian Warnercheck_memory.py: finish the failsafe-shutdown code
2007-04-30 Zooko O'Whielacronxextirpate all references the "queen" and "metatracker"
2007-03-29 Zooko O'Whielacronxchange #!/usr/bin/python to #!/usr/bin/env python
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...
2007-03-23 Brian Warnerhush a pyflakes warning
2007-03-12 Brian Warnermore work on a memory-footprint test program
2007-03-09 Brian Warnerstart work on a memory-measuring test tool