]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/node.py
fileutil.write: accept mode=, and use it in Node.write_config
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / node.py
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...
2007-05-23 Zooko O'Whielacronxmake stopService() defer until startService() completes...
2007-05-23 Brian Warnernode.py: use 'node.pem' for all nodes
2007-05-23 Brian Warnernode.py: use Tub's certFile= argument instead of doing...
2007-05-22 Zooko O'Whielacronxdon't check for existence of portnum file and then...
2007-05-22 Zooko O'Whielacronxdon't test for existence of certfile and then try to...
2007-05-22 Zooko O'Whielacronxfix handling of local_ip file and rename it to advertis...
2007-05-21 Zooko O'Whielacronxupdate docs, remove extraneous licence text, sort modul...
2007-04-30 Zooko O'Whielacronxextirpate all references the "queen" and "metatracker"
2007-04-27 Zooko O'Whielacronxmake it print out version numbers when it constructs...
2007-04-07 Brian Warnernode: enable Tub.logLocalFailures now that we require...
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...
2007-03-08 Brian Warnernode.py: switch to using get_local_addresses_async...
2007-03-08 Brian Warnerrearrange service startup a bit, now Node.startService...
2007-03-08 Brian Warnercontrol: add RIControlClient, fix some pyflakes warnings
2007-03-08 Brian Warnerchange node startup to put all local addresses in the...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...