Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein | |
svn path=/trunk/; revision=5624 | |||
2013-04-26 | Loading setproctitle dumps core when running under WSGI and Apache, so | Rob Austein | |
don't try. Closes #520. svn path=/trunk/; revision=5310 | |||
2013-04-20 | Consider updating ROAs and Ghostbusters when CA certificate changes. | Rob Austein | |
svn path=/trunk/; revision=5305 | |||
2013-03-21 | Record context in CMS replay exceptions. Closes #458. | Rob Austein | |
svn path=/trunk/; revision=5188 | |||
2013-01-25 | Clean up and extend rpki.log.init() to support things like letting the | Rob Austein | |
GUI provide its own file-like object as a destination for logging. See #396. svn path=/trunk/; revision=4979 | |||
2012-10-18 | pylint | Rob Austein | |
svn path=/branches/tk274/; revision=4786 | |||
2012-08-29 | Add a lot of __repr__() methods in an attempt to make the logs more | Rob Austein | |
useful. Add rpki.sql.cache_reference decorator, to give the garbage collector some guidance about linkages between active objects now that the SQL cache uses weak references. Other minor cleanup. svn path=/branches/tk274/; revision=4676 | |||
2012-08-27 | setproctitle hack. Useful with smoketest/yamltest/yamlconf, may need | Rob Austein | |
tweaks to be useful in production. Should be harmless in any case. svn path=/branches/tk274/; revision=4662 | |||
2012-08-09 | Switch rpki.sql.session.cache to use weak references, so that Python's | Rob Austein | |
garbage collector can free up cache entries we're not using for us. Rework update_roas() to be a bit more frugal with memory. See #278. svn path=/branches/tk274/; revision=4626 | |||
2012-08-08 | Checkpoint of work to date, see #274 and #275. | Rob Austein | |
svn path=/branches/tk274/; revision=4623 | |||
2011-10-07 | Add .self.self_handle to log_repr() constructor, if it's available. | Rob Austein | |
This helps a bit with #54, but is a long way from fully identifying which <self/> is logging at any given moment. svn path=/rpkid/rpki/log.py; revision=4027 | |||
2011-10-05 | Add global traceback control; this closes #95. Clean up some | Rob Austein | |
"except:" clauses that should have been "except Exception:". svn path=/rpkid/rpki-sql-setup.py; revision=4014 | |||
2011-04-27 | First whack at some of the silliest logging code | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=3793 | |||
2010-10-07 | Merge rpkid.without_tls/ branch to rpkid/ trunk. | Rob Austein | |
svn path=/rpkid/Makefile; revision=3465 | |||
2010-09-09 | Downgrade syslog priority of a few messages | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=3444 | |||
2010-03-16 | Update copyright notices | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=3107 | |||
2010-01-07 | Split backtraces into separate messages, one per line, for syslog. | Rob Austein | |
svn path=/rpkid/rpki/log.py; revision=2933 | |||
2009-12-25 | Change logging default back to using syslog; add -d/--debug switch to | Rob Austein | |
all daemons to support logging to stderr. svn path=/myrpki/yamltest.py; revision=2910 | |||
2009-09-04 | Clean up some whacked exception handling. | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=2732 | |||
2009-08-25 | Stacktrace when no exception traceback is available. | Rob Austein | |
svn path=/rpkid/rpki/log.py; revision=2711 | |||
2009-08-21 | Add date to timestamps when not using syslog | Rob Austein | |
svn path=/rpkid/rpki/log.py; revision=2695 | |||
2009-07-04 | Clean up and consolidate traceback. Add methods to hide (some of the) | Rob Austein | |
mucking about with msg.type variables. Include query PDU tags in reply <report_error/> PDUs. svn path=/rpkid/irbe-setup.py; revision=2571 | |||
2009-05-27 | Update copyright notices in files edited this year | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=2452 | |||
2009-05-11 | Cosmetic doc changes. | Rob Austein | |
svn path=/rpkid/irbe-setup.py; revision=2424 | |||
2009-05-10 | Lint | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=2419 | |||
2009-05-06 | Timestamps in non-syslog mode | Rob Austein | |
svn path=/rpkid/rpki/log.py; revision=2405 | |||
2009-04-24 | Checkpoint | Rob Austein | |
svn path=/rpkid/pubd.py; revision=2355 | |||
2008-06-12 | Apparently Doxygen -does- read module documentation, but only if | Rob Austein | |
nothing preceeds it in the file, not even comments. Reformat to work within this restriction. svn path=/docs/left-right-protocol; revision=1873 | |||
2008-02-27 | Filename cleanup | Rob Austein | |
svn path=/rpkid/Makefile; revision=1531 |