summaryrefslogtreecommitdiff
path: root/source/fitz/untar.c
AgeCommit message (Collapse)Author
2016-12-27Stylistic cleanups.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
Move the definition of the structure contents into new fitz-imp.h file. Make all code outside of fitz access the buffer through the defined API. Add a convenience API for people that want to get buffers as null terminated C strings.
2016-09-08Add support for GNU tar archives.Sebastian Rasmussen