]> 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
2015-12-01 Leif Rygenew feature: preferred storage servers 204/head
2015-03-24 Daira HopwoodAdd a test, add missing imports. refs #2388
2015-03-24 Daira HopwoodEnsure that path parameters to SFTPServer and FTPServer...
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodChange uses of os.path.expanduser and os.path.abspath...
2014-08-19 zookoMerge pull request #103 from zooko/2280-recommend-tahoe...
2014-08-17 Daira HopwoodBetter name for the file that causes a node to exit...
2014-05-12 zookoMerge pull request #91 from zooko/master
2014-04-21 Daira HopwoodMinor comment fix. refs #1847
2014-04-21 Daira HopwoodRemove ugly shadowing of Client.DEFAULT_ENCODING_PARAME...
2013-04-18 Brian Warnerclient.py: create node key even when storage is disable...
2013-04-14 Brian Warnerwelcome page: display new nodeid (ed25519-based) instea...
2013-04-14 Brian Warnerclient.py: remove the old "server.privkey" fallback
2013-04-14 Brian Warnerclient.py: internal renaming, _server_key -> _node_key
2013-03-20 Brian Warnerclient.py: throw error when reserved_space= is unparsea...
2013-03-19 Brian Warnerintroducer.client: use integer seqnums, not time-based...
2012-12-29 David-Sarah HopwoodIf a helper is not configured, make the banner on the...
2012-06-16 david-sarahMake the intent of the loop over servers in test_system...
2012-06-15 david-sarahAfter a server disconnects, make the IServer retain...
2012-06-11 Brian Warnerclient.py: rename "server key" to "node key", use old...
2012-03-14 Brian Warnernew introducer: signed extensible dictionary-based...
2011-11-20 david-sarahUse a private/drop_upload_dircap file instead of the...
2011-10-13 Brian Warnermisc mutable-type fixes:
2011-10-13 Brian Warnerwebapi: handle format=, remove mutable-type=
2011-08-29 Brian WarnerLet Uploader retain History instead of passing it into...
2011-08-24 david-sarahImplementation, tests and docs for blacklists. This...
2011-08-10 david-sarahReplace the hard-coded 522-bit RSA key size used for...
2011-08-02 Kevan Carstensenclient: teach client how to create and work with MDMF...
2011-08-10 david-sarahdrop-upload: rename 'start' method to 'startService...
2011-08-09 Zooko O'Whielacronxdrop-upload: rename the 'upload.uri' parameter to ...
2011-08-08 david-sarahDrop-upload frontend, rerecorded for 1.9 beta (and...
2011-08-03 david-sarahFix the bug that prevents an introducer from starting...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch include...
2010-07-25 david-sarahFix test failures due to Unicode basedir patches.
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-13 Brian Warnerclient.py: fix/update comments on KeyGenerator
2009-11-18 Brian WarnerAdd t=mkdir-immutable to the webapi. Closes #607. trac-4100
2009-11-18 Brian Warnermove convergence secret into SecretHolder, next to...
2009-11-12 Brian Warnernodemaker: implement immutable directories (internal...
2009-10-17 Brian Warnerupdate many dirnode interfaces to accept dict-of-nodes...
2009-10-13 Brian Warnerclient.create_mutable_file(contents=) now accepts a...
2009-10-13 Brian Warnerwebapi: t=mkdir now accepts initial children, using...
2009-10-12 Brian Warnerreplace Client.create_empty_dirnode() with create_dirno...
2009-08-15 Brian Warnerde-Service-ify Helper, pass in storage_broker and secre...
2009-08-15 Brian Warnerimmutable.Downloader: pass StorageBroker to constructor...
2009-08-15 Brian Warnerstop making History be a Service, it wasn't necessary
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-15 Brian WarnerAllow tests to pass with -OO by turning some AssertionE...
2009-07-08 Zooko O'Whielacronxdirectories: make initialization of the download cache...
2009-07-07 Zooko O'Whielacronxdirectories: rename internal data member download_cache...
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2009-07-02 Brian Warnercreate_node_from_uri: take both writecap+readcap, move...
2009-06-29 Brian Warneruse 522-bit RSA keys in all unit tests (except one)
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-02 Brian Warnermore refactoring: move get_all_serverids() and get_nick...
2009-06-02 Brian Warnermore storage_broker refactoring: downloader gets a...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-03-19 Brian Warnerexpirer: clean up constructor args, add tahoe.cfg contr...
2009-03-08 Zooko O'Whielacronxnodeadmin: node stops itself if a hotline file hasn...
2009-02-20 Brian Warnerwebapi: pass client through constructor arguments,...
2009-02-18 Brian Warnerchange StorageServer to take nodeid in the constructor...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-02-17 Brian Warnerclient.py: improve docstring
2009-02-16 Brian Warnertest/no_network: new test harness, like system-test...
2009-02-12 Zooko O'Whielacronxnodeadmin: node stops itself if a hotline file hasn...
2009-02-12 Zooko O'Whielacronxversioning: include an "appname" in the application...
2009-01-21 Zooko O'Whielacronxrollback the feature of making "ambient upload authorit...
2009-01-18 Zooko O'Whielacronxtrivial: whitespace
2009-01-18 toby.murrayadd 'web.ambient_upload_authority' as a paramater to...
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
next