summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsPaul Eggert2023-01-061-1/+1
* Fix savannah bug #63567Sergey Poznyakoff2022-12-261-1/+2
* Fix savannah bug #63250Sergey Poznyakoff2022-10-221-0/+1
* Avoid excess lseek etc.Paul Eggert2022-08-151-64/+35
* Update copyright yearsSergey Poznyakoff2022-01-021-1/+1
* Pacify --enable-gcc-warnings -flto -fanalyzerPaul Eggert2021-03-011-4/+4
* maint: port better to non-GCC compilersPaul Eggert2021-03-011-1/+1
* maint: port to Fedora 33Paul Eggert2021-02-271-3/+5
* Update copyright yearsSergey Poznyakoff2021-01-061-1/+1
* Update copyright yearsSergey Poznyakoff2020-02-081-1/+1
* POSIX extended format headers do not include PID by defaultZachary Vance2019-03-281-1/+1
* Version 1.31release_1_31Sergey Poznyakoff2019-01-021-2/+1
* Don't try to read past the end of header string fieldsSergey Poznyakoff2018-11-241-13/+4
* maint: avoid -Wstringop-truncation warnings upcoming GCC8Jim Meyering2018-04-071-5/+9
* Add support for zstd compressionAdam Borowski2018-03-181-1/+4
* Port to gcc -Wimplicit-fallthrough=5Paul Eggert2017-11-181-7/+5
* Fix non-deterministic archive type detectionPavel Raiskup2017-05-291-4/+6
* Fix a bug in multi-volume archive creation.Sergey Poznyakoff2017-05-291-14/+30
* Update copyright yearsSergey Poznyakoff2017-01-021-2/+2
* Fix appending to archive with changed blocking factor.Sergey Poznyakoff2016-03-151-6/+16
* Update copyright yearsSergey Poznyakoff2016-01-201-1/+1
* BugfixPavel Raiskup2015-12-061-3/+6
* Fix segfault when extracting from a multi-volume archive.Sergey Poznyakoff2015-12-061-2/+8
* Catch compressor execution errors.Sergey Poznyakoff2015-12-051-0/+10
* Fix problems caught by static checkingPaul Eggert2015-09-241-6/+6
* Improve compression format recognitionSergey Poznyakoff2015-02-191-1/+4
* Refuse to write archive contents to a tty.Sergey Poznyakoff2014-03-271-10/+17
* Fail if archive comes from a terminal.Sergey Poznyakoff2014-03-201-1/+10
* Update copyright years.Sergey Poznyakoff2014-01-301-2/+2
* checkpoint actions: further improvements.Sergey Poznyakoff2014-01-221-16/+17
* Improve checkpoint interface.Sergey Poznyakoff2014-01-221-2/+2
* Implement statistics display in checkpoint actions.Sergey Poznyakoff2014-01-211-24/+58
* Changes for compatibility with Slackware installation scripts.Sergey Poznyakoff2013-09-231-5/+5
* Fix interacton of --verbose and --append.Sergey Poznyakoff2013-08-041-5/+6
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-311-14/+14
* tar: remove unused externs, or make them staticPaul Eggert2012-12-191-4/+4
* build: new configure option --enable-gcc-warningsPaul Eggert2012-12-181-2/+2
* tar: remove lintPaul Eggert2012-03-111-7/+7
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-5/+5
* Run alternative decompression programs if the principal one is not available.Sergey Poznyakoff2010-11-051-12/+83
* tar: fix misspelled identifier "set_comression_program_by_suffix"Paul Eggert2010-08-231-1/+1
* tar: remove trailing white space from source filesPaul Eggert2010-08-191-8/+8
* Keep a detailed map of archive members stored in the record buffer.Sergey Poznyakoff2010-07-111-111/+148
* Minor fix.Sergey Poznyakoff2010-06-281-1/+1
* Minor fix.Sergey Poznyakoff2010-06-271-1/+1
* Remove some lint, found by gcc -W etc.Paul Eggert2010-06-161-47/+47
* Bugfixes.Sergey Poznyakoff2010-03-121-1/+1
* Fix `--test-label' and `--label -r' behavior.Sergey Poznyakoff2010-03-111-3/+1
* Add Lzip supportAntonio Diaz Diaz2010-03-021-0/+2
* BugfixSergey Poznyakoff2010-03-021-7/+7