3 Commits

Author SHA1 Message Date
Tobias Frost
70c43bd436 Fix a signed/unsigned comparision issue.
ssize_t needs to be used, otherwise the comparasion _buff_size < 0 can never be true.
and as archive_read_data returns ssize_t a error could not be detected.
2021-02-10 12:30:46 +01:00
Domen Vrankar
c3628129d4 -(add) now it is possible to override libarchive location from cmake
-(add) added git ignore file
-(mod) merged archive reader and archive writer entries
-(fix) fixed memory leaks reported by valgrind
-(fix) archives are no longer zero padded
2014-09-23 18:09:37 +02:00
Domen Vrankar
35a4692f53 -(add) initial archive reader wrapper 2014-06-17 00:09:12 +02:00