aboutsummaryrefslogtreecommitdiff
path: root/rpki/rtr
AgeCommit message (Expand)Author
2016-04-26Convert rpki-rtr to use common config/argparse/logging setup.Rob Austein
2016-04-15Merge from trunk.Rob Austein
2016-02-09Commit a couple of bugfixes Lachlan Kang found last summer (inRob Austein
2016-01-26Use new rcynicdb iterator for rpki-rtr generation. May need to reviseRob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-11-10Use a lock to serialize rpkid tasks. Add temporary trace callRob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2014-08-19First cut at proper transactions for new pubd SQL code.Rob Austein
2014-07-25Parsing of --log-level was broken.Rob Austein
2014-07-15Checkpoint. Merge changes from trunk. Add hash-based withdrawalRob Austein
2014-07-12Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script.Rob Austein
2014-07-03Convert to current IETF I-D version of publication protocol. See #705.Rob Austein
2014-06-23Missed testing client mode properly after last refactoring.Rob Austein
2014-06-13Add rpki-rtr extension hooks; add script using the extension hooks asRob Austein
2014-06-11Handle version mis-match when forcing protocol version. Closes #699.Rob Austein
2014-06-11Race condition during server shutdown could prevent cleanup of kickme socket.Rob Austein
2014-06-11Allow client to select a particular protocol version.Rob Austein
2014-05-29PyLintRob Austein
2014-05-21Finish implementing 6810-bis timing parameters.Rob Austein
2014-05-20Handle KeyboardInterrupt in listener_main().Rob Austein
2014-05-02Salvage bgpdump-driven test code from rtr-origin, as separate moduleRob Austein
2014-05-02Handle listener arguments correctly.Rob Austein
2014-05-01rpki.rtr.client.ErrorReportPDU wasn't inheriting .consume() method properly.Rob Austein
2014-05-01Do not goof up the return value from a Python decorators, for they are subtle...Rob Austein
2014-05-01s/rpki.rpki_rtr/rpki.rtr/gRob Austein