]> git.ipfire.org Git - location/libloc.git/history - src/python/database.c
python: Move tree flattening into C
[location/libloc.git] / src / python / database.c
2020-11-13  Michael Tremerpython: Move tree flattening into C
2020-11-12  Michael Tremerdatabase: Pass flag to enumerator to flatten output
2020-06-05  Michael TremerAdd option to iterate over all countries and print...
2020-05-13  Michael Tremerlocation-query: Add command to dump the whole database
2019-11-29  Michael Tremerlocation-query: Allow filtering networks by family
2019-11-28  Michael TremerImplement signing/verifying databases
2019-11-26  Michael Tremerdatabase: Add scaffolding for checking signatures
2019-11-15  Michael Tremerlocation-query: Add listing networks by flags
2019-11-15  Michael Tremerpython: Raise error when a network/AS could not be...
2019-10-15  Michael Tremerpython: Implement lookup function for countries
2019-10-03  Michael TremerMerge branch 'perl'
2019-10-03  Michael TremerChange how errors are handled by iterators
2019-10-03  Michael TremerImplement listing networks in Python
2019-01-12  Michael Tremerpython: Do not use any GNU-style initialisers for structs
2018-02-01  Michael Tremerpython: Raise proper error when database does not exist
2018-01-25  Michael Tremerpython: Implement searching for ASes
2018-01-08  Michael TremerCorrectly handle invalid IP addresses
2018-01-08  Michael TremerAdd license attribute to the database
2018-01-08  Michael Tremerpython: Save path when opening the database
2018-01-08  Michael Tremerpython: Handle error codes when searching for an AS
2018-01-08  Michael Tremerpython: Make lookup function available
2017-12-29  Michael Tremerpython: Remove reference to context from database
2017-12-29  Michael Tremerpython: Access ASes from database
2017-12-29  Michael Tremerpython: Only use global loc context
2017-12-29  Michael Tremerpython: Expose database creation time
2017-12-29  Michael Tremerpython: Expose database description and vendor
2017-12-29  Michael TremerMove all header files into src/loc and install them
2017-12-29  Michael Tremerpython: Add Database class