]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/client.py
new feature: preferred storage servers
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / client.py
2008-06-18 Brian Warnerbreak introducer up into separate modules in the new...
2008-05-09 Brian Warneruse a weakref cache in the client to manage singleton...
2008-05-08 Brian Warnerrun a stats provider even if there's no gatherer, since...
2008-04-30 Brian Warnermutable stats: track mutable bytes published too
2008-04-23 Brian Warnerclient: don't start the IntroducerClient until the...
2008-04-17 Brian Warnermutable WIP: clean up status handling, shrink the code...
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
2008-04-17 Brian Warnermutable WIP: re-enable publish/retrieve status
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....
2008-04-17 Brian Warnerclient: add 'node.uptime' to the stats we collect
2008-04-15 Brian Warnerweb: don't break status page when there is no helper...
2008-04-15 Brian Warnerhelper status: include percentage fetched+pushed, add...
2008-03-26 robk-tahoestats: added stats reporting to the upload helper
2008-04-10 robk-tahoestats gathering: added counters to upload,download...
2008-04-02 robk-tahoeadded offloaded key generation
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-12 Brian Warnerclient: publish a 'stub client' announcement to the...
2008-03-08 Brian Warnerlower max_segsize for immutable files to 128KiB, to...
2008-03-04 Brian Warnerwebish: add primitive publish/retrieve status pages
2008-03-03 Brian Warnerwebish: make upload timings visible on the recent uploa...
2008-03-01 Brian Warnerretain 10 most recent upload/download status objects...
2008-03-01 Brian Warnerclient.py: remove confusing no-longer-used code from...
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-12 Brian Warnermake current upload/download status objects available...
2008-02-06 Brian Warnerrefactor node startup, remove tub_ready()
2008-02-05 Brian Warnerintroducer: remove remaining bits of 'push-to-myself...
2008-02-05 Brian Warnerbig introducer refactoring: separate publish+subscribe...
2008-02-02 Brian Warnerclient.py: hush pyflakes
2008-02-02 Brian Warnerclient.py: touch BASEDIR/no_storage to not publish...
2008-02-01 robk-tahoestats: added IStatsProducer interface, fixed stats...
2008-01-31 robk-tahoestats: add a simple stats gathering system
2008-01-16 Brian Warnermegapatch: overhaul encoding_parameters handling: now...
2008-01-15 Brian Warnerupload: pass options through to the encoder
2008-01-14 Brian Warnerremove wait_for_numpeers and the when_enough_peers...
2008-01-11 Brian Warneroffloaded: add a system test, make it pass. files are...
2008-01-10 Brian Warneroffloaded: create a Helper if 'run_helper' is non-empty
2008-01-09 Brian Warneroffloaded: early code: most of client-side, defined...
2008-01-08 robk-tahoereinstate creation of node.url files upon startup
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2008-01-03 Zooko O'Whielacronxadd human-encodings of caps, refactor encodings of...
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 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-07 Brian Warnerthe wait_for_numpeers= argument to client.upload()...
2007-12-04 Brian Warnerrename dirnode2.py to dirnode.py
2007-12-04 Brian Warnerremove PyCrypto, now we only use pycrypto++
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-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-09 Brian Warnerconsolidate dirnode/filenode-creation code into Client
2007-11-02 Brian Warnermutable: split dirnode stuff out to dirnode2.py, will...
2007-11-02 Brian WarnerClient.tub_ready: upcall to Node
2007-11-01 Brian Warnermutable: first pass at dirnodes, filenodes, new URIs...
2007-10-15 Brian Warneradd a simple checker, for both files and directories
2007-10-11 Brian Warnerwebish: write node.url, for the benefit of CLI tools
2007-09-26 Brian Warnerclient.py: add the missing remote_get_nodeid() method...
2007-09-26 Brian Warnerclient.py: increase hotline timeout, the check_memory...
2007-09-20 Brian Warnercheck_memory: fix race condition for startup of in...
2007-09-19 Brian Warnertest_runner: try harder to work on slow buildslaves...
2007-09-04 Brian Warnerclient.py: only import webish.py if 'webport' is set...
2007-08-28 Brian Warnerdeletion phase2b: create renew/cancel secrets for real.
2007-08-28 Brian Warnernode.py: change get_or_create_config() to accept a...
2007-08-28 Brian Warnerdeletion phase2a: improve creation of renew/cancel...
2007-08-28 Brian Warnernode.py: refactor config-file getting and setting
2007-08-11 tahoetrying to introduce old style humanreadablied logs...
2007-08-22 Brian Warnerweb: remove /vdrive/private, replace with a start.html...
2007-08-22 Zooko O'Whielacronxrefactor reading of configuration files in client.py
2007-08-18 Brian Warnerclient.py: add a newline to "myself.furl" contents
2007-08-14 Brian Warnerclient.py: make a note in the logs when the auto-shutdo...
2007-08-12 Brian Warnerfix pyflakes warnings from recent b32decode change
2007-08-12 Brian WarnerClient.get_permuted_peers: use self.nodeid now that...
2007-08-11 Brian Warnerwebish: localfile=/localdir= are now disabled by defaul...
2007-08-10 Brian Warner#96: add flag to enable pushing data to ourselves,...
2007-07-17 Brian Warnerintroducer.py: minor rearrangement of methods
2007-07-17 Brian Warnerclient.py: add a 'debug_no_storage' option to throw...
2007-07-17 Brian Warnerclient.py: write control.furl in the right place
2007-07-14 Brian Warnerrename storageserver.py to just storage.py, since it...
2007-07-12 Brian Warnerallow the introducer to set default encoding parameters...
2007-07-04 Brian Warneractivate storage size limits in the client. Closes...
2007-06-29 Brian Warnerclient.py: remove unused import
2007-06-29 Brian Warnerclient.py: remove unused code
2007-06-28 Brian WarnerAdd the 'vdrive' service, for clients to access the...
2007-06-27 Brian Warnermerge vdrive.py and filetable.py into a single dirnode.py
2007-06-25 Brian Warnervdrive: switch to URI:DIR and URI:DIR-RO, providing...
2007-06-15 Brian Warnercreate a personal (non-shared) vdrive, in addition...
2007-06-15 Brian Warnermake new vdrive work, implement convenience wrapper...
2007-06-15 Brian Warnerrevamp vdrive: nodes with furls. tests still fail.
2007-06-10 Brian Warnerwebish: show vdrive and introducer connectedness separately
2007-06-08 Brian Warnerclient.py: allow operation without vdrive.furl, for...
2007-06-07 Brian Warnerclient.py: use persistent FURLs for our Node, to reduce...
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-05-23 Brian Warnernode.py: use 'node.pem' for all nodes
2007-05-22 Zooko O'Whielacronxrename all "*PBURL*" to "*FURL*"
2007-04-26 Brian Warneradd RIClient.get_versions, in the hopes of enabling...
2007-03-30 Zooko O'Whielacronxnew upload and storage server
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...
2007-03-23 Zooko O'Whielacronxmerge incomplete stuff with other patches
next