]> git.ipfire.org Git - location/libloc.git/history - src/stringpool.c
importer: Drop EDROP as it has been merged into DROP
[location/libloc.git] / src / stringpool.c
2022-08-23  Michael Tremerdatabase: Read all data from the large mmap()
2022-08-22  Michael Tremerstringpool: Drop function to find next offset
2022-08-22  Michael Tremerstringpool: Implement mmap as optional
2022-08-15  Michael TremerDon't abuse errno as return code
2022-08-15  Michael TremerReplace strerror(errno) with %m in format string throughout
2021-09-30  Michael Tremerstringpool: Make functions properly private
2021-09-04  Michael TremerMove include files to /usr/include/libloc
2021-07-11  Michael Tremerstringpool: Avoid memory leak if mmap() fails
2021-07-11  Michael Tremerstringpool: Slightly refactor initialization to help...
2021-07-11  Michael Tremerstringpool: Do not call strlen() on potential NULL...
2021-07-11  Michael Tremerstringpool: Allow adding empty strings
2020-05-19  Michael Tremerstringpool: Always add an empty string
2019-10-18  Michael TremerMerge branch 'apple'
2019-10-17  Michael TremerFormat off_t data types properly for printing
2018-01-08  Michael Tremerdatabase: Implement lookup
2017-12-29  Michael TremerMove all header files into src/loc and install them
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: Add function to align to page boundaries
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-08  Michael TremerDraft initial database format
2017-12-07  Michael TremerAdd deduplicated and memory-efficient string pool