2010-08-24 |
Paul Eggert | tar: don't assume size of a sparse file chunk fits... |
blob | commitdiff | raw |
2010-08-23 |
Paul Eggert | tar: don't export names that aren't used elsewhere |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Paul Eggert | tar: remove trailing white space from source files |
blob | commitdiff | raw | diff to current |
2010-02-05 |
Ondřej Vašík | Bugfix (tiny change) |
blob | commitdiff | raw | diff to current |
2010-01-24 |
Sergey Poznyakoff | Fix listing of volume labels (in particular in PAX... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Sergey Poznyakoff | Provide a way to explicitly set mtime for extended... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Sergey Poznyakoff | Use file's mtime as mtime for its extended header. |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Sergey Poznyakoff | Implement the --warning option. |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Eric Blake | Avoid undefined behavior |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Sergey Poznyakoff | * src/xheader.c: Remove duplicate inclusion of fnmatch... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Sergey Poznyakoff | Relicense under GPLv3 |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Sergey Poznyakoff | (decx): Unknown pax keywords produce a warning,not... |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Sergey Poznyakoff | (xheader_init): New function |
blob | commitdiff | raw | diff to current |
2007-01-26 |
Paul Eggert | Adjust to recent gnulib changes. |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Paul Eggert | Port to Forte Developer 7 C 5.4 and C99. |
blob | commitdiff | raw | diff to current |
2006-11-30 |
Sergey Poznyakoff | (xheader_read): Remove unused variable |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Sergey Poznyakoff | (mtime_coder): Treat non-null data as a pointer to... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Sergey Poznyakoff | Call last_component instead of base_name. The latter... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Sergey Poznyakoff | (xheader_string_end): Fix diagnostic message. |
blob | commitdiff | raw | diff to current |
2006-06-24 |
Sergey Poznyakoff | (xhdr_tab.decoder): pass keyword as a second |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Sergey Poznyakoff | Implement new keywords: GNU.sparse.name, GNU.sparse... |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Sergey Poznyakoff | (GNU.sparse.name): New variable for storing sparse... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Sergey Poznyakoff | (xheader_set_single_keyword): Fix typo. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Paul Eggert | Update copyright year to 2006. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Sergey Poznyakoff | (sparse_map_decoder): Fix misleading diagnostic. |
blob | commitdiff | raw | diff to current |
2005-11-27 |
Sergey Poznyakoff | Remove prematurely introduced parts of new MV format... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Sergey Poznyakoff | (xheader_format_name): Fix memory leak. |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Sergey Poznyakoff | (xheader_format_name): Remove static |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Sergey Poznyakoff | (xhdr_tab): New keyword GNU.volume.filename. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Sergey Poznyakoff | (xhdr_tab): Support for new GNU keywords. |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Paul Eggert | (xheader_store): Last arg here is void const *, too. |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Paul Eggert | (struct xhdr_tab.coder): Last arg is void const *, |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Sergey Poznyakoff | (xheader_keyword_deleted_p): Remove static |
blob | commitdiff | raw | diff to current |
2005-11-06 |
Paul Eggert | * src/xheader.c (strtoimax, strtoumax): Remove decls... |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Paul Eggert | Don't filter time stamps through the resolution supported |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Sergey Poznyakoff | (size_decoder): Do not set archive_file_size |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Paul Eggert | A sweep of the sparse code prompted by a bug report... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Paul Eggert | Carefully crafted invalid headers can cause buffer... |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Sergey Poznyakoff | Update invocations of safer_name_suffix() |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Paul Eggert | (decode_record): Don't dump core when given |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Sergey Poznyakoff | Use quote() |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Sergey Poznyakoff | Remove inclusion of obstack.h src/incremen.c |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Sergey Poznyakoff | Started merging with cpio into paxutils. |
blob | commitdiff | raw | diff to current |
2004-05-16 |
Sergey Poznyakoff | Fix improper use of 'path' word |
blob | commitdiff | raw | diff to current |
2004-04-26 |
Sergey Poznyakoff | Include stpcpy.h |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Paul Eggert | Merge recent gnulib changes, and remove some lint. |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Sergey Poznyakoff | include <fnmatch.h> |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Sergey Poznyakoff | (to_decimal): New function. |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Sergey Poznyakoff | Use keywords from the global headers. |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Sergey Poznyakoff | (xheader_format_name): Bugfix. |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Sergey Poznyakoff | Implement pax -o option. Fixed misleading heading comme... |
blob | commitdiff | raw | diff to current |
2003-12-25 |
uid65697 | (code_time,decode_time): Support for subsecond precisio... |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Sergey Poznyakoff | (struct xhdr_tab.coder; all coder function): Added |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Sergey Poznyakoff | (atime_decoder,gid_decoder,ctime_decoder) |
blob | commitdiff | raw | diff to current |
2003-11-05 |
Paul Eggert | Make xhdr_tab extern, not static. |
blob | commitdiff | raw | diff to current |
2003-11-03 |
Paul Eggert | Include bounds in forward declaration for xhdr_tab. |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Sergey Poznyakoff | Removed spurious includes. |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Sergey Poznyakoff | (xheader_decode): Store the header as well (for eventua... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Sergey Poznyakoff | (decode_record): Reversed the return condition. |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Paul Eggert | (struct xhdr_tab.keyword): Now pointer to const. |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Sergey Poznyakoff | (xhdr_tab): Reserved GNU keywords (commented out for... |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Sergey Poznyakoff | Implemented coder functions. |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Sergey Poznyakoff | New file |
blob | commitdiff | raw | diff to current |
|