]> git.ipfire.org Git - location/libloc.git/history - src/writer.c
importer: Drop EDROP as it has been merged into DROP
[location/libloc.git] / src / writer.c
2024-02-21  Michael Tremernetwork-tree: Split into a separate file
2023-07-14  Michael Tremerwriter: Cleanup networks before writing
2023-07-03  Michael TremerMerge remote-tracking branch 'origin/geofeed'
2022-10-29  Michael Tremerwriter: Fix typo in signature variable
2022-09-27  Michael Tremerwriter: Add an empty string to the stringpool
2022-09-09  Michael Tremerwriter: Flush everything to disk after writing finishes
2022-08-16  Michael Tremerwriter: Check if stringpool has been initialized before...
2022-08-16  Michael TremerCheck return value of fread() when reading header
2022-08-15  Michael TremerDon't abuse errno as return code
2022-08-15  Michael TremerReplace strerror(errno) with %m in format string throughout
2022-03-09  Michael Tremerwriter: I forgot to initalize the country list
2022-03-09  Michael Tremerwriter: Use country list internally
2022-03-09  Michael Tremerwriter: Use AS list internally
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2021-07-11  Michael Tremerwriter: Break when a network cound not be allocated
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