]> git.ipfire.org Git - people/ms/libloc.git/history - src/database.c
Silence compiler formatting warnings for size_t
[people/ms/libloc.git] / src / database.c
2020-11-27  Michael TremerSilence compiler formatting warnings for size_t
2020-11-24  Michael Tremernetwork: Adjust return codes of loc_network_match_addre...
2020-11-24  Michael Tremerdatabase: Read the first element from the list
2020-11-24  Michael Tremerdatabase: Avoid merging the same data twice
2020-11-24  Michael Tremernetwork-list: Drop sorting functions
2020-11-20  Michael Tremernetwork-list: Implement merging in reverse in one step
2020-11-20  Michael Tremerdatabase: Flatten out code due to compiler errors
2020-11-19  Michael Tremerdatabase: Disable some useless code when not running...
2020-11-18  Michael Tremerdatabase: Add debug output to filtering
2020-11-17  Michael Tremerdatabase: Free filter lists in enumerator
2020-11-17  Michael Tremerdatabase: Simplify AS matching code
2020-11-17  Michael Tremerdatabase: Simplify network matching code
2020-11-17  Michael Tremeras: Add list for easier processing
2020-11-16  Michael TremerImplement filtering for multiple countries in the enume...
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-13  Michael Tremerdatabase: Filter results coming from stack
2020-11-13  Michael Tremerdatabase: Move network filtering into a separate function
2020-11-12  Michael Tremerdatabase: Add option to return networks flattened
2020-11-12  Michael Tremerdatabase: Pass flag to enumerator to flatten output
2020-06-05  Michael Tremerdatabase: Fix broken search for networks with flags
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 Tremerdatabase: Clear signature length before feeding header...
2020-05-18  Michael Tremerdatabase: Check if we could read the full header
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerDo not attempt freeing the stringpool when it isn't...
2020-05-16  Michael TremerBump database version to "1"
2019-12-12  Michael TremerLog blocks that are being fed into the signature
2019-12-12  Michael TremerLog the signature in debug mode
2019-12-12  Michael Tremerdatabase: Catch any errors from EVP_DigestVerify_Update()
2019-12-11  Michael Tremerdatabase: Correctly handle error codes from OpenSSL
2019-11-29  Michael Tremerlocation-query: Allow filtering networks by family
2019-11-29  Michael Tremerdatabase: Benchmark time it takes to verify the signature
2019-11-28  Michael TremerImplement signing/verifying databases
2019-11-26  Michael Tremerdatabase: Add scaffolding for checking signatures
2019-11-26  Michael Tremerdatabase: Log error when network ID is out of range
2019-10-19  Michael Tremerdatabase: Fix checking pointer
2019-10-19  Michael TremerCorrect cast off_t to intmax_t before printing it
2019-10-18  Michael TremerMerge branch 'apple'
2019-10-17  Michael Tremercountry: Fix comparison function
2019-10-17  Michael TremerFormat off_t data types properly for printing
2019-10-17  Michael TremerMake package compile on Mac OS X
2019-10-15  Michael Tremercountry: Add simple function to test if a country code...
2019-10-15  Michael TremerAdd a dictionary with countries to the database
2019-10-13  Michael TremerHandle A1, A2, A3 as special cases when searching for...
2019-10-13  Michael TremerImplement searching for networks with a certain flag
2019-10-03  Michael Tremerdatabase: Print timings in milliseconds
2019-10-03  Michael TremerMerge branch 'perl'
2019-10-03  Michael Tremerdatabase: Fix use-after-free error after last iteration...
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 TremerRemove some dead code and add some comments
2019-10-03  Michael TremerMark all nodes as non-visited after walk through tree...
2019-10-03  Michael TremerFree visited network nodes when enumerator is deallocat...
2019-10-03  Michael TremerImplement search through the network tree
2019-10-02  Michael Tremerlibloc: Add function to set country code to database...
2019-09-26  Michael Tremerdatabase: Free stringpool only after it has been initia...
2018-02-01  Michael TremerFix searching for ASes
2018-01-31  Michael Tremerdatabase: Remove inexact match
2018-01-30  Michael Tremerdatabase: Walk down into the tree as much as possible...
2018-01-30  Michael Tremerdatabase: Improve error logging when da network could...
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 Tremerdatabase: Make level variable unsigned (as used in...
2018-01-08  Michael Tremerdatabase: Stop walking down the tree when we hit a...
2018-01-08  Michael TremerAdd license attribute to the database
2018-01-08  Michael Tremerdatabase: Unmap all mapped sections when freeing database
2018-01-08  Michael Tremerdatabase: Implement lookup
2018-01-08  Michael Tremerdatabase: Implement reading a network from the database
2018-01-07  Michael Tremerdatabase: Load networks from database
2018-01-07  Michael Tremerdatabase: Pass header to functions loading database...
2018-01-07  Michael Tremerdatabase: Map network nodes section when opening the...
2017-12-29  Michael TremerMove all header files into src/loc and install them
2017-12-12  Michael TremerDo not copy the file pointer when opening a database
2017-12-12  Michael TremerUse be*toh and htobe* to convert to big-endian
2017-12-12  Michael TremerLog how long it takes to open the database
2017-12-12  Michael Tremerdatabase: Log how long it took to retrieve an AS
2017-12-12  Michael Tremerstringpool: Make them initializable right from the...
2017-12-12  Michael TremerSplit database into a writer and reader
2017-12-12  Michael Tremerdatabase: Move string pool to the end of the file again
2017-12-12  Michael Tremerdatabase: Save time when the database was created
2017-12-12  Michael Tremerdatabase: Add function to align to page boundaries
2017-12-12  Michael Tremerdatabase: Cleanup writing AS section
2017-12-12  Michael Tremerdatabase: Cleanup writing pool
2017-12-12  Michael Tremerstringpool: Use mmap to make reading the pool more...
2017-12-12  Michael Tremerdatabase: Copy the file pointer so we can keep the...
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