Do not issue errors on existing files when given the -k option
[debian/tar] / src /
2009-05-14 Sergey PoznyakoffDo not issue errors on existing files when given the...
2009-05-12 Eric BlakeAvoid undefined behavior
2009-05-12 Sergey PoznyakoffRemove src/Makefile.in
2009-03-07 Sergey PoznyakoffMigrate to Git
2009-03-05 Sergey PoznyakoffVersion 1.22
2009-03-04 Sergey PoznyakoffAdd xz support.
2008-12-29 Sergey PoznyakoffFix testsuite and bootstrap. Implement -I.
2008-11-30 Sergey Poznyakoff* src/xheader.c: Remove duplicate inclusion of fnmatch...
2008-11-25 Sergey PoznyakoffDo not try to drain the input pipe before closing the...
2008-11-03 Sergey Poznyakoff* src/buffer.c (_write_volume_label): Fix typo, which...
2008-10-30 Sergey Poznyakoff* NEWS, configure.ac: Version 1.20.91
2008-10-22 Sergey Poznyakoff* src/buffer.c (short_read): Remove !read_full_records...
2008-10-16 Sergey Poznyakoff* src/common.h (transform_symlinks_option): New global.
2008-10-07 Sergey Poznyakoff(options): Add --lzop option.
2008-10-05 Sergey PoznyakoffBugfix.
2008-09-24 Sergey PoznyakoffImplement --no-null option.
2008-09-23 Sergey PoznyakoffChangeLog
2008-09-07 Sergey PoznyakoffBugfixes.
2008-07-31 Sergey PoznyakoffFix incremental archiving of renamed directories.
2008-07-24 Sergey PoznyakoffUntabify
2008-07-24 Sergey PoznyakoffFix multivolume archive creation when volume length...
2008-06-26 Sergey Poznyakoff* configure.ac, NEWS: Version 1.20.90
2008-06-26 Sergey PoznyakoffBugfixes.
2008-06-14 Sergey Poznyakoff(exclude_vcs_files): Support for Bazaar, Mercurial...
2008-05-05 Sergey Poznyakoff(main): Reword the "delayed error" message. New wording...
2008-05-05 Sergey PoznyakoffVersion 1.20. release_1_20
2008-03-31 Sergey Poznyakoff(dump_file0): Count links only for actually dumped...
2008-03-27 Sergey Poznyakoff* src/common.h (check_device_option): New global.
2008-03-06 Sergey Poznyakoff* bootstrap: Use rsync to get translations.
2008-02-08 Sergey Poznyakoff* NEWS: Update.
2008-02-07 Sergey Poznyakoff(dump_file0): Apply transform_name to symlink targets.
2008-02-04 Sergey PoznyakoffSupport multiple --transform options. Support semicolon...
2008-01-31 Paul Eggert* doc/tar.texi: Update Back-Cover text to reflect new...
2007-12-05 Sergey Poznyakoff(check_compressed_archive): Do not bail out if the
2007-11-13 Paul EggertDon't read from name[-1].
2007-10-31 Sergey Poznyakoff(magic): Fix lzma option
2007-10-31 Sergey Poznyakoff(sys_exec_info_script,sys_exec_checkpoint_script):...
2007-10-31 Sergey PoznyakoffNew actions: bell and ttyout
2007-10-29 Sergey Poznyakoff(parse_opt): New options --hard-dereference, --checkpoi...
2007-10-29 Sergey Poznyakoff(sys_exec_checkpoint_script): New function.
2007-10-29 Sergey Poznyakoff(file_count_links): do nothing if hard_dereference_opti...
2007-10-29 Sergey Poznyakoff(enum checkpoint_style): Remove.
2007-10-29 Sergey Poznyakoff(checkpoint, do_checkpoint): Remove.
2007-10-29 Sergey Poznyakoffcheckpoint handling
2007-10-29 Sergey Poznyakoff(tar_SOURCES): add checkpoint.c
2007-10-29 Sergey Poznyakoff(sys_exec_info_script): Initialize buf. Problem reporte...
2007-10-18 Paul EggertAvoid compiler warnings.
2007-10-17 Sergey PoznyakoffNew options --auto-compress (-a) and --lzma
2007-10-17 Sergey Poznyakoff(set_comression_program_by_suffix): New prototype.
2007-10-17 Sergey Poznyakoff(magic): Add an entry for new lzma format. Proposed...
2007-10-17 Sergey PoznyakoffAdd suffix.c
2007-10-17 Sergey PoznyakoffNew file. Determine compression algorithm by archive...
2007-10-13 Paul Eggert* src/utf8.c (string_ascii_p): Recode to avoid bogus...
2007-10-05 Sergey Poznyakoff(dump_regular_file): Fix file padding in case of trunca...
2007-10-03 Sergey Poznyakoff(try_purge_directory): Ensure that arguments to T and...
2007-09-29 Sergey Poznyakoff(obstack_code_rename): Apply safer_name_suffix to name...
2007-09-26 Sergey PoznyakoffNew option --exclude-vcs
2007-09-26 Sergey Poznyakoff(struct directory): New member tagfile
2007-09-26 Sergey Poznyakoff(exclusion_tag_warning, check_exclusion_tags): Remove...
2007-09-26 Sergey Poznyakoff(exclusion_tag_warning, check_exclusion_tags): New...
2007-08-26 Sergey Poznyakoff(apply_nonancestor_delayed_set_stat): Rename st->sb...
2007-08-26 Sergey Poznyakoff(diff_dumpdir): Rename stat->stat_data to avoid shadowi...
2007-08-26 Sergey Poznyakoff(check_exclusion_tags): Remove declaration of unused...
2007-08-26 Sergey PoznyakoffDon't include <getline.h>. No longer needed.
2007-08-24 Sergey Poznyakoff(check_compressed_archive): Detect files smaller than...
2007-08-12 Sergey Poznyakoff(contains_dot_dot): Fix double-dot recognition in case...
2007-06-27 Sergey PoznyakoffRelicense under GPLv3
2007-06-01 Sergey Poznyakoff (decode_xform): Exempt symbolic links from component
2007-06-01 Sergey PoznyakoffUpdate calls to transform_member_name
2007-06-01 Sergey Poznyakoff(xform_type): New data type
2007-05-30 Sergey Poznyakoff (decx): Unknown pax keywords produce a warning,not...
2007-05-29 Paul Eggert* src/misc.c (set_file_atime): Use gl_futimens, not...
2007-05-19 Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-05-19 Sergey Poznyakoff(buffer_write_global_xheader): New function
2007-05-19 Sergey Poznyakoff(xheader_init): New function
2007-05-19 Sergey Poznyakoff(struct xheader): New definition
2007-05-19 Sergey Poznyakoff(buffer_write_global_xheader): New function
2007-05-18 Sergey Poznyakoff(dump_file0): Original ctime cannot be used as a direct...
2007-04-13 Paul EggertAdjust to latest Gnulib.
2007-04-03 Sergey Poznyakoff(main): Don't call closeopen.
2007-04-03 Sergey PoznyakoffDon't include <sys/time.h>, <sys/resource.h>; no longer...
2007-04-03 Sergey Poznyakoff(closeopen): Remove decl.
2007-04-03 Sergey Poznyakoff(sys_exec_info_script): Store the inter-communication...
2007-04-03 Sergey Poznyakoff(main): Move closeopen after decode_options to allow...
2007-03-30 Sergey PoznyakoffRestore accidentally deleted lines
2007-03-30 Sergey Poznyakoff(transform_name_fp): Change signature. All callers...
2007-03-30 Sergey PoznyakoffFix indentation
2007-03-30 Sergey Poznyakoff(all_names_found): Remove check for matching_flags.
2007-03-30 Sergey Poznyakoff(transform_member_name): New function
2007-03-30 Sergey Poznyakoff(extract_link, extract_symlink): Use
2007-03-30 Sergey Poznyakoff(transform_name_fp): Change signature
2007-03-30 Sergey PoznyakoffDo not include mkdtemp.h
2007-01-26 Paul EggertAdjust to recent gnulib changes.
2007-01-23 Sergey PoznyakoffNew options --exclude-caches-all, --exclude-caches...
2007-01-23 Sergey Poznyakoff(struct exclude_tag): rename to exclusion_tag
2007-01-23 Sergey Poznyakoff(exclude_caches_option): Remove
2007-01-19 Sergey Poznyakoff(sparse_skip_file,pax_dump_header_1)
2007-01-04 Sergey Poznyakoff(list_dumpdir): Minor fixes.
2007-01-04 Sergey Poznyakoff(diff_dumpdir): Compare directory contents using
2007-01-04 Sergey Poznyakoff(read_and_process): Fix type of "size"
next