]> git.ipfire.org Git - people/ms/libloc.git/history - src/libloc
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / src / libloc /
2024-04-06  Michael Tremernetwork: Add function to return a reverse pointer for...
2024-04-06  Michael Tremeraddress: Add functions to access a specific byte/nibble...
2024-03-22  Michael Tremeraddress: Fix bit length calculation
2024-02-21  Michael Tremernetwork-tree: Use the raw prefix to place networks...
2024-02-21  Michael Tremernetwork-tree: Split into a separate file
2023-07-17  Michael TremerMerge networks before writing the database
2023-07-14  Michael Tremerwriter: Cleanup networks before writing
2023-07-03  Michael TremerMerge remote-tracking branch 'origin/geofeed'
2023-03-04  Michael Tremernetwork: Drop an unused function to count all networks
2022-09-09  Michael TremerRevert "database: Increase page size to 64k"
2022-08-23  Michael TremerFix compilation on MacOS X
2022-08-23  Michael Tremerdatabase: Read all data from the large mmap()
2022-08-23  Michael Tremerhexdump: Don't try to dump any empty memory
2022-08-23  Michael Tremerdatabase: Read header from mapped data
2022-08-22  Michael Tremerdatabase: Increase page size to 64k
2022-03-09  Michael TremerRefactor parsing IP addresses
2022-03-09  Michael Tremerwriter: Use country list internally
2022-03-09  Michael Tremerwriter: Use AS list internally
2022-03-07  Michael Tremeraddress: Fix decrementing IP addresses
2022-03-07  Michael Tremeraddress: Simplify functions
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 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-list: Rewrite summarize algorithm
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
2021-09-30  Michael Tremernetwork: Rename "match" functions to "matches"
2021-09-30  Michael Tremercountry: Add function that returns flags for special...
2021-09-30  Michael TremerMake loc_network_tree_* functions propertly private
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 Tremerdatabase: Make IP address const for lookup
2021-09-04  Michael TremerMove include files to /usr/include/libloc