]> Dogcows Code - chaz/tar/history - src
Merge changes from gnulib for file system sub-second time stamps.
[chaz/tar] / src /
2005-09-16  Paul EggertMerge changes from gnulib for file system sub-second...
2005-09-14  Sergey Poznyakoff(list_dumpdir): New function.
2005-09-14  Sergey Poznyakoff(list_archive): Use list_dumpdir() to display GNUTYPE_D...
2005-09-14  Sergey Poznyakoff(list_dumpdir): New function. Used to dump contents...
2005-09-12  Paul EggertTreat fishy-looking hard links like fishy-looking symlinks.
2005-09-03  Sergey Poznyakoff(purge_directory): Do not dereference symbolic links...
2005-08-17  Sergey Poznyakoff(read_directory_file): Use strtoumax to read snapshot...
2005-08-01  Sergey Poznyakoff(file_dumpable_p,dump_file0): Fix handling of sparse...
2005-06-25  Sergey Poznyakoff(tar_sparse_init): Fill structure with zeros. Call
2005-06-23  Sergey Poznyakoff(pax_sparse_member_p): Checking member size vs. file...
2005-06-23  Sergey Poznyakoff(size_decoder): Do not set archive_file_size
2005-06-23  Sergey Poznyakoff(sparse_scan_file): Fix another bug, introduced yesterd...
2005-06-23  Sergey Poznyakoff(tar_sparse_init): Fix recent bugfixes: Initialize...
2005-06-23  Paul EggertA sweep of the sparse code prompted by a bug report...
2005-06-23  Paul Eggert* src/common.h (timespec_lt): Add a return type: bool.
2005-06-22  Paul EggertCarefully crafted invalid headers can cause buffer...
2005-06-13  Sergey Poznyakoff(dump_file0): Check for is_avoided_name() first. Fixes...
2005-06-02  Paul Eggert* src/names.c (excluded_name): excluded_filename ->
2005-05-30  Sergey Poznyakoff(read_name_from_file,update_argv): Automatically detect...
2005-05-21  Sergey Poznyakoff(hash_string_hasher,hash_string_compare)
2005-05-21  Sergey PoznyakoffInclude paxlib.h instead of paxerror.h
2005-05-21  Sergey PoznyakoffUpdate invocations of safer_name_suffix()
2005-05-19  Sergey PoznyakoffRemove defines and declarations imported from paxutils
2005-05-17  Paul Eggert(remove_any_file): Fix typo in previous change.
2005-05-15  Paul EggertPort to Solaris 10's treatment of unlinking directories.
2005-05-15  Paul EggertUpdate FSF postal mail address.
2005-05-12  Sergey Poznyakoff(file_newer_p): Return false if file does not exist
2005-05-12  Sergey Poznyakoff(dump_regular_file): Correctly pad archive members...
2005-05-12  Sergey Poznyakoff(diff_file): diff_handle was not initialized
2005-05-02  Paul EggertUpdate copyright.
2005-05-02  Paul EggertUpdate copyright.
2005-05-02  Paul EggertAdjust to new hash API.
2005-05-02  Paul Eggert(parse_opt): Adjust to new modechange API.
2005-05-02  Paul Eggert(start_ueader): Adjust to new modechange API.
2005-05-02  Paul Eggert(initial_umask): New var.
2005-04-18  Paul Eggert* src/buffer.c (reading_from_pipe): Remove. All uses...
2005-04-16  Paul EggertUse UTF-8 uniformly, rather than UTF-8 sometimes and...
2005-04-14  Sergey Poznyakoff(SOLARIS_XHDTYPE): New define
2005-04-14  Sergey PoznyakoffHandle Solaris 'X' type flag
2005-04-07  Sergey PoznyakoffAssign orig_file_name
2005-04-07  Sergey Poznyakoff(diff_init): Read directory file if in listed
2005-04-07  Sergey Poznyakoff(flush_write): Warn when the name of the archive
2005-04-07  Sergey PoznyakoffMinor fixes to text messages. Proposed by Benno Schulen...
2005-04-07  Sergey PoznyakoffMinor fixes to text messages. Proposed by Benno Schulen...
2005-04-04  Paul Eggert(struct zip_magic): Use char arrays, not pointers.
2005-04-02  Paul Eggert(decode_record): Don't dump core when given
2005-03-03  Sergey Poznyakoff(sparse_scan_file): Bugfix. offset had incorrect type.
2005-03-03  Sergey PoznyakoffCorrectly parse empty uname/gname
2005-03-03  Sergey Poznyakoff(print_header): Print UID/GID in case of
2005-02-15  Sergey PoznyakoffReplace strdup with xstrdup
2005-02-10  Sergey Poznyakoff(read_header): Removed assignment to oldgnu_header...
2005-02-06  Sergey PoznyakoffVarious fixes in help and diagnostic messages
2005-02-05  Sergey Poznyakoff(options): Improved sorting. Document --backup=off.
2005-02-05  Sergey Poznyakoff(sys_exec_command): Use xclose, xpipe, xfork, xdup2...
2005-02-05  Sergey Poznyakoff(exec_error,fork_error,dup2_error,pipe_error): Removed...
2005-02-05  Sergey Poznyakoff(extract_archive): Do not check for EXTRACT_OVER_PIPE...
2005-02-05  Sergey PoznyakoffCode clean up.
2005-02-05  Sergey Poznyakoff(EXTRACT_OVER_PIPE): New macro
2005-02-05  Sergey PoznyakoffHandle new options --to-command,--ignore-command-error
2005-02-05  Sergey Poznyakoff(sys_exec_command,sys_wait_command): New functions
2005-02-05  Sergey Poznyakoff(exec_error, fork_error, dup_error,pipe_error): New...
2005-02-05  Sergey Poznyakoff(extract_file): Handle to_command_option
2005-02-05  Sergey Poznyakoff(to_command_option)
2005-02-05  Sergey PoznyakoffDo not use 8-bit chars in comments
2005-02-04  Paul Eggert(from_header): New arg OCTAL_ONLY, normally false.
2005-02-04  Sergey Poznyakoff(update_argv): Changed type to void
2005-02-04  Sergey PoznyakoffRemoved unused variables.
2005-02-04  Sergey PoznyakoffFurther rewrite
2005-02-04  Sergey Poznyakoff(options) Minor spelling fix
2005-02-04  Sergey PoznyakoffAdd translators' comments
2005-02-04  Sergey Poznyakoff(extract_archive): Rewritten
2005-02-04  Sergey Poznyakoff(start_private_header,write_header_name)
2005-02-04  Sergey Poznyakoff(OLDGNU_NAME_FIELD_SIZE): New constant
2005-02-03  Sergey PoznyakoffAdd translators' comment
2005-02-03  Sergey PoznyakoffUse quote()
2005-02-03  Sergey Poznyakoff(short_read): Use ngettext()
2005-02-02  Sergey PoznyakoffExtract sparse files even if the output fd is not seekable.
2005-01-18  Sergey PoznyakoffRemove inclusion of obstack.h
2005-01-18  Sergey PoznyakoffNew options --unquote (--no-unquote) and --add-file
2005-01-18  Sergey Poznyakoff(name_file): Removed variable.
2005-01-18  Sergey Poznyakoff(stat_fatal): New function
2005-01-18  Sergey PoznyakoffRemove inclusion of obstack.h src/incremen.c
2005-01-18  Sergey PoznyakoffInclude obstack.h
2005-01-13  Sergey PoznyakoffUse memset instead of bzero, memmove
2005-01-11  Sergey PoznyakoffReworded docstrings for --[no-]same-permissions
2005-01-05  Sergey Poznyakoff(parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks Mike...
2004-12-22  Sergey Poznyakoff(main): Reverted recent changes (#ifdef).
2004-12-21  Sergey Poznyakoff(open_compressed_archive): Do not attemt to determine...
2004-12-21  Sergey PoznyakoffMinor improvement: reset hit_eof in open_compressed_archive
2004-12-21  Sergey Poznyakoff(main): Protect invocation of setlocale by ifdef.
2004-12-21  Sergey Poznyakoff(from_header, tar_checksum): Changed declaration. All...
2004-12-21  Sergey Poznyakoff(tar_checksum): changed declaration
2004-12-21  Sergey Poznyakoff(check_compressed_archive): Check remote archves as...
2004-12-21  Sergey Poznyakoff(main): Protect invocation of setlocale by ifdef.
2004-12-21  Sergey PoznyakoffBugfix. Changes introduced 2004-11-26 broke extraction...
2004-12-18  Sergey Poznyakoff(decode_options): Ignore --seek if used with --delete.
2004-12-17  Sergey Poznyakoff(delete_archive_members): Bugfix: when
2004-11-26  Sergey Poznyakoff(tar_checksum): New function
2004-11-26  Sergey Poznyakoff(tar_checksum): New function
2004-11-26  Sergey Poznyakoff(hit_eof): Changed type to boolean
next
This page took 0.050112 seconds and 7 git commands to generate.