]> git.ipfire.org Git - people/ms/libloc.git/history - src/test-network.c
importer: Drop EDROP as it has been merged into DROP
[people/ms/libloc.git] / src / test-network.c
2024-04-06  Michael Tremernetwork: Add function to return a reverse pointer for...
2024-04-05  Michael Tremertests: Fix bit length tests
2022-08-15  Michael Tremer*_unref: Always expect a valid pointer
2022-08-15  Michael TremerDon't abuse errno as return code
2022-08-15  Michael TremerReplace strerror(errno) with %m in format string throughout
2022-03-09  Michael TremerRefactor parsing IP addresses
2022-03-07  Michael Tremeraddress: Add some simple tests
2022-03-07  Michael Tremerstrings: Statically allocate all address/network strings
2022-03-07  Michael TremerMove all address convenience functions into their own...
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: Add function that counts the bit length of...
2021-09-30  Michael Tremernetwork: Rename "match" functions to "matches"
2021-09-30  Michael Tremercountry: Make country codes beginning with X invalid
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2020-11-25  Michael Tremernetworks: Add tests for overlaps function
2020-11-24  Michael Tremernetwork: Adjust return codes of loc_network_match_addre...
2020-11-24  Michael TremerDrop loc_network_eq in favour of loc_network_cmp
2020-11-24  Michael Tremernetwork-list: Drop sorting functions
2020-11-20  Michael Tremernetwork: Optimise _subnet function
2020-11-13  Michael Tremernetwork: Unexport all tree functions
2020-11-12  Michael Tremernetwork: Add functions to break network into subnets
2020-10-22  Michael Tremernetwork: Allow adding single IP addresses and automatic...
2020-10-21  Michael Tremernetworks: Test if we can add localhost (IPv6)
2020-10-21  Michael Tremernetworks: Improve parsing IP addresses
2020-10-21  Michael Tremertests: Try adding an invalid network
2020-09-18  Michael Tremernetwork: Export family, first_address and last_address...
2020-09-18  Michael Tremerexport: Skip writing any subnets
2020-06-15  Michael TremerEnable debug logging for all tests
2020-05-28  Michael Tremertest: Generate random temporary files
2020-05-19  Michael Tremerdatabase: Add support for two signatures
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerBump database version to "1"
2019-11-28  Michael TremerImplement signing/verifying databases
2018-01-31  Michael Tremertest: Fix network test for non-existant address
2018-01-08  Michael Tremerdatabase: Implement lookup
2018-01-05  Michael Tremertest: Write a ASN to the network database
2018-01-05  Michael Tremertest: Write two test networks to the database
2018-01-05  Michael Tremertest: Add a second network to a tree
2018-01-05  Michael Tremernetwork: Implement function to count all nodes
2017-12-28  Michael TremerWrite networks to the database
2017-12-28  Michael TremerAllow creating networks in memory