]> git.ipfire.org Git - people/ms/libloc.git/history - src/python
Remove some dead code and add some comments
[people/ms/libloc.git] / src / python /
2019-10-02  Michael Tremerlocation-query: Allow passing the database path
2019-01-12  Michael Tremerpython: Avoid declaring loc_ctx multiple times
2019-01-12  Michael Tremerpython: Do not use any GNU-style initialisers for structs
2018-02-01  Michael Tremerlocation-query: Use print to print errors, too
2018-02-01  Michael Tremerlocation-query: Implement searching for an AS that...
2018-02-01  Michael Tremerlocation-query: Implement getting information about...
2018-02-01  Michael TremerAdd internationalisation with intltool and gettext
2018-02-01  Michael Tremerpython: Raise proper error when database does not exist
2018-02-01  Michael Tremerpython: Expose version of the module
2018-02-01  Michael TremerMakefile: Configure database directory
2018-02-01  Michael Tremerpython: Add script to lookup database from command...
2018-02-01  Michael Tremerpython: Add function to set log level
2018-01-30  Michael Tremerpython: Show country code that was invalid
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-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: Implement adding networks to Writer
2018-01-08  Michael Tremerpython: Make lookup function available
2017-12-30  Michael TremerMake AS independent from stringpool
2017-12-29  Michael Tremernetwork: Add asn and remove reference to struct loc_as
2017-12-29  Michael Tremerpython: Implement Network class
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
2017-12-29  Michael Tremerpython: Impement setting the name of an AS
2017-12-29  Michael Tremerpython: Implement comparison of ASes
2017-12-29  Michael Tremerpython: Show better repr for AS classes
2017-12-29  Michael Tremerpython: Remove reference to context from database
2017-12-29  Michael Tremerpython: Remove local stringpool and ctx from AS class
2017-12-29  Michael Tremerpython: Access ASes from database
2017-12-29  Michael Tremerpython: Only use global loc context
2017-12-29  Michael Tremerpython: Create a global loc_ctx* context
2017-12-29  Michael Tremerpython: Add AS class
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
2017-12-28  Michael TremerStart a Python module