9 Commits

Author SHA1 Message Date
Nathan Moinvaziri
973457dac8 Added LZMA, BZIP2, and AES command line params to zip cmd tool.
Clean up some logic in the zip cmd tool.
Fixed zipping to non-existant directory.
Fixed passthru stream shouldn't open or close base streams.
Changed make_dir functions to succeed if dir exists.
Fixed compression method check for zip open functions.
Fixed wrong level being passed to bzip2.
Removed unused price_tablegen.c.
Updated CMakeLists.
Added travis yml.
2017-10-05 18:45:23 -07:00
Nathan Moinvaziri
e3d541c5ff Fixed error handling in posix stream. (Issue #169) 2017-10-05 08:33:29 -07:00
Nathan Moinvaziri
b4e14bede3 Fixed unused path parameter. (Issue #166) 2017-10-05 07:38:13 -07:00
Nathan Moinvaziri
45837b5cef Added version information to header comments. 2017-10-05 07:34:59 -07:00
Nathan Moinvaziri
7b0ee26d2d Fixed append mode in fopen. 2017-10-05 00:25:34 -07:00
Nathan Moinvaziri
92185bc351 Added comment separators. 2017-10-05 00:21:27 -07:00
Nathan Moinvaziri
32efd9bb5f Fixed compiler errors and warnings on mac.
Added liblzma project for mac.
2017-10-05 00:02:07 -07:00
Nathan Moinvaziri
41cfdcb45f Fixed includes. 2017-10-04 22:10:11 -07:00
Nathan Moinvaziri
b436625e4e Forgot to add posix files. 2017-10-04 22:06:33 -07:00