summaryrefslogtreecommitdiff
path: root/source/fitz/directory.c
AgeCommit message (Expand)Author
2018-03-16Don't throw when fz_is_directory is called on a non-existent path.Tor Andersson
2017-08-15Move S_ISDIR workaround to common header file.Sebastian Rasmussen
2017-05-03Fix windows builds: No S_ISDIR macro.Robin Watts
2017-04-27Ensure we can compile as -pedantic -std=c99.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-28Rename fz_new_archive to fz_new_derived_archiveRobin Watts
2016-12-27Stylistic cleanups.Tor Andersson
2016-09-08Make fz_archive a generic archive type.Sebastian Rasmussen