]> git.ipfire.org Git - people/ms/libloc.git/history - src/writer.c
Silence compiler formatting warnings for size_t
[people/ms/libloc.git] / src / writer.c
2020-11-27  Michael TremerSilence compiler formatting warnings for size_t
2020-10-21  Michael Tremerwriter: Free countries when the writer is being destroyed
2020-10-21  Michael Tremerwriter: Free array with pointer to ASes, too
2020-05-19  Michael Tremerformat: Reduce the length of the signature header
2020-05-19  Michael Tremerdatabase: Add support for two signatures
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