aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/resource_set.py
AgeCommit message (Expand)Author
2010-01-14More unit tests, while looking for a reported /128 bug. Didn't findRob Austein
2009-09-19Don't throw (the wrong kind of) exceptions when given an unexpectedRob Austein
2009-09-15Rewrite resource_set.contains() to something a bit more efficient,Rob Austein
2009-09-11CleanupRob Austein
2009-07-10Add regression test for resource_set.union() bug I just fixedRob Austein
2009-07-10resource_set.union() was missing cases where one big range in set ARob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-05-28Prefixes in ROAs are allowed to overlap.Rob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-19LintRob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-04-29More lintRob Austein
2008-10-13Fix a few string formatting goofs in logging and error messages.Rob Austein
2008-07-08Clean up unreadable bitstring codeRob Austein
2008-07-08Code to extract resource_range_ip values from ASN.1 was whacked.Rob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-06-11Clean up Doxygen warningsRob Austein
2008-06-06Refactor SQL code to form rpki.sq.session class, and add code to warnRob Austein
2008-05-18Convert to generating new ROA formatRob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
2008-05-17roa_prefix_set.from_sql()Rob Austein
2008-05-17Update and extend doc.Rob Austein
2008-05-17resource_set.__init__() wasn't collapsing adjacent ranges intoRob Austein
2008-05-17Unit test and initial bug shakeout for ROA prefix code.Rob Austein
2008-05-16CheckpointRob Austein
2008-05-16Fix .union() bug found by unit tests, clean up.Rob Austein
2008-05-16CheckpointRob Austein
2008-03-04CheckpointRob Austein
2008-03-03Tighten prefix checkRob Austein
2008-02-27Filename cleanupRob Austein