]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/node.py
Refactor tahoe.cfg handling to configutil.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / node.py
2015-12-28 Daira HopwoodRefactor tahoe.cfg handling to configutil.
2015-11-03 Daira HopwoodMerge pull request #202 from tahoe-lafs/2567.turn-off...
2015-11-03 Daira HopwoodDisable bridging of foolscap logging to the Twisted... 2567.turn-off-log-bridging.0 202/head
2015-02-10 Daira HopwoodMerge pull request #142 from tahoe-lafs/754.location...
2015-02-10 Daira HopwoodAllow multiple occurrences of AUTO. refs #754
2015-02-10 Daira HopwoodOnly get the local addresses if they are actually used...
2015-02-09 Daira HopwoodAllow combining autodetected and statically configured...
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-07 Daira HopwoodMerge pull request #96 from zooko/warn-about-FUSE-perfo...
2014-08-07 Daira HopwoodMerge pull request #95 from zooko/remove-obsolete-comment
2014-08-05 Zooko Wilcox-O'Hearnremove obsolete comment 95/head
2014-05-12 zookoMerge pull request #91 from zooko/master
2014-05-05 Daira HopwoodImprove error reporting for '#' characters in config...
2014-05-05 Daira HopwoodError if a .furl config entry contains an unescaped...
2013-03-19 Brian Warnerfileutil.write: accept mode=, and use it in Node.write_...
2012-06-11 Brian Warnernode.py: add get_private_config()
2012-05-30 Brian Warnernode.py: stop stripping whitespace in write_private_con...
2012-05-14 Brian Warnerwrite node.url and portnum files atomically, to fix...
2012-04-29 david-sarahMake sure that foolscap.logging.log.setLogDir is called...
2011-08-08 david-sarahnode.py: tolerate a UTF-8 BOM at the start of tahoe...
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-08-06 david-sarahnode.py: ensure that client and introducer nodes record...
2011-08-06 david-sarahnode.py: fix the error path for a missing config option...
2011-08-03 david-sarahFurther improve error message about old config files...
2011-08-03 david-sarahSlightly improve error message about old config files...
2011-08-03 david-sarahFix the bug that prevents an introducer from starting...
2011-08-01 Zooko O'Whielacronxreject old-style (pre-Tahoe-LAFS-v1.3) configuration...
2011-07-25 Zooko O'Whielacronxwhitespace-cleanup
2010-11-28 david-sarahChange a doc reference from .txt to .rst in a text...
2010-07-25 david-sarahFix test failures due to Unicode basedir patches.
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2009-12-29 Brian Warnernode.py/interfaces.py: minor docs fixes
2009-07-15 Brian Warnernode.py: record pid in twisted log at startup. Closes...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
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-01-15 Brian Warnernode.py: use NODEDIR/tmp for the 'tempfile' module...
2008-11-13 Brian Warnertahoe.cfg: add tub.location, to override the location...
2008-10-29 Brian Warnernode.py: remove unused old_log() function
2008-10-29 Brian Warnernode.py: remove support for the old BASEDIR/authorized_...
2008-09-30 Brian Warner#518: replace various BASEDIR/* config files with a...
2008-09-25 robk-tahoemanhole: be more tolerant of authorized_keys. files...
2008-09-24 Brian Warnernode.py: add BASEDIR/keepalive_timeout and BASEDIR...
2008-09-23 Zooko O'Whielacronxsetup: fix bug in recent patch to use allmydata.get_pac...
2008-09-23 Zooko O'Whielacronxsetup: when using the foolscap "what versions are here...
2008-09-20 Brian Warneruse foolscap's new app_versions API, require foolscap...
2008-09-20 Brian Warnervarious: use util.log.err instead of twisted.log.err...
2008-07-07 Brian Warnerre-enable incident-reporting, but disable it in unit...
2008-07-03 Brian Warnerdisable incident reporting: unit tests are failing...
2008-07-03 Brian Warnerstart using Foolscap's 'incident-logging' feature,...
2008-03-27 Brian Warnernode.py: make twistd.pid world-readable, so stats-gathe...
2008-03-06 robk-tahoemacapp: simplify node startup failure reporting
2008-03-06 robk-tahoemacapp: report failure of node startup to the user
2008-02-06 Brian Warnerrefactor node startup, remove tub_ready()
2008-01-16 Brian Warnernode.py: when calling os.abort(), announce it to stdout...
2008-01-15 Brian Warnerlogging: enable flogging in more places, replace Node...
2007-12-25 Brian Warnernode.py: remove the provoke-logport-furlfile-creation...
2007-12-21 Zooko O'Whielacronxsetup: finish switching from Tahoe's versions of autove...
2007-12-19 Brian Warnernode: provoke foolscap-0.2.2 into saving logport.furl...
2007-12-17 Zooko O'Whielacronxput all private state in $BASEDIR/private
2007-12-13 Brian Warnerremove logpublisher, use the Foolscap version now 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-07 Zooko O'Whielacronxmove increase_rlimits() into iputil and make it a no...
2007-11-20 Brian Warnerintroducer_and_vdrive.py: use logpublisher too
2007-11-20 Brian Warnerhierarchical logging: add numbered messages and parent...
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-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-11-02 Brian Warnerimplement preliminary log publisher/gatherer
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-10-22 czookotrivial change to comment -- sentences start with a...
2007-10-22 czookopatch the LogObserver in a more modern, forward-compati...
2007-10-15 Zooko O'Whielacronxremove unused imports (thanks, pyflakes)
2007-10-15 Zooko O'Whielacronxa slightly nicer method of computing our timestamp...
2007-10-15 Zooko O'Whielacronxinstall our custom timestamp formats in a less disrupti...
2007-10-12 Brian Warnernode.py: fix timestamps (add ms and Z) by replacing...
2007-10-11 Brian Warnernode.py: don't append 'Z' to the timestamp, since it...
2007-10-11 Brian Warnernode.py: set logging timestamp to '2007-10-11 02:11...
2007-09-21 Brian Warnernode.py: chmod the foolscap private key (node.pem)...
2007-08-28 Brian Warnernode: change get_or_create_config to strip whitespace...
2007-08-28 Brian Warnernode.py: change get_or_create_config() to accept a...
2007-08-28 Brian Warnernode.py: refactor config-file getting and setting
2007-08-11 tahoetrying to introduce old style humanreadablied logs...
2007-08-12 Zooko O'Whielacronxdon't over-encode the nodeid many times with ascii...
2007-08-10 Brian Warner#96: add flag to enable pushing data to ourselves,...
2007-07-25 Brian Warnerremove unused imports: hush pyflakes warnings
2007-07-24 Zooko O'Whielacronxswitch from rfc 3548 base-32 to z-base-32 except for...
2007-06-11 Brian Warnerwebish: display program/library versions on the welcome...
2007-06-05 robk-orgcatch failures in startService() and abort process
2007-06-01 Brian Warnernode.py: multi-class exception calls need parentheses
2007-05-31 Brian Warnernode.py: add logging of startup/shutdown, for the cygwi...
2007-05-31 Brian Warnernode.py: log twisted version along with tahoe/foolscap...
2007-05-24 Brian Warnernode.py: hush pyflakes warnings
2007-05-23 Zooko O'Whielacronxadd unit test for "advertised_ip_addresses" feature...
next