]> git.ipfire.org Git - location/libloc.git/history - src/python/database.c
importer: Drop EDROP as it has been merged into DROP
[location/libloc.git] / src / python / database.c
2022-08-23  Michael Tremerdatabase: country: Return better error codes
2022-08-22  Michael Tremerpython: Fix errors for Database.lookup()
2022-08-22  Michael Tremerpython: Correctly raise any errors when opening the...
2022-08-15  Michael TremerDon't abuse errno as return code
2022-08-12  Michael Tremerpython: database: Return None if no description/vendor...
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2021-09-02  Michael Tremerlocation: Implement listing bogons
2021-09-02  Michael Tremerpython: Permit passing family to database enumerator
2020-11-27  Michael Tremerpython: PyList_Size returns ssize_t which is signed
2020-11-19  Michael Tremerpython: Add property to return IP addresses as bytes
2020-11-17  Michael Tremerdatabase: Do not clean up python list
2020-11-17  Michael Tremeras: Add list for easier processing
2020-11-16  Michael TremerImplement filtering for multiple countries in the enume...
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