aboutsummaryrefslogtreecommitdiff
path: root/src/text_file.h
Commit message (Collapse)AuthorAge
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-01
Use a single GString buffer object in all functions loading the database. Enlarge it automatically for long lines. This eliminates the maximum line length for tag values. There is still an upper limit of 512 kB to prevent denial of service, but that's reasonable I guess.