]> git.ipfire.org Git - people/ms/libloc.git/history - src/network.c
network: Add more excluded networks straight to the to_check list
[people/ms/libloc.git] / src / network.c
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-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 Tremernetwork: Add excluded networks to to_check list
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: Remove debugging output
2020-11-20  Michael Tremernetwork: Fix loc_network_is_subnet()
2020-11-19  Michael Tremerpython: Add property to return IP addresses as bytes
2020-11-15  Michael TremerMove network lists into an own file
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-12  Michael Tremernetworks: Copy all attributes when splitting networks
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 Tremernetwork: Reduce debugging 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-10-22  Michael Tremernetwork: Allow adding single IP addresses and automatic...
2020-10-21  Michael Tremernetworks: Remove accidentially committed debug line
2020-10-21  Michael Tremernetworks: Improve parsing IP addresses
2020-09-18  Michael Tremernetwork: Determine family when the network is initialised
2020-09-18  Michael Tremernetwork: Export family, first_address and last_address...
2020-09-18  Michael Tremernetwork: Store the first and last address of each network
2020-09-18  Michael Tremernetworks: Rename start_address to first_address
2020-09-18  Michael Tremerexport: Skip writing any subnets
2020-05-16  Michael TremerBump database version to "1"
2019-11-29  Michael Tremerlocation-query: Allow filtering networks by family
2019-11-15  Michael Tremernetwork: Initialize country code with nothing
2019-11-15  Michael TremerImprove error reporting when a network could not be...
2019-10-18  Michael TremerMerge branch 'apple'
2019-10-17  Michael TremerMake package compile on Mac OS X
2019-10-15  Michael TremerFix re-ordering flags which are now only 16 bits
2019-10-15  Michael Tremercountry: Use one function to copy country codes
2019-10-15  Michael Tremercountry: Add simple function to test if a country code...
2019-10-13  Michael TremerAdd flags for A1, A2 and A3
2019-10-13  Michael TremerAdd flags to network objects
2019-10-03  Michael TremerMerge branch 'perl'
2019-10-03  Michael TremerImplement filtering networks for the ASN they belong to
2019-10-03  Michael TremerImplement search through the network tree
2019-01-12  Michael TremerPass right variable to IN6_IN_ADDR_* functions
2019-01-12  Michael TremerFix evaluation that always is true
2018-01-30  Michael Tremernetwork: Fix checking upper bound when matching IP...
2018-01-30  Michael Tremerdatabase: Encode prefix length into tree
2018-01-30  Michael Tremernetwork: Allow setting an empty country code
2018-01-30  Michael Tremerpython: Raise IndexError when adding the same network...
2018-01-30  Michael Tremernetwork: Fix underflow in for loop when generating...
2018-01-08  Michael TremerWhen formatting an IP address only pass the actual...
2018-01-08  Michael Tremernetwork: Fix calculating the last IP address of a network
2018-01-08  Michael TremerFix typo
2018-01-08  Michael Tremerdatabase: Implement lookup
2018-01-08  Michael Tremerdatabase: Implement reading a network from the database
2018-01-07  Michael Tremerwriter: Write out the network tree
2018-01-05  Michael Tremernetwork: Fix walking through the tree in order
2018-01-05  Michael TremerOne byte doesn't have to be converted to big endian
2018-01-05  Michael TremerDeclare a static function as static
2018-01-05  Michael Tremernetwork: Implement function to count all nodes
2018-01-02  Michael Tremernetwork: Always use the first address of a network
2018-01-02  Michael TremerMap prefix to IPv6 as well for IPv4 addresses
2018-01-02  Michael TremerValidate the prefix to be within range
2018-01-02  Michael TremerPrevent segmentation fault when no prefix is present
2017-12-30  Michael Tremernetwork: Support parsing IPv4 addresses and map them...
2017-12-29  Michael Tremernetwork: Add asn and remove reference to struct loc_as
2017-12-29  Michael TremerMove all header files into src/loc and install them
2017-12-28  Michael TremerWrite networks to the database
2017-12-28  Michael TremerAllow creating networks in memory