]> git.ipfire.org Git - location/libloc.git/shortlog
location/libloc.git
2022-03-23  Michael TremerBump version to 0.9.12 0.9.12
2022-03-09  Michael Tremeraddress: Set default prefix if none is given
2022-03-09  Michael TremerRefactor parsing IP addresses
2022-03-09  Michael Tremerwriter: I forgot to initalize the country list
2022-03-09  Michael Tremerimporter: Improve performance of network export query
2022-03-09  Michael Tremerwriter: Use country list internally
2022-03-09  Michael Tremercountry-list: Grow like AS list
2022-03-09  Michael Tremernetwork-list: Grow just like the AS list
2022-03-09  Michael Tremerwriter: Use AS list internally
2022-03-09  Michael Tremeras-list: Grow faster to avoid too many re-allocations
2022-03-07  Michael Tremerbogons: Skip any subnets of former networks
2022-03-07  Michael Tremerbogons: Add gaps that are only one address wide
2022-03-07  Michael Tremeraddress: Add some simple tests
2022-03-07  Michael Tremeraddress: Fix buffer overwrite
2022-03-07  Michael Tremeraddress: Fix decrementing IP addresses
2022-03-07  Michael Tremeraddress: Simplify functions
2022-03-07  Michael Tremernetwork-list: Remove debugging line
2022-03-07  Michael Tremernetwork-list: summarize: Break when we exhausted the...
2022-03-07  Michael Tremernetwork-list: Simplify debugging output on summarize
2022-03-07  Michael Tremeraddress: Prevent under/overflow when incrementing/decre...
2022-03-07  Michael Tremeraddress: Initialize all bits of IP addresses
2022-03-07  Michael Tremerstrings: Statically allocate all address/network strings
2022-03-07  Michael Tremernetwork: Pass prefix in native length
2022-03-07  Michael Tremeraddress: Rename increment/decrement functions and modif...
2022-03-07  Michael Tremeraddresses: Use loc_address_family which is now available
2022-03-07  Michael Tremeraddress: Rename in6_addr_get_bit/in6_addr_set_bit to...
2022-03-07  Michael Tremeraddress: Rename in6_addr_cmp into loc_address_cmp
2022-03-07  Michael TremerMove all address convenience functions into their own...
2022-03-07  Michael Tremerbogons: Don't consider a network legitimate without...
2022-03-07  Michael Tremerbogons: Reset after we have reached the end
2022-03-07  Michael Tremeraddress: Correctly subtract IPv4 addresses
2022-03-07  Michael Tremernetwork-list: Cap prefix length based on family
2022-03-07  Michael Tremerbogons: Refactor algorithms
2022-03-07  Michael Tremeraddresses: Implement subtraction for IPv4
2022-03-07  Michael Tremernetwork: Implement bit length function for IPv4
2022-03-06  Michael Tremernetwork: Allow creating any valid networks
2022-03-06  Michael Tremernetwork-list: Rewrite summarize algorithm
2022-03-06  Michael Tremernetwork: Drop functions moved in an earlier commit
2022-03-06  Michael Tremernetwork: Add function that counts the bit length of...
2022-03-05  Michael Tremernetwork: Move a couple of helper functions into headers
2022-03-05  Michael Tremerlocation: Fix output of list-* commands
2022-03-05  Michael Tremerimporter: Skip empty lines
2022-03-05  Michael Tremerimporter: Silently ignore any table headers
2022-03-05  Michael Tremerimporter: Correctly hande response codes from Bird
2022-03-05  Michael Tremerdatabase: Return something when no filter criteria...
2022-03-05  Michael Tremerimporter: Parse aggregated networks
2022-03-03  Michael TremerBump release to 0.9.11 0.9.11
2022-03-03  Michael Tremerexport: Sightly refactor export logic
2022-03-03  Michael Tremerexport: Fix filtering logic
2022-03-02  Peter Müllerlocation-importer: Fix parsing LACNIC-flavoured inetnums
2022-03-02  Michael Tremeripset: The minimum hashsize is 64
2022-03-02  Michael Tremerexport: Allow exporting to stdout
2022-03-02  Michael Tremerlocation: Print proper error message for any uncaught...
2022-03-02  Michael Tremerexport: Conditionally enable flattening
2022-03-02  Michael Tremeripset: Set maxelem to a fixed size
2022-03-01  Michael Tremeripset: Fix hash type for IPv6
2022-03-01  Michael Tremeripset: Optimise hash table size
2022-02-25  Stefan Schantlexport: Remove prefix when exporting countries.
2022-02-16  Michael TremerBump release to 0.9.10 0.9.10
2022-02-11  Michael Tremerexport: Make ipset files easily reloadable
2022-02-11  Peter Müllerlocation-importer.in: Do not make things more complicat...
2022-02-11  Peter Müllerlocation-importer.in: Add country code for AWS's "il...
2022-01-02  Michael Tremerman: Add man pages for all loc_database_* functions
2022-01-02  Michael TremerMakefile: Split man pages into multiple lists
2022-01-02  Michael Tremerman: Add man page for loc_database_new
2022-01-02  Michael Tremerman: Add pages for top level functions
2021-12-13  Peter Müllerlocation-importer: Replace "UK" with "GB"
2021-12-13  Peter Müllerlocation-importer: Improve regex for catching historic...
2021-12-13  Peter MüllerProcess LACNIC geofeed as well
2021-12-13  Peter Müllerlocation-importer: Set "is_drop" to "True" even in...
2021-11-23  Michael Tremerdebian: Fix broken build
2021-11-23  Michael Tremerdebian: Remove riscv64 which doesn't build
2021-11-23  Michael TremerRevert "debian: dh no longer knows "--with python3""
2021-11-20  Michael Tremerdebian: Add builds for Debian Bookworm and riscv64
2021-11-20  Michael Tremerdebian: dh no longer knows "--with python3"
2021-11-20  Michael TremerBump release to 0.9.9 0.9.9
2021-11-20  Michael Tremerdebian: Update libloc1.symbols
2021-11-02  Peter Müllerlocation-importer.in: Add Spamhaus DROP lists
2021-11-02  Peter Müllerlocation-importer: Introduce auxiliary function to...
2021-10-25  Peter Müllerimporter.py: Import JPNIC feed as well
2021-10-11  Peter Müllerlocation.txt: Improve manpage
2021-09-30  Michael Tremernetwork: Rename "match" functions to "matches"
2021-09-30  Michael Tremernetwork: Make loc_network_match_country_code match...
2021-09-30  Michael Tremercountry: Make country codes beginning with X invalid
2021-09-30  Michael Tremercountry: Add function that returns flags for special...
2021-09-30  Michael TremerRemove overwriting default CPPFLAGS for libloc-internal
2021-09-30  Michael TremerRemove LOC_EXPORT from loc_network_to_database_v1/loc_n...
2021-09-30  Michael TremerMake loc_network_tree_* functions propertly private
2021-09-30  Michael Tremerstringpool: Make functions properly private
2021-09-30  Michael Tremertest: Build an internal library for tests
2021-09-30  Michael Tremernetwork: Drop useless loc_network_match_asn function
2021-09-30  Michael Tremernetwork: Drop redundant loc_network_match_flag
2021-09-30  Michael Tremerconfigure: Enable -fno-semantic-interposition by default
2021-09-30  Michael Tremerdatabase: Make IP address const for lookup
2021-09-23  Valters Jansonsdebian: Ensure changelog distribution is tagged
2021-09-21  Michael TremerBump release to 0.9.8 0.9.8
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
2021-09-02  Michael Tremernetwork: Move some helper functions into network.h
next