aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2010-01-20Silence .checkpoint() noise.Rob Austein
2010-01-15CopyrightsRob Austein
2010-01-15Regression test for SQL data type error (prefixlen 128).Rob Austein
2010-01-15Range error was imposing ceiling of 127 on prefix lengths.Rob Austein
2010-01-14More unit tests, while looking for a reported /128 bug. Didn't findRob Austein
2010-01-13multimodule hack for pubdRob Austein
2010-01-12testbed and yamltest should always log to stderrRob Austein
2010-01-12Don't mask real error when exiting before daemons ever started.Rob Austein
2010-01-12RegenRob Austein
2010-01-12Wiki no longer maintained and causing problems for users, bye byeRob Austein
2010-01-12Document common debugging options.Rob Austein
2010-01-12regenRob Austein
2010-01-12testbed.sql -> testbed.setup.sqlRob Austein
2010-01-07Cleanup of substring checks.Rob Austein
2010-01-07Don't attempt to withdraw a manifest or CRL that was never publishedRob Austein
2010-01-07Split backtraces into separate messages, one per line, for syslog.Rob Austein
2010-01-06More checkpoints.Rob Austein
2010-01-06First cut at morphing checkpoints into keepalive code.Rob Austein
2010-01-05Explictly log no-op .reissue() case.Rob Austein
2010-01-05Reuse single timer object in cron handler.Rob Austein
2010-01-05Tweaks to DeadDrop Maildir format.Rob Austein
2010-01-04Still seeing unexplained memory bloat, try a different approach toRob Austein
2009-12-31Upgrade XML/CMS "dead drop" audit and debugging facility to write toRob Austein
2009-12-30Config file support for XML/CMS message tracing.Rob Austein
2009-12-30Doc bugRob Austein
2009-12-28Add support for non-debugging global parameters.Rob Austein
2009-12-28CleanupRob Austein
2009-12-28Start adding config file control for all the weird little debuggingRob Austein
2009-12-25Change logging default back to using syslog; add -d/--debug switch toRob Austein
2009-12-24RegenRob Austein
2009-12-23Don't blow out with an exception when retrieving nextUpdate value from our ow...Rob Austein
2009-12-23Change ASN representation from DECIMAL to BIGINT UNSIGNED, because theRob Austein
2009-12-23Wrong name for classRob Austein
2009-12-23Tweak logging for ROA encoding DerError.Rob Austein
2009-12-23More exception handling tweaksRob Austein
2009-12-22Handle exception that was causing unintended exit from event_loop(),Rob Austein
2009-12-22Turn off persistant connections, premature optimization of somethingRob Austein
2009-12-21Log connection data on (some) exceptions.Rob Austein
2009-12-21Handle SSLUnexpectedEOFError in .tls_accept() so that sysmond probes won't ba...Rob Austein
2009-12-21Seriously outdated header comment.Rob Austein
2009-12-21Have to import "with" statement from future into Python 2.5 to avoidRob Austein
2009-12-21Suppress Python 2.6 warnings about MySQLdb using deprecated setsRob Austein
2009-12-21Doc updateRob Austein
2009-12-18Doxygen markup errorRob Austein
2009-12-02sync_wrapper wasn't working quite right with defer().Rob Austein
2009-12-02Clean up deferred action queue logic. Turns out we need to run theRob Austein
2009-12-02Implement deferred action queue separate from timers.Rob Austein
2009-12-01Clean up timer debugging code. Clear pointers in a few places thatRob Austein
2009-11-30Timer debugging codeRob Austein
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein