]> git.ipfire.org Git - people/ms/libloc.git/history - src/python
debian: Add script to build package for various arches
[people/ms/libloc.git] / src / python /
2020-05-16  Michael Tremerlocation-downloader: Load the right database version
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerBump database version to "1"
2020-05-16  Michael Tremerlocation-importer: Remove unused regular expression
2020-05-16  Michael Tremerlocation-importer: Abort when we could not get a greeti...
2020-05-15  Michael Tremerlocation-query: Add command to show the database version
2020-05-15  Michael Tremerlocation-impoter: Allow overriding country by AS override
2020-05-15  Michael Tremerlocation-importer: Fix typo in "aut-num"
2020-05-15  Michael Tremerlocation-importer: Skip everything with /0
2020-05-15  Michael Tremerlocation-query: Include flags in dump output
2020-05-15  Michael Tremerlocation-query: Show flags in lookup output
2020-05-15  Michael Tremerlocation-importer: Remove some debugging output
2020-05-15  Michael Tremerlocation-downloader: Give the database a proper name
2020-05-15  Michael TremerAdd quiet mode
2020-05-15  Michael Tremerpython: Correctly set log level for root logger
2020-05-15  Michael Tremerlocation-importer: Fix SQL syntax error
2020-05-15  Michael Tremerlocation-importer: Speed up exporting the database
2020-05-14  Michael Tremerlocation-import: Abort when we could not parse the...
2020-05-13  Peter Müllerlocation-importer: DELETE multicast and "reserved for...
2020-05-13  Peter Müllerlocation-importer: DELETE "current network" address...
2020-05-13  Peter Müllerlocation-importer: DELETE other unroutable IPv4 networks
2020-05-13  Peter Müllerlocation-importer: DELETE local loopback address space
2020-05-13  Michael Tremerlocation-importer: Some routers omit /24 for IPv4
2020-05-13  Michael Tremerlocation-query: Print all information we have
2020-05-13  Michael Tremerpython: Use override flags when exporting the database
2020-05-13  Michael Tremerpython: Use closest match for countries
2020-05-13  Michael Tremerpython: Use overridden AS name when possible
2020-05-13  Michael Tremerpython: Implement writing database content to file
2020-05-13  Michael Tremerpython: Implement importing override files into the...
2020-05-13  Michael Tremerpython: Permit passing an empty private key
2020-05-13  Michael Tremerlocation-query: Add command to dump the whole database
2020-05-13  Michael Tremerpython: Implement importing BGP announcements from...
2020-05-13  Michael Tremerpython: Drop unused list of invalid IP addresses
2020-05-12  Michael Tremerpython: Drop importing autnums from extended sources
2020-05-12  Michael Tremerpython: Parse classic RIR data in one transaction and...
2020-05-12  Michael Tremerpython: Import extended WHOIS data
2020-05-12  Michael Tremerpython: Import classic RIR importer from database repos...
2020-05-12  Michael Tremerpython: Add database driver for PostgreSQL
2020-05-12  Michael Tremerpython: Import downloader from database repository
2020-05-12  Michael Tremerpython: Add scaffolding for an importer tool
2020-05-12  Michael Tremerpython: Move common i18n code into python module
2020-05-12  Michael Tremerpython: Move common logging code into module
2020-05-12  Michael Tremerpython: Expend VERSION at build time
2020-05-12  Michael Tremerpython: Move C module to make space for some native...
2020-05-12  Michael Tremerlocation-exporter: Fix incorrect logger name
2019-12-10  Michael Tremerlocation-downloader: Add command to verify the download...
2019-12-09  Michael Tremerlocation-downloader: Exit with 3 when the database...
2019-12-09  Michael Tremerlocation-exporter: Accept A1, A2, A3 as compat country...
2019-12-09  Stefan Schantllocation-exporter: Allow exporting by family
2019-12-09  Michael Tremerlocation-query: Translate family only when it is set
2019-12-05  Michael Tremerlocation-exporter: Uncomment accidentially commented...
2019-12-05  Michael Tremerlocation-export: Validate country codes
2019-12-05  Michael Tremerlocation-exporter: ipset: Add line break after header
2019-12-05  Michael Tremerlocation-exporter: Fix syntax errors for nftables export
2019-12-05  Michael Tremerlocation-query: Do not validate database every time
2019-12-05  Michael Tremerlocation-exporter: New script to convert database into...
2019-11-29  Michael Tremerlocation-query: Allow filtering networks by family
2019-11-29  Michael Tremerlocation-downloader: Verify the database after download
2019-11-28  Michael TremerImplement signing/verifying databases
2019-11-26  Michael Tremerdatabase: Add scaffolding for checking signatures
2019-11-24  Michael Tremerdownloader: Check DNS for most recent version
2019-11-17  Michael Tremerlocation-downloader: Add proper logging infrastructure
2019-11-17  Michael TremerAdd download script to automatically update the database
2019-11-15  Michael Tremerlocation-query: Add listing networks by flags
2019-11-15  Michael TremerFix names of flags
2019-11-15  Michael Tremerlocation-query: Add output for ipset
2019-11-15  Michael Tremerlocation-query: Allow exporting data for nftables
2019-11-15  Michael Tremerlocation-query: Support listing networks for xt_geoip
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-15  Michael Tremerpython: Extend bindings for countries
2019-10-13  Michael Tremerpython: Use shorthand function to export __version__
2019-10-13  Michael Tremerpython: Expose flags
2019-10-03  Michael TremerMerge branch 'perl'
2019-10-03  Michael Tremerlocation-query: Fix wrong variable name
2019-10-03  Michael TremerImplement listing all IP addresses in an AS
2019-10-03  Michael TremerChange how errors are handled by iterators
2019-10-03  Michael Tremerlocation-query: Print usage when no action was given
2019-10-03  Michael TremerImplement listing networks in 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
next