]> git.ipfire.org Git - location/libloc.git/history - src/writer.c
debian: Build a source package, too
[location/libloc.git] / src / writer.c
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerBump database version to "1"
2019-12-12  Michael Tremerwriter: Erase the padding
2019-12-12  Michael TremerLog blocks that are being fed into the signature
2019-12-12  Michael Tremerwriter: Put whole header into the hash instead of only...
2019-12-12  Michael TremerLog the signature in debug mode
2019-11-28  Michael TremerImplement signing/verifying databases
2019-11-26  Michael Tremerdatabase: Add scaffolding for checking signatures
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 TremerFormat off_t data types properly for printing
2019-10-17  Michael TremerMake package compile on Mac OS X
2019-10-15  Michael Tremerwriter: Write countries before pool is being written
2019-10-15  Michael TremerAdd a dictionary with countries to the database
2018-01-30  Michael Tremerdatabase: Encode prefix length into tree
2018-01-08  Michael TremerAdd license attribute to the database
2018-01-08  Michael Tremerwriter: Move alignment into each section writer
2018-01-07  Michael Tremerwriter: Write out the network tree
2017-12-30  Michael TremerMake AS independent from stringpool
2017-12-29  Michael Tremerwriter: Correctly increase offset when writing ASes
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 TremerUse be*toh and htobe* to convert to big-endian
2017-12-12  Michael Tremerstringpool: Make them initializable right from the...
2017-12-12  Michael TremerSplit database into a writer and reader