summaryrefslogtreecommitdiff
path: root/src/xheader.c
Commit message (Expand)AuthorAgeFilesLines
* Changes in extended header decoderSergey Poznyakoff2023-02-111-3/+12
* Update copyright yearsPaul Eggert2023-01-061-1/+1
* Fix undefined behavior on bad extended headerPaul Eggert2022-10-271-2/+2
* Update copyright yearsSergey Poznyakoff2022-01-021-1/+1
* Provide functions for manipulating arrays of extended attributesSergey Poznyakoff2021-09-021-90/+5
* Fix handling of extended header prefixesSergey Poznyakoff2021-08-281-8/+9
* Minor changes.Samanta Navarro2021-06-011-2/+2
* maint: port better to non-GCC compilersPaul Eggert2021-03-011-49/+48
* 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-5/+22
* Version 1.31release_1_31Sergey Poznyakoff2019-01-021-2/+1
* Disallow modifications to the global pax extended header in update mode.Sergey Poznyakoff2018-12-211-0/+8
* Reject pax options starting with equals signSergey Poznyakoff2018-12-211-0/+3
* Fix buffer overflowSergey Poznyakoff2018-12-211-31/+39
* Update copyright yearsSergey Poznyakoff2017-01-021-2/+2
* Minor fixSergey Poznyakoff2016-11-111-1/+1
* sparse: fix pax extraction for unicode filenamesPavel Raiskup2016-11-111-4/+22
* Update copyright yearsSergey Poznyakoff2016-01-201-1/+1
* sparse: fix use of indeterminate valuePavel Raiskup2015-12-171-1/+1
* Silent a cc warningSergey Poznyakoff2014-12-171-1/+1
* Honor the pax-option overrides when creating archive.Sergey Poznyakoff2014-11-071-3/+3
* Fix bug in sparse file listingPavel Raiskup2014-11-071-1/+14
* Update copyright years.Sergey Poznyakoff2014-01-301-1/+2
* maint: update copyrights for 2013 and as per current GNU standardsPaul Eggert2012-12-311-16/+16
* Fix some problems with negative and out-of-range integers.Paul Eggert2012-12-221-129/+71
* build: new configure option --enable-gcc-warningsPaul Eggert2012-12-181-8/+5
* Fix indentation.Sergey Poznyakoff2012-11-191-11/+14
* Allow to store/extract '=' character in xattr keywordPavel Raiskup2012-11-191-6/+109
* Add SELinux context store/restore/list support.Pavel Raiskup2012-11-181-0/+20
* Support for POSIX ACLsPavel Raiskup2012-11-181-0/+43
* Add basic suuport for extended attributes.Pavel Raiskup2012-11-181-33/+138
* tar: quote 'like this', not `like this'Paul Eggert2012-01-181-3/+3
* tar: don't assume size of a sparse file chunk fits in size_tPaul Eggert2010-08-241-2/+2
* tar: don't export names that aren't used elsewherePaul Eggert2010-08-231-1/+2
* tar: remove trailing white space from source filesPaul Eggert2010-08-191-2/+2
* Bugfix (tiny change)Ondřej Vašík2010-02-051-1/+0
* Fix listing of volume labels (in particular in PAX archives).Sergey Poznyakoff2010-01-241-43/+62
* Provide a way to explicitly set mtime for extended header ustar blocks.Sergey Poznyakoff2009-10-071-0/+37
* Use file's mtime as mtime for its extended header.Sergey Poznyakoff2009-10-071-3/+3
* Implement the --warning option.Sergey Poznyakoff2009-08-051-2/+3
* Avoid undefined behaviorEric Blake2009-05-121-3/+3
* * src/xheader.c: Remove duplicate inclusion of fnmatch.h. ReportedSergey Poznyakoff2008-11-301-2/+0
* Relicense under GPLv3Sergey Poznyakoff2007-06-271-1/+1
* (decx): Unknown pax keywords produce a warning,not error.Sergey Poznyakoff2007-05-301-2/+2
* (xheader_init): New functionSergey Poznyakoff2007-05-191-48/+46
* Adjust to recent gnulib changes.Paul Eggert2007-01-261-2/+1
* Port to Forte Developer 7 C 5.4 and C99.Paul Eggert2006-12-121-13/+13
* (xheader_read): Remove unused variableSergey Poznyakoff2006-11-301-2/+0
* (mtime_coder): Treat non-null data as a pointer to struct timespec, overridin...Sergey Poznyakoff2006-11-131-2/+3