summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_filter_none.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix screw-up with r3624. Thanks to Michihiro for pointing it out.Tim Kientzle2011-08-171-1/+1
| | | | SVN-Revision: 3635
* The old "compression" terminology will be retired in libarchive 4.0.Tim Kientzle2011-08-161-6/+5
| | | | | | Make this automatic and document it correctly. SVN-Revision: 3624
* plug crashes in archive_read_support_filter_XXXRoman Neuhauser2011-04-101-1/+4
| | | | | | these functions lacked protection by archive_check_magic. SVN-Revision: 3195
* archive_read_support_compression_*() -> archive_read_support_filter_*()Roman Neuhauser2011-03-281-0/+10
| | | | | | | | | | | | | maintain BC aliases (ARCHIVE_VERSION_NUMBER < 4000000). if fact, the new names are wrappers around the old ones as i want to switch the tests to the new names and have the old names still tested. the wrappers revealed a mismatch between archive_read_support_compression_program_signature declaration in archive.h and its definition (const void* vs void*), i'm going with const void*. SVN-Revision: 3113
* archive_read_support_compression_*.c -> archive_read_support_filter_*.cRoman Neuhauser2011-03-281-0/+40
begins a move to symmetry with archive_write, function aliases will follow shortly. SVN-Revision: 3112