]> git.ipfire.org Git - location/libloc.git/shortlog
location/libloc.git
2020-12-02  Michael Tremerdebian: Sync version 0.9.5
2020-12-01  Michael Tremerdatabase: Restart flatten algorithm from the top when...
2020-11-27  Michael Tremernetwork-list: Exit find operation early when the list...
2020-11-27  Michael Tremerpython: Do not check whether an integer is larger than...
2020-11-27  Michael Tremerpython: PyList_Size returns ssize_t which is signed
2020-11-27  Michael TremerSilence compiler formatting warnings for size_t
2020-11-27  Michael Tremerconfigure: Adjust man-pages switch with documentation
2020-11-26  Michael Tremeras-list/country-list: Set elements list to zero after...
2020-11-26  Michael Tremernetwork-list: Add greater elements after the current one
2020-11-26  Michael Tremernetwork-list: Add more networks to test
2020-11-26  Michael Tremernetwork: Copy flags when split into subnets
2020-11-25  Michael Tremerconfigure: Bump version to 0.9.5
2020-11-25  Michael Tremernetwork-list: Use clear function to tidy up
2020-11-25  Michael Tremernetwork-list: Include network header
2020-11-25  Michael Tremernetwork: Remove deprecated sort call
2020-11-25  Michael Tremernetwork: Massively improve performance on exclude
2020-11-25  Michael Tremernetwork: Call subnet function with the correct order...
2020-11-25  Michael Tremernetwork: Add more excluded networks straight to the...
2020-11-25  Michael Tremernetwork: Do not execute with an error when the excluded...
2020-11-25  Michael Tremernetworks: Remove comparing family
2020-11-25  Michael Tremernetworks: Add tests for overlaps function
2020-11-25  Michael Tremernetwork-list: Remove useless comment
2020-11-25  Michael Tremernetwork-list: Show index when listing networks
2020-11-25  Michael Tremernetwork-list: Do not half list when popping the first...
2020-11-25  Michael Tremernetwork-list: Set elements pointer to NULL so that...
2020-11-24  Michael Tremernetwork-list: Check last element before doing binary...
2020-11-24  Michael Tremernetwork-list: Use binary search to find if a network...
2020-11-24  Michael Tremernetwork: Adjust return codes of loc_network_match_addre...
2020-11-24  Michael TremerDrop loc_network_gt which is now unused
2020-11-24  Michael TremerDrop loc_network_eq in favour of loc_network_cmp
2020-11-24  Michael Tremertest: Add more networks to list to see the algorithm...
2020-11-24  Michael Tremernetwork: Add excluded networks to to_check list
2020-11-24  Michael Tremerdatabase: Read the first element from the list
2020-11-24  Michael Tremerdatabase: Avoid merging the same data twice
2020-11-24  Michael Tremernetwork-list: Drop sorting functions
2020-11-24  Michael Tremernetwork-list: Make this a sorted list
2020-11-20  Michael Tremernetwork: Remove deprecated loc_network_is_subnet_of...
2020-11-20  Michael Tremernetwork: Speed up subnet check
2020-11-20  Michael Tremernetwork: Add function to return the prefix
2020-11-20  Michael Tremernetwork: Optimise _subnet function
2020-11-20  Michael Tremernetwork-list: Implement merging in reverse in one step
2020-11-20  Michael Tremerdatabase: Flatten out code due to compiler errors
2020-11-20  Michael Tremernetwork: Remove debugging output
2020-11-20  Michael Tremernetwork: Fix loc_network_is_subnet()
2020-11-20  Michael Tremertest: Add tests to network-lists
2020-11-19  Michael Tremerdatabase: Disable some useless code when not running...
2020-11-19  Michael Tremerexport: Speed-up export in xt_geoip format
2020-11-19  Michael Tremerexport: Remove old flattening feature
2020-11-19  Michael Tremerpython: Add property to return IP addresses as bytes
2020-11-19  Michael Tremerpython: Fix download of database
2020-11-18  Michael Tremerlocation: End lookup after an invalid IP address was...
2020-11-18  Michael Tremerpython: Remove unnecessary db object from writers
2020-11-18  Michael Tremerexport: Remove filtering for flags
2020-11-18  Michael Tremerdatabase: Add debug output to filtering
2020-11-17  Michael Tremerdatabase: Free filter lists in enumerator
2020-11-17  Michael Tremerdatabase: Do not clean up python list
2020-11-17  Michael TremerActually clear all lists
2020-11-17  Michael Tremerexport: Change back to use Network objects
2020-11-17  Michael Tremeras: Make lists grow dynamically
2020-11-17  Michael Tremernetworks: Make list grow dynamically
2020-11-17  Michael Tremercountries: Make list grow dynamically
2020-11-17  Michael Tremerdatabase: Simplify AS matching code
2020-11-17  Michael Tremerdatabase: Simplify network matching code
2020-11-17  Michael Tremeras: Add list for easier processing
2020-11-16  Michael Tremerdatabase: Filter flags in C
2020-11-16  Michael Tremerpython: Only return country codes we want
2020-11-16  Michael TremerImplement filtering for multiple countries in the enume...
2020-11-15  Michael TremerMove network lists into an own file
2020-11-13  Michael Tremerpython: Move tree flattening into C
2020-11-13  Michael Tremernetwork: Unexport all tree functions
2020-11-13  Michael Tremernetwork: Add function to pop first element from stack
2020-11-13  Michael Tremernetwork: Sort result of excluded lists
2020-11-13  Michael Tremerdatabase: Filter results coming from stack
2020-11-13  Michael Tremerdatabase: Move network filtering into a separate function
2020-11-12  Michael Tremernetworks: Copy all attributes when splitting networks
2020-11-12  Michael Tremertest: Update API
2020-11-12  Michael Tremerdatabase: Add option to return networks flattened
2020-11-12  Michael Tremernetwork: Add function to exclude multiple networks...
2020-11-12  Michael Tremernetwork: Add new subnet function
2020-11-12  Michael Tremernetwork: Add more debugging output to stacks
2020-11-12  Michael Tremerpython: Export networks exclude function
2020-11-12  Michael Tremernetwork: Reduce debugging output
2020-11-12  Michael Tremerdatabase: Pass flag to enumerator to flatten output
2020-11-12  Michael Tremernetwork: Make lists unique
2020-11-12  Michael Tremernetworks: Add function to merge two lists
2020-11-12  Michael Tremernetworks: Add function to check if network is part...
2020-11-12  Michael Tremernetworks: Add function to check if two networks overlap
2020-11-12  Michael Tremernetwork: Add functions to break network into subnets
2020-11-12  Michael Tremernetworks: Add function to dump lists
2020-11-11  Michael Tremernetworks: Add list to manage groups of networks
2020-11-11  Michael Tremertest: Add tests for database enumerator
2020-11-06  Peter Müllerlocation-importer.in: always convert organisation handl...
2020-10-29  Peter Müllerlocation.in: do not confuse UTC with local time zones
2020-10-29  Peter Müllerlocation update: Remove double conversion of timestamps
2020-10-28  Michael Tremerlocation: Fix Python syntax error in verify()
2020-10-27  Michael Tremerexport: Flatten the tree before exporting it
2020-10-27  Peter Müllerlocation-importer.in: avoid log spam for too small...
2020-10-27  Peter Müllerlocation-importer.in: omit historic/orphaned RIR data
2020-10-27  Peter Müllerimporter.py: fetch LACNIC data via HTTPS
2020-10-27  Peter Müllerlocation-importer.in: filter bogus IP networks for...
next