]> git.ipfire.org Git - people/ms/libloc.git/history - src/python/writer.c
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / src / python / writer.c
2023-07-03  Michael TremerMerge remote-tracking branch 'origin/geofeed'
2022-10-29  Michael Tremerwriter: Assign correct file descriptor for private...
2022-08-15  Michael TremerReplace strerror(errno) with %m in format string throughout
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2020-05-19  Michael Tremerpython: Support passing two signing keys
2020-05-19  Michael Tremerdatabase: Add support for two signatures
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