Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | Fix windows builds: No S_ISDIR macro. | Robin Watts | |
2017-04-27 | Ensure we can compile as -pedantic -std=c99. | Tor Andersson | |
2017-04-27 | Include required system headers. | Tor Andersson | |
2017-03-28 | Rename fz_new_archive to fz_new_derived_archive | Robin Watts | |
Fits with the rest of the code. | |||
2016-12-27 | Stylistic cleanups. | Tor Andersson | |
2016-09-08 | Make fz_archive a generic archive type. | Sebastian Rasmussen | |
Previously it was inherently tied to zip archives and directories. Now these are separated out into distinct subclasses. This prepares for support for further archive formats. |