]> Dogcows Code - chaz/tar/history - src
Added to the repository
[chaz/tar] / src /
2004-05-13  Sergey PoznyakoffRenamed strip_path_option to strip_components_option
2004-05-13  Sergey PoznyakoffRenamed --strip-path to --strip-components
2004-05-11  Sergey Poznyakoff(decode_options): Fixed typo in the comment.
2004-05-11  Sergey Poznyakoff(open_archive): Removed assignment to read_full_records...
2004-05-11  Sergey Poznyakoff(sys_child_open_for_uncompress): Do not
2004-05-11  Sergey Poznyakoff(safer_name_suffix): (safer_name_suffix): Use "%s"
2004-05-10  Sergey PoznyakoffFixed prerequisite headers for sys/buf.h (needed on...
2004-05-10  Sergey PoznyakoffNew option --rmt-command.
2004-05-10  Sergey PoznyakoffUse rmt_command_option instead of hardcoded "/etc/rmt".
2004-05-10  Sergey Poznyakoff(read_and): Print block number before
2004-05-10  Sergey Poznyakoff(rmt_command_option): New variable.
2004-05-10  Sergey Poznyakoff(localedir.h rule): Generate correct DEFAULT_RMT_COMMAN...
2004-05-07  Sergey Poznyakoff(name_gather): Bugfix: Honor single -C with --same...
2004-05-05  Sergey Poznyakoff--utc implies -vv
2004-04-28  Sergey PoznyakoffMake sure ICONV_CONST is defined. AM_ICONV does not...
2004-04-26  Sergey PoznyakoffInclude stpcpy.h
2004-04-26  Sergey PoznyakoffProduce an error, not warning, if the filename is too...
2004-04-20  Sergey PoznyakoffBugfix by Jürgen Weigert
2004-04-05  Paul EggertMerge recent gnulib changes, and remove some lint.
2004-04-04  Sergey PoznyakoffProtect inclusion of <sys/time.h>
2004-04-04  Sergey PoznyakoffUpdated
2004-04-04  Sergey Poznyakoff(usage): Prototype moved to common.h
2004-04-04  Sergey Poznyakoffinclude <fnmatch.h>
2004-04-04  Sergey Poznyakoff(utf8_convert): Changed prototype
2004-04-04  Sergey Poznyakoff(usage): Prototype moved to common.h
2004-04-04  Sergey PoznyakoffInclude <sys/time.h> and <utime.h> when available
2004-04-04  Sergey Poznyakoff(struct tar_sparse_optab.sparse_member_p)
2004-04-04  Sergey Poznyakoffinclude "common.h"
2004-04-04  Sergey Poznyakoff(decode_header): Use sparse_fixup_header to correct
2004-04-04  Sergey Poznyakoff(extract_archive): Use sparse_member_p instead of GNUTY...
2004-04-04  Sergey PoznyakoffRemoved unused variables
2004-04-04  Sergey Poznyakoff(diff_archive): Use is_sparse member instead of GNUTYPE...
2004-04-04  Sergey PoznyakoffAdded missing prototypes
2004-03-26  Sergey Poznyakoff(write_long_name): Do not allow more than
2004-03-22  Sergey Poznyakoff(open_archive): Clear read_full_records_option
2004-03-22  Sergey Poznyakoff(to_decimal): New function.
2004-03-22  Sergey Poznyakoff(start_header): Check for GNU_FORMAT if incremental_opt...
2004-03-12  Sergey Poznyakoff(read_and): Stop processing the archive after
2004-03-02  Sergey Poznyakoff(utf8_convert): Indentation fix.
2004-03-02  Sergey Poznyakoff(rmt_lseek__,rmt_ioctl__): Bugfix. The
2004-02-29  Sergey Poznyakoff(sys_child_open_for_uncompress): Minor stylistic fix.
2004-02-29  Sergey Poznyakoff(flush_read): Bugfix: the condition at line 714 included
2004-02-29  Sergey PoznyakoffNew options: --utc and keep-newer-files
2004-02-29  Sergey Poznyakoff(tartime): Print UTC if --utc was given.
2004-02-29  Sergey PoznyakoffHandle --keep-newer-files option
2004-02-29  Sergey Poznyakoff(utc_option): new global
2004-02-24  Sergey Poznyakoff(decode_header): Call xheader_decode before the assign...
2004-02-22  Sergey PoznyakoffUse keywords from the global headers.
2004-02-22  Sergey PoznyakoffDecode encountered global headers.
2004-02-22  Sergey Poznyakoff(write_header_name) In pax format, use "path" keyword...
2004-02-22  Sergey PoznyakoffAdded utf8.c
2004-02-22  Sergey PoznyakoffConversions to and from utf-8.
2004-02-21  Sergey PoznyakoffMinor stylistic fixes.
2004-02-21  Sergey Poznyakoff(dump_file0): The conditional at line
2004-02-20  Sergey Poznyakoff(sort_obstack): Fixed typo in the comment
2004-02-20  Sergey Poznyakoff(decode_header): Call xheader_decode unconditionally.
2004-02-20  Sergey Poznyakoff(delete_archive_members): Call xheader_decode unconditi...
2004-02-20  Sergey Poznyakoff(xheader_format_name): Bugfix.
2004-02-20  Sergey Poznyakoff(update_archive): Write global extended header if const...
2004-02-20  Sergey Poznyakoff(assert_format): Do not bail out if several
2004-02-20  Sergey Poznyakoff(start_private_header): Removed static qualifier.
2004-02-20  Sergey Poznyakoff(simple_finish_header,start_private_header): New
2004-02-20  Sergey PoznyakoffAdded a comment
2004-02-20  Sergey PoznyakoffDocumented --pax-option
2004-02-18  Sergey PoznyakoffMinor fixes
2004-02-18  Sergey PoznyakoffImplement pax -o option. Fixed misleading heading comme...
2004-02-18  Sergey PoznyakoffNew option --pax-option (equivalent to -o option of...
2004-02-18  Sergey Poznyakoff(write_extended): Call xheader_xhdr_name
2004-02-18  Sergey Poznyakoff(xheader_xhdr_name,xheader_ghdr_name): New functions
2004-02-17  Sergey PoznyakoffMinor changes
2004-02-17  Sergey PoznyakoffRemoved accumulator stuff in favor of obstack.
2004-02-15  Paul EggertFix Debian bug 230872, originally reported by Jeff...
2004-01-03  Sergey Poznyakoff(time_to_start_writing): Changed data type.
2004-01-03  Sergey Poznyakoff(decode_options): More option compatibility checks...
2004-01-03  Sergey PoznyakoffUpdated assignment to write_archive_to_stdout
2004-01-03  Sergey PoznyakoffUpdated invocations of safer_name_suffix
2004-01-03  Sergey Poznyakoff(maybe_backup_file): Changed return type
2004-01-03  Sergey Poznyakoff(new_volume,check_label_pattern): Changed return type.
2004-01-03  Sergey Poznyakoff(dump_dir0): Bugfix. Thanks Piotr Czerwinski <pius...
2004-01-03  Sergey Poznyakoff(sparse_diff_file): Bugfix. Thanks Martin Simmons for...
2003-12-25  uid65697(code_time,decode_time): Support for subsecond precisio...
2003-12-25  uid65697(tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New...
2003-12-25  uid65697(sys_stat_nanoseconds): New function
2003-12-25  uid65697(sparse_scan_file): Correctly handle files with a hole...
2003-12-25  uid65697(safer_name_suffix): Reverted change made 2003-11-14...
2003-12-25  uid65697(read_and): Treat only two successive zero filled block...
2003-12-25  uid65697(print_header): Use archive_file_size member when print...
2003-12-25  uid65697(decode_header): Discern between pax and ustar formats
2003-12-25  uid65697(write_directory_file): Use sys_truncate
2003-12-25  uid65697(dump_file0): Use sys_stat_nanoseconds().
2003-12-25  uid65697(sys_stat_nanoseconds): New function
2003-12-25  uid65697(short_read): Issue a warning on short reads.
2003-12-01  Sergey PoznyakoffMinor fix
2003-12-01  Sergey Poznyakoff (struct xhdr_tab.coder; all coder function): Added
2003-12-01  Sergey Poznyakoff(usage): Cleaned up the sample argument to --newer
2003-12-01  Sergey Poznyakoff(extract_archive): Check reported size vs.
2003-12-01  Sergey PoznyakoffUpdate calls to xheader_store
2003-12-01  Sergey Poznyakoff(xheader_store): Changed prototype.
2003-12-01  Sergey PoznyakoffInitial implementation of GNU/pax sparse file format.
2003-11-25  Sergey Poznyakoff(write_gnu_long_link): Use oldgnu magic with @LongLink...
next
This page took 0.05171 seconds and 7 git commands to generate.