]> git.ipfire.org Git - location/libloc.git/history - src/python/network.c
Fix compilation on MacOS X
[location/libloc.git] / src / python / network.c
2022-08-23  Michael TremerFix compilation on MacOS X
2022-03-07  Michael Tremerstrings: Statically allocate all address/network strings
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2020-11-27  Michael Tremerpython: Do not check whether an integer is larger than...
2020-11-20  Michael Tremernetwork: Remove deprecated loc_network_is_subnet_of...
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-12  Michael Tremerpython: Export networks exclude function
2020-09-18  Michael Tremernetwork: Export family, first_address and last_address...
2020-09-18  Michael Tremerexport: Skip writing any subnets
2019-10-13  Michael Tremerpython: Expose flags
2019-01-12  Michael Tremerpython: Do not use any GNU-style initialisers for structs
2018-02-01  Michael Tremerpython: Add script to lookup database from command...
2018-01-30  Michael Tremerpython: Show country code that was invalid
2018-01-08  Michael Tremerpython: Make lookup function available
2017-12-29  Michael Tremernetwork: Add asn and remove reference to struct loc_as
2017-12-29  Michael Tremerpython: Implement Network class