]> Dogcows Code - chaz/tar/history - src
(struct xhdr_tab.coder; all coder function): Added
[chaz/tar] / src /
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...
2003-11-17  Sergey PoznyakoffSupport for star sparse format
2003-11-17  Sergey Poznyakoff(diff_archive): Use sparse_diff_file.
2003-11-17  Sergey Poznyakoff(sys_compare_uid,sys_compare_gid): New functions
2003-11-17  Sergey Poznyakoff(sys_compare_uid,sys_compare_gid): New functions
2003-11-17  Sergey Poznyakoff(sparse_diff_file): New function
2003-11-17  Sergey Poznyakoff Use new diagnostics functions.
2003-11-17  Sergey Poznyakoff(close_diag,open_diag,read_diag_details)
2003-11-17  Sergey PoznyakoffMinor changes
2003-11-17  Sergey Poznyakoff(diff_sparse_files): Temporary placeholder.
2003-11-17  Sergey PoznyakoffUse new sparse file interface.
2003-11-17  Sergey PoznyakoffMajor rewrite.
2003-11-17  Sergey Poznyakoff(struct sp_array): Declaration from common.h
2003-11-17  Sergey Poznyakoff(struct sp_array,sparsearray,sp_array_size)
2003-11-17  Sergey PoznyakoffAdded sparse.c
2003-11-14  Sergey PoznyakoffDo not zero-terminate name field if
2003-11-14  Sergey Poznyakoff(safer_name_suffix): If the input file name ends with...
2003-11-14  Sergey PoznyakoffRemoved debugging hook
2003-11-14  Sergey Poznyakoff(start_header): Removed debugging hook
2003-11-13  Sergey PoznyakoffNew option --format=ustar forces POSIX.1-1988 archive...
2003-11-13  Sergey Poznyakoff(safer_name_suffix): Skip leading ./
2003-11-13  Sergey PoznyakoffAdded POSIX.1-1988 support.
2003-11-13  Sergey Poznyakoff(archive_format): USTAR_FORMAT: New type.
2003-11-13  Sergey Poznyakoff(atime_decoder,gid_decoder,ctime_decoder)
2003-11-13  Sergey Poznyakoff(all_names_found): Check if the argument
2003-11-13  Sergey Poznyakoff(read_and): Initialize current_stat_info
2003-11-13  Paul EggertFix some C compatibility bugs reported by Joerg Schilling.
2003-11-12  Sergey Poznyakoff(decode_header): Initialize st_atime and st_ctime.
2003-11-05  Paul EggertMake xhdr_tab extern, not static.
2003-11-03  Paul EggertInclude bounds in forward declaration for xhdr_tab.
2003-10-27  Paul Eggert* system.c (sys_spawn_shell): Cast trailing null to...
2003-10-19  Sergey Poznyakoff(decode_options): Removed superfluous archive format...
2003-10-08  Sergey Poznyakoff[MSDOS]: Fixed spelling of EACCES. Added macro overridi...
2003-10-08  Sergey PoznyakoffRemoved spurious includes.
2003-10-08  Sergey PoznyakoffAdded missing includes.
2003-10-04  Paul EggertFix some misspellings.
2003-10-04  Sergey PoznyakoffAdded system.c
2003-10-04  Sergey PoznyakoffMoved system dependencies to system.c
2003-10-04  Sergey PoznyakoffMoved system dependencies to system.c
2003-10-04  Sergey Poznyakoff(SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
2003-10-04  Sergey PoznyakoffPrototypes for functions from system.c
2003-10-04  Sergey PoznyakoffSystem-dependent functions
2003-10-04  Sergey PoznyakoffNew option --occurrence
2003-10-04  Sergey PoznyakoffCount number of occurrences of each name in the
2003-10-04  Sergey Poznyakoff(read_and): Honor --occurence option.
2003-10-04  Sergey Poznyakoff(delete_archive_members): Honor --occurence option.
2003-10-04  Sergey Poznyakoff(occurrence_option): New global
2003-10-02  Sergey PoznyakoffRemoved extra precaution regarding subcommand_option...
2003-10-02  Sergey PoznyakoffTake regexps into account
2003-10-02  Sergey PoznyakoffNew option --first-copy
2003-10-02  Sergey PoznyakoffNew option --first-copy
2003-10-02  Sergey Poznyakoff(read_and): Use all_names_found() as `while' condition.
2003-10-02  Sergey Poznyakoff(names_done): New function.
2003-09-24  Paul EggertDon't translate "Copyright".
2003-09-22  Paul Eggert--strip strips file system prefix too, and it counts...
2003-09-17  Sergey Poznyakoff(cut_path_elements): Added proto.
2003-09-05  Sergey PoznyakoffUse ngettext where appropriate.
2003-09-04  Sergey PoznyakoffNew option --strip-path=NUM.
2003-09-04  Sergey Poznyakoff(cut_path_elements): New functon.
2003-09-04  Sergey Poznyakoff(extract_archive): Implemented --strip-path
2003-09-04  Sergey Poznyakoff(strip_path_elements): New variable.
2003-09-04  Sergey Poznyakoff(xheader_decode): Store the header as well (for eventua...
2003-09-04  Sergey Poznyakoff(main): Do not check for volume_label_option unless...
2003-09-04  Sergey Poznyakoff(read_header): Minor change.
2003-09-04  Sergey PoznyakoffFixed deletion from the POSIX archives.
2003-09-04  Sergey Poznyakoff(decode_record): Reversed the return condition.
2003-09-04  Sergey PoznyakoffSupport for "linkpath" extended keyword
2003-09-03  Sergey PoznyakoffUse DEFAULT_ARCHIVE_FORMAT macro
2003-09-03  Paul Eggert(struct xhdr_tab.keyword): Now pointer to const.
2003-09-03  Paul Eggert(update_archive): Abort if HEADER_SUCCESS_EXTENDED...
2003-09-03  Paul Eggert(struct fmttab.name): Now char const *. All uses changed.
2003-09-03  Paul Eggert(read_and): Abort if HEADER_SUCCESS_EXTENDED occurs...
2003-09-03  Paul Eggert(delete_archive_members): Handle case of
2003-09-03  Paul Eggert(write_extended): Remove unused local 'bufsize'.
2003-09-03  Paul Eggert(verify_volume): read_header (0) -> read_header (false...
2003-09-03  Paul Eggert(destroy_stat, xheader_decode, xheader_store,
2003-09-03  Sergey Poznyakoff(xhdr_tab): Reserved GNU keywords (commented out for...
2003-09-03  Sergey Poznyakoff(list_archive): Always decode the header. This
2003-09-03  Sergey Poznyakoff(start_header): Store long file names
2003-09-01  Sergey PoznyakoffImplemented coder functions.
2003-09-01  Sergey Poznyakoff(OLDGNU_COMPATIBILITY): Removed
2003-09-01  Sergey PoznyakoffNew option --format
2003-09-01  Sergey Poznyakoff(print_header): Take user/group from current_stat_info.
2003-09-01  Sergey Poznyakoff(gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid...
2003-09-01  Sergey Poznyakoff(string_to_chars): New function.
2003-09-01  Sergey Poznyakoff(MAXOCTAL11,MAXOCTAL7): New defines
2003-08-31  Sergey PoznyakoffUse current_stat_info
2003-08-31  Sergey Poznyakoff(destroy_stat): New function.
2003-08-31  Sergey PoznyakoffUse current_stat_info
2003-08-31  Sergey Poznyakoff(decode_header): Added initial support for POSIX extended
2003-08-31  Sergey Poznyakoff(orig_file_name,current_file_name)
2003-08-31  Sergey Poznyakoff(decode_header): Added initial support for POSIX extended
2003-08-31  Sergey PoznyakoffAdded xheader.c
2003-08-31  Sergey PoznyakoffNew file
next
This page took 0.05064 seconds and 7 git commands to generate.