]> git.ipfire.org Git - people/ms/libloc.git/history - src/python/database.c
python: Do not use any GNU-style initialisers for structs
[people/ms/libloc.git] / src / python / database.c
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