]> git.ipfire.org Git - location/libloc.git/history - src/python/writer.c
Fix reading database in newer version
[location/libloc.git] / src / python / writer.c
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerBump database version to "1"
2020-05-13  Michael Tremerpython: Permit passing an empty private key
2019-11-28  Michael TremerImplement signing/verifying databases
2019-10-15  Michael Tremerpython: Extend bindings for countries
2019-01-12  Michael Tremerpython: Do not use any GNU-style initialisers for structs
2018-01-30  Michael Tremerpython: Raise IndexError when adding the same network...
2018-01-30  Michael Tremerwriter: Throw better exception when network address...
2018-01-08  Michael TremerAdd license attribute to the database
2018-01-08  Michael Tremerpython: Implement adding networks to Writer
2017-12-29  Michael Tremerpython: Implement setting description to the writer
2017-12-29  Michael Tremerpython: Fix setters
2017-12-29  Michael Tremerpython: Implement adding an AS to the writer
2017-12-29  Michael Tremerpython: Add write method to Writer
2017-12-29  Michael Tremerpython: Add Writer class