Age | Commit message (Expand) | Author |
2013-09-23 | set svn:keywords on util.py | Michael Elkins |
2013-09-23 | rework save_statuses() to save a single status instead, and peform garbage co... | Michael Elkins |
2013-09-23 | Test code shouldn't depend on scan_roas having been installed. | Rob Austein |
2013-09-23 | Missing single quote. Fixes #627. | Rob Austein |
2013-09-23 | catch OSError when calling os.stat() and treat the object as if it were missi... | Michael Elkins |
2013-09-23 | use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() retu... | Michael Elkins |
2013-09-23 | revert [5498] | Michael Elkins |
2013-09-20 | Disable mod_deflate if it's enabled and we know how to do so. In | Rob Austein |
2013-09-20 | Oops, this went with [5507], see #616. | Rob Austein |
2013-09-20 | Apache 2.4 support. Closes #616. | Rob Austein |
2013-09-20 | Fix obscure reference count oops in IPAddress arithmetic operation | Rob Austein |
2013-09-20 | use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t... | Michael Elkins |
2013-09-20 | add +/- for each roa to given visual feedback about how the roa affects the g... | Michael Elkins |
2013-09-19 | delete existing objects that were previously accepted if they were not accept... | Michael Elkins |
2013-09-19 | Apache-version-agnosticism, part 1: fix autoconf, FreeBSD port | Rob Austein |
2013-09-19 | new cli script rpkigui-query-routes to query the web portal's routeview/rcyni... | Michael Elkins |
2013-09-19 | garbage collect ROAPrefixV* objects when there are no associated ROAs | Michael Elkins |
2013-09-19 | import cacheview.models directly instead of cacheview | Michael Elkins |
2013-09-19 | resource_range_ip has a .min element, not .prefix_min | Michael Elkins |
2013-09-19 | update cacheview interface to match the style of the main app | Michael Elkins |
2013-09-18 | remove default=None from the migration removing null=True from the ResourceCe... | Michael Elkins |
2013-09-18 | Add support for keeping a SQLite database of incoming data when in | Rob Austein |
2013-09-13 | add favicon for RPKI web portal | Michael Elkins |
2013-09-11 | Zookeeper.synchronize_bpki() was only synchronizing a subset of the | Rob Austein |
2013-09-11 | Fix outdated error message. | Rob Austein |
2013-09-10 | Skip build/ subdirectory when constructing TAGS files. | Rob Austein |
2013-09-09 | set default logging level to ERROR for rpkigui-rcynic script so we don't floo... | Michael Elkins |
2013-09-09 | Send mail from rcynic-cron to root, not rcynic. Closes #610. | Rob Austein |
2013-09-07 | Well, this script now generates something that looks like a | Rob Austein |
2013-09-03 | use Python None as default value for ForeignKey field, rather than 0. | Michael Elkins |
2013-09-03 | Disable parallel builds. See #604. | Rob Austein |
2013-09-02 | Checkpoint. | Rob Austein |
2013-09-01 | Add resource_bag.__nonzero__() method. | Rob Austein |
2013-08-31 | Constraint class. | Rob Austein |
2013-08-31 | Checkpoint. | Rob Austein |
2013-08-31 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot |
2013-08-30 | Cleanup. | Rob Austein |
2013-08-30 | Refactor X.509 verification code to add "nested set" tree markings to | Rob Austein |
2013-08-29 | Cleanup. | Rob Austein |
2013-08-29 | Cleanup. | Rob Austein |
2013-08-29 | Now that we have a Python interface to the OpenSSL certificate | Rob Austein |
2013-08-28 | Checkpoint. | Rob Austein |
2013-08-28 | Pass Python exceptions from callback through to caller correctly. | Rob Austein |
2013-08-28 | Cleanup. | Rob Austein |
2013-08-28 | Rework the new certificate validation code to better encapsulate the | Rob Austein |
2013-08-27 | X509StoreCTX.getCurrentCertificate() and X509StoreCTX.getChain(). | Rob Austein |
2013-08-27 | X509StoreCTX.store property. | Rob Austein |
2013-08-27 | Doh, simpler. | Rob Austein |
2013-08-27 | Cleanup | Rob Austein |
2013-08-27 | Move most control operations from X509StoreCTX to X509Store. | Rob Austein |