Update copyright years.
[debian/tar] / src / sparse.c
2014-01-30 Sergey PoznyakoffUpdate copyright years.
2013-11-17 Sergey PoznyakoffFix star compatibility (sparse headers)
2013-01-26 Paul Eggerttar: fix bug with sparse files with effective size...
2012-12-31 Paul Eggertmaint: update copyrights for 2013 and as per current...
2012-12-23 Paul EggertFix some problems with negative and out-of-range integers.
2012-01-18 Paul Eggerttar: quote 'like this', not `like this'
2012-01-06 Paul Eggerttar: don't assume O_NONBLOCK is benign on regular files
2010-12-14 Sergey PoznyakoffCorrectly store long sparse file names in PAX archives.
2010-08-25 Paul Eggerttar: optimize -c --sparse when file is entirely sparse
2010-08-24 Paul Eggerttar: don't assume size of a sparse file chunk fits...
2010-07-11 Sergey PoznyakoffKeep a detailed map of archive members stored in the...
2010-06-16 Paul EggertRemove some lint, found by gcc -W etc.
2007-06-27 Sergey PoznyakoffRelicense under GPLv3
2007-05-19 Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-01-19 Sergey Poznyakoff(sparse_skip_file,pax_dump_header_1)
2006-06-25 Sergey Poznyakoff(sparse_file_p): Remove
2006-06-24 Sergey Poznyakoff(pax_dump_header_0): Return false if
2006-06-23 Sergey PoznyakoffImplement sparse format versioning. Implement new
2006-06-20 Sergey Poznyakoff(pax_dump_header): Store original sparse file name
2005-11-10 Sergey Poznyakoff(sparse_dump_region): Call mv_size_left.
2005-11-09 Sergey PoznyakoffUse mv_.* functions where necessary.
2005-11-07 Sergey Poznyakoff(sparse_diff_file): Bugfix: set seekable.
2005-06-25 Sergey Poznyakoff(tar_sparse_init): Fill structure with zeros. Call
2005-06-23 Sergey Poznyakoff(pax_sparse_member_p): Checking member size vs. file...
2005-06-23 Sergey Poznyakoff(sparse_scan_file): Fix another bug, introduced yesterd...
2005-06-23 Sergey Poznyakoff(tar_sparse_init): Fix recent bugfixes: Initialize...
2005-06-23 Paul EggertA sweep of the sparse code prompted by a bug report...
2005-05-15 Paul EggertUpdate FSF postal mail address.
2005-03-03 Sergey Poznyakoff(sparse_scan_file): Bugfix. offset had incorrect type.
2005-02-02 Sergey PoznyakoffExtract sparse files even if the output fd is not seekable.
2004-09-06 Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-31 Sergey Poznyakoff(sparse_add_map): Fixed improper initializations
2004-04-05 Paul EggertMerge recent gnulib changes, and remove some lint.
2004-04-04 Sergey Poznyakoff(struct tar_sparse_optab.sparse_member_p)
2004-01-03 Sergey Poznyakoff(sparse_diff_file): Bugfix. Thanks Martin Simmons for...
2003-12-25 uid65697(sparse_scan_file): Correctly handle files with a hole...
2003-12-01 Sergey PoznyakoffInitial implementation of GNU/pax sparse file format.
2003-11-17 Sergey PoznyakoffSupport for star sparse format
2003-11-17 Sergey Poznyakoff(sparse_diff_file): New function
2003-11-17 Sergey PoznyakoffAdded sparse.c