]> git.ipfire.org Git - people/ms/libloc.git/history - src/loc
python: Add script to lookup database from command line
[people/ms/libloc.git] / src / loc /
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