summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_filter_uu.c
Commit message (Expand)AuthorAgeFilesLines
* reader: introduce struct archive_read_filter_vtableEmil Velikov2021-10-231-2/+7
* reader: track read_filter "can_skip" with a flagEmil Velikov2021-10-231-1/+0
* reader: transform get_bidder into register_bidderEmil Velikov2021-10-231-11/+2
* reader: introduce archive_read_filter_bidder::vtableEmil Velikov2021-10-231-3/+7
* reader: remove unused read_filter_bidder::optionsEmil Velikov2021-10-231-1/+0
* Fix typosSamanta Navarro2021-06-011-1/+1
* Multiple code fixes and optimizationsMartin Matuska2020-01-141-16/+14
* Merge branch 'master' of github.com:libarchive/libarchiveJoerg Sonnenberger2016-12-061-1/+8
|\
| * Fix hang in uudecode_filter_read()Martin Matuska2016-12-041-0/+7
| * Spelling fixes (#831)Graham Percival2016-12-041-1/+1
* | Dramatically simplify loop and avoid a read-beyond-buffer issue.Joerg Sonnenberger2016-12-021-23/+7
|/
* Fix heap buffer overflow in uudecode_bidder_bid()Martin Matuska2016-12-021-2/+3
* fixed hang in UUEncode filterRyan Lucchese2014-09-021-1/+1
* Fix a bug which uudecode filter wrongly decoded the uuencoded dataMichihiro NAKAJIMA2014-06-291-0/+1
* Implement functions to manually set the format and filters used.Andres Mejia2012-12-071-0/+1
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-2/+2
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-1/+1
* Improve compatibility to uudecode command.Michihiro NAKAJIMA2012-10-081-0/+11
* Fix decoded data loss in uudecode filter.Michihiro NAKAJIMA2012-10-081-4/+6
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-121-3/+3
* Fix screw-up with r3624. Thanks to Michihiro for pointing it out.Tim Kientzle2011-08-171-1/+1
* The old "compression" terminology will be retired in libarchive 4.0.Tim Kientzle2011-08-161-6/+5
* Fix the uu filter. That did not extract uuencoded data when an output file-na...Michihiro NAKAJIMA2011-08-031-2/+2
* Allow 128K -1 bytes of extra data before uuencode data starts since the bidde...Michihiro NAKAJIMA2011-07-281-2/+11
* Improve the performance of the uudecode bidder when reading a very long line.Michihiro NAKAJIMA2011-07-271-4/+16
* When scanning the beginning of an ASCII text file to see if itTim Kientzle2011-07-191-5/+16
* Fix issue 163.Michihiro NAKAJIMA2011-07-171-6/+17
* plug crashes in archive_read_support_filter_XXXRoman Neuhauser2011-04-101-0/+3
* remove archive_read_get_bidder macro againRoman Neuhauser2011-04-041-1/+2
* archive_read.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-4/+1
* archive_read_support_compression_*() -> archive_read_support_filter_*()Roman Neuhauser2011-03-281-0/+10
* archive_read_support_compression_*.c -> archive_read_support_filter_*.cRoman Neuhauser2011-03-281-0/+627