]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/client.py
mutable: move recent operation history management code (MutableWatcher) into history...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / client.py
2009-01-15 Brian Warnermutable: move recent operation history management code...
2009-01-14 Brian Warnerupload: move upload history into History object
2009-01-14 Brian Warnerimmutable/download.py move recent-downloads history...
2009-01-08 Zooko O'Whielacronximmutable: refactor download to do only download-and...
2009-01-08 Zooko O'Whielacronximmutable: Make more parts of download use logging...
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2008-12-22 Zooko O'Whielacronxtest: extend timeout on the hotline file that prevents...
2008-12-09 Zooko O'Whielacronxclient: add get_servers()
2008-12-07 Zooko O'Whielacronxmutable: rename mutable/node.py to mutable/filenode...
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-11-18 Brian Warnertahoe.cfg: add controls for k and N (and shares-of...
2008-11-06 Brian Warnerclient.py: oops, update FTP/SFTP config names to match...
2008-11-05 Brian Warnerftp/sftp: move to a new frontends/ directory in prepara...
2008-11-05 Brian Warner#531: implement an SFTP frontend. Mostly works, still...
2008-10-30 Brian Warner#527: expire the cached files that are used to support...
2008-10-29 Brian Warnerwebapi: serve the /static URL tree from /public_html...
2008-10-29 Brian Warnerutil: move PollMixin to a separate file (pollmixin...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-07 Brian Warnerftp: change the twisted hack necessary for async-write...
2008-10-06 Brian Warnerftp server: initial implementation. Still needs unit...
2008-09-30 Brian Warner#518: replace various BASEDIR/* config files with a...
2008-09-20 Brian WarnerBASEDIR/nickname is now UTF-8 encoded
2008-09-06 Brian Warnerintroducer: add get_nickname_for_peerid
2008-08-26 Brian Warnerlogging: add 'unique-message-ids' (or 'umids') to each...
2008-07-30 Zooko O'Whielacronxstorage: make storage servers declare oldest supported...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-16 Brian Warneroverhaul checker invocation
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...
next