]> Dogcows Code - chaz/tar/history - src
(dump_file0): Transform file name
[chaz/tar] / src /
2006-06-02  Sergey Poznyakoff(dump_file0): Transform file name
2006-06-02  Sergey Poznyakoff(transform_name, transform_name_fp): New functions
2006-06-02  Sergey PoznyakoffNew file
2006-06-02  Sergey Poznyakoff(tar_SOURCES): New module transform.c
2006-05-31  Sergey Poznyakoff(make_directory): Fix initialization of struct directory.
2006-05-25  Sergey Poznyakoff(parse_opt): Add comment before --preserve case.
2006-05-25  Sergey Poznyakoff(options): Move globbing-related options into a
2006-05-25  Sergey PoznyakoffRewritten handling of member names in the command
2006-05-25  Sergey Poznyakoff(dump_file,dump_file0): First argument is const char...
2006-05-25  Sergey Poznyakoff(struct name): Refactured
2006-05-23  Sergey Poznyakoff(change_tape_menu): Fix typo (uninitialized variable...
2006-05-22  Sergey Poznyakoff(change_tape_menu): Break the loop after obtaining...
2006-05-13  Sergey Poznyakoff(read_header_primitive): New function
2006-05-13  Sergey Poznyakoff(extract_volhdr): New function
2006-05-13  Sergey Poznyakoff(read_header_primitive): New function
2006-05-13  Sergey Poznyakoff(read_header0): Use read_header_primitive to avoid...
2006-05-13  Sergey Poznyakoff(find_directory_meta): Bugfix
2006-05-08  Sergey Poznyakoff(collect_and_sort_names): Update dir_contents of the...
2006-05-08  Sergey Poznyakoff(struct directory.contents, flags): New members
2006-05-08  Sergey Poznyakoff(rename_directory): New function
2006-05-08  Sergey Poznyakoff(rename_directory,append_incremental_renames): New...
2006-05-02  Sergey Poznyakoff(try_new_volume): Attempt to continue if the name is...
2006-05-02  Sergey Poznyakoff(_open_archive): Remove unnecessary argument to check_c...
2006-04-11  Sergey Poznyakoff(directory.new): New member
2006-04-11  Sergey PoznyakoffMinor changes
2006-04-11  Sergey Poznyakoff(extract_dir): Fix toggling existing directory
2006-03-13  Sergey Poznyakoff(options): Consistently begin help messages with a...
2006-03-08  Paul Eggert* src/buffer.c (record_buffer_aligned): New var.
2006-02-20  Sergey PoznyakoffFix copyright years
2006-02-20  Sergey Poznyakoff(split_long_name): Fix maximum length estimation. Patch...
2006-02-20  Paul EggertAvoid installation glitches on Solaris 8 with Sun C...
2006-02-19  Sergey Poznyakoff(new_volume): Prompt the user for archive name if unabl...
2006-02-19  Sergey Poznyakoff(add_chunk_header): Free st.orig_file_name after callin...
2006-02-19  Sergey Poznyakoff(dump_file0): Restore file_count_links,accidentally...
2006-02-08  Sergey Poznyakoff(tar_set_quoting_style): Provide second argument to...
2006-02-07  Paul Eggert* gnulib.modules: Add closeout, exitfial.
2006-02-07  Paul Eggert* NEWS: --version now outputs copyright etc., to confor...
2006-02-07  Paul EggertUpdate copyright year to 2006.
2006-02-07  Sergey Poznyakoff(sparse_map_decoder): Fix misleading diagnostic.
2006-01-31  Sergey Poznyakoff(struct tar_stat_info): New members is_dumpdir and...
2006-01-31  Sergey Poznyakoff(list_archive): Use is_dumpdir
2006-01-31  Sergey Poznyakoff(get_gnu_dumpdir): Static
2006-01-31  Sergey Poznyakoff(prepare_to_extract): Use is_dumpdir member to check...
2006-01-31  Sergey Poznyakoff(get_gnu_dumpdir): Remove prototype
2006-01-21  Sergey Poznyakoff(decode_options): Refuse using --delete with compressio...
2006-01-18  Sergey PoznyakoffImplement new options --quoting-style, --quote-chars...
2005-12-14  Sergey PoznyakoffUpdate invocations of name_scan.
2005-12-14  Sergey Poznyakoff(name_scan): Change prototype.
2005-12-14  Sergey Poznyakoff(name_scan): Take an additional argument requesting...
2005-12-13  Sergey Poznyakoff(addname,add_hierarchy_to_namelist): Initialize explici...
2005-12-13  Sergey Poznyakoff(procdir): If name_scan() returns something, check...
2005-12-13  Sergey Poznyakoff(struct name): New member `explicit'. Remove unused...
2005-12-12  Sergey PoznyakoffIf --one-file-system is given and a
2005-12-11  Sergey Poznyakoff(options,parse_opt): New options --delay-directory...
2005-12-11  Sergey Poznyakoff(directories_first): Replaced by delay_directory_restor...
2005-12-11  Sergey Poznyakoff(delay_directory_restore_option): New global.
2005-12-09  Sergey Poznyakoff(read_directory_file): Fix format string
2005-12-09  Sergey Poznyakoff(to_chars_subst): Remove unused variable
2005-12-09  Sergey Poznyakoff(set_file_atime): Add prototype.
2005-12-09  Sergey Poznyakoff(open_archive): Add default case to shut up gcc.
2005-12-08  Sergey Poznyakoff(gid_to_chars, major_to_chars, minor_to_chars)
2005-12-08  Sergey Poznyakoff(gid_to_chars, major_to_chars, minor_to_chars)
2005-12-06  Sergey Poznyakoff(options): Add --restrict option. Use macros for option...
2005-12-06  Sergey Poznyakoff(sys_exec_info_script): The script can supply new
2005-12-06  Sergey Poznyakoff(sys_exec_info_script): Update delaration
2005-12-06  Sergey Poznyakoff(new_volume): Update invocation
2005-12-06  Sergey Poznyakoff(archive_format_string): Remove static qualifier.
2005-12-06  Sergey Poznyakoff(sys_exec_info_script): New function.
2005-12-06  Sergey Poznyakoff(archive_format_string,subcommand_string,sys_exec_info_...
2005-12-06  Sergey Poznyakoff(new_volume): Use sys_exec_info_script() instead of...
2005-12-01  Sergey PoznyakoffObtain root_device here, to make sure it works correctl...
2005-12-01  Sergey Poznyakoff(purge_directory): Skip the member and return if the...
2005-12-01  Sergey PoznyakoffFix restoring of directory timestamps from
2005-11-29  Paul Eggert(parse_opt): Remove bogus \n in new atime diagnostic.
2005-11-29  Paul Eggert* NEWS: New option --atime-preserve=system, which uses...
2005-11-27  Sergey PoznyakoffRemove prematurely introduced parts of new MV format...
2005-11-26  Sergey Poznyakoff(xheader_format_name): Fix memory leak.
2005-11-11  Sergey Poznyakoff(confirm): Rewritten using rpmatch.
2005-11-11  Sergey Poznyakoff(xheader_format_name): Remove static
2005-11-11  Sergey Poznyakoff(write_extended): Change type and meaning of the first...
2005-11-11  Sergey Poznyakoff(flush_read,flush_write): Functions, again.
2005-11-11  Sergey Poznyakoff(flush_write,flush_read): Change data type.
2005-11-10  Sergey Poznyakoff(xhdr_tab): New keyword GNU.volume.filename.
2005-11-10  Sergey PoznyakoffDo not pad compressed output if it goes to stdout.
2005-11-10  Sergey Poznyakoff(sparse_dump_region): Call mv_size_left.
2005-11-10  Sergey Poznyakoff(try_new_volume): Bugfix. Always check
2005-11-09  Sergey Poznyakoff(xhdr_tab): Support for new GNU keywords.
2005-11-09  Sergey Poznyakoff (decode_options): Allow to use --multi-volume and...
2005-11-09  Sergey PoznyakoffUse mv_.* functions where necessary.
2005-11-09  Sergey PoznyakoffUse mv_.* functions uniformly instead of fiddling with...
2005-11-09  Sergey Poznyakoff(save_name,save_sizeleft,save_totsize): Remove
2005-11-09  Sergey PoznyakoffRewritten in a more modular fashion to provide
2005-11-08  Paul Eggert* src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
2005-11-07  Paul Eggert(xheader_store): Last arg is void const *.
2005-11-07  Paul Eggert(xheader_store): Last arg here is void const *, too.
2005-11-07  Paul Eggert(struct xhdr_tab.coder): Last arg is void const *,
2005-11-07  Sergey Poznyakoff(xheader_keyword_deleted_p): Remove static
2005-11-07  Sergey Poznyakoff(struct tar_stat_info.dumpdir): New member.
2005-11-07  Sergey PoznyakoffIncremental options are allowed with --format=pax
2005-11-07  Sergey Poznyakoff(sparse_diff_file): Bugfix: set seekable.
next
This page took 0.051113 seconds and 7 git commands to generate.