]> git.ipfire.org Git - location/libloc.git/history - src/loc
importer: Drop EDROP as it has been merged into DROP
[location/libloc.git] / src / loc /
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2021-09-02  Michael Tremerlocation: Implement listing bogons
2021-09-02  Michael Tremernetwork: Move some helper functions into network.h
2021-06-07  Peter MüllerImplement an additional flag for hostile networks safe...
2020-11-25  Michael Tremernetwork-list: Include network header
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-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: 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-19  Michael Tremerpython: Add property to return IP addresses as bytes
2020-11-17  Michael Tremeras: Add list for easier processing
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 Tremernetwork: Add function to pop first element from stack
2020-11-12  Michael Tremernetwork: Add function to exclude multiple networks...
2020-11-12  Michael Tremernetwork: Add new subnet function
2020-11-12  Michael Tremerdatabase: Pass flag to enumerator to flatten output
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-09-18  Michael Tremernetwork: Export family, first_address and last_address...
2020-09-18  Michael Tremernetworks: Rename start_address to first_address
2020-09-18  Michael Tremerexport: Skip writing any subnets
2020-06-05  Michael TremerAdd option to iterate over all countries and print...
2020-05-19  Michael Tremerformat: Reduce the length of the signature header
2020-05-19  Michael Tremerdatabase: Add support for two signatures
2020-05-18  Michael Tremerhexdump: Show how much data we are dumping
2020-05-16  Michael Tremerlocation-downloader: Load the right database version
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerBump database version to "1"
2019-12-12  Michael TremerLog the signature in debug mode
2019-12-05  Michael Tremerlocation-export: Validate country codes
2019-11-29  Michael Tremerlocation-query: Allow filtering networks by family
2019-11-28  Michael TremerImplement signing/verifying databases
2019-11-26  Michael Tremerdatabase: Add scaffolding for checking signatures
2019-11-24  Michael Tremerdownloader: Check DNS for most recent version
2019-10-18  Michael TremerMerge branch 'apple'
2019-10-17  Michael TremerMake package compile on Mac OS X
2019-10-17  Michael TremerFall back to getenv() when secure_getenv() is not available
2019-10-15  Michael Tremercountry: Remove string termination
2019-10-15  Michael Tremerdatabase format: Add some padding to header
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-15  Michael Tremercountry: Fix SEGV when accessing the string pool
2019-10-15  Michael Tremerdatabase format: Reduce number of flags to 16
2019-10-15  Michael TremerAdd a dictionary with countries to the database
2019-10-13  Michael TremerImplement searching for networks with a certain flag
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 TremerChange how errors are handled by iterators
2019-10-03  Michael TremerImplement listing networks in Python
2019-10-03  Michael TremerImplement filtering networks for the ASN they belong to
2019-10-03  Michael TremerImplement search through the network tree
2019-10-02  Michael Tremerlibloc: Add function to set country code to database...
2018-01-31  Michael TremerFix getting wrong bits in IP addresses
2018-01-30  Michael TremerRefactor compating IP addresses
2018-01-30  Michael Tremerdatabase: Encode prefix length into tree
2018-01-25  Michael Tremerdatabase: Implement searching for ASes that match a...
2018-01-25  Michael TremerAdd database enumerator interface to perform iterative...
2018-01-08  Michael TremerFix typo in comparison function
2018-01-08  Michael TremerAdd license attribute to the database
2018-01-08  Michael TremerDrop loc_load function
2018-01-08  Michael TremerHide all functions that we don't want to make public
2018-01-08  Michael TremerRemove loc_database_write which no longer exists from...
2018-01-08  Michael Tremerdatabase: Implement lookup
2018-01-08  Michael Tremerdatabase: Implement reading a network from the database
2018-01-07  Michael Tremerdatabase: Map network nodes section when opening the...
2018-01-07  Michael Tremerwriter: Write out the network tree
2018-01-05  Michael Tremernetwork: Implement function to count all nodes
2017-12-30  Michael TremerMake AS independent from stringpool
2017-12-29  Michael Tremernetwork: Add asn and remove reference to struct loc_as
2017-12-29  Michael Tremerheaders: Don't make private structures public
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
2017-12-12  Michael TremerSplit database into a writer and reader
2017-12-12  Michael Tremerdatabase: Save time when the database was created
2017-12-12  Michael Tremerstringpool: Use mmap to make reading the pool more...
2017-12-12  Michael TremerMove all database format definition into format.h
2017-12-12  Michael TremerIntroduce object to store an AS
2017-12-08  Michael TremerDraft initial database format
2017-12-05  Michael TremerInitial commit