Fix coredump.
[debian/tar] / src / sparse.c
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