2005-04-07 |
Sergey Poznyakoff | Minor fixes to text messages. Proposed by Benno Schulen... |
tree | commitdiff |
2005-04-07 |
Sergey Poznyakoff | Minor fixes to text messages. Proposed by Benno Schulen... |
tree | commitdiff |
2005-04-04 |
Paul Eggert | (struct zip_magic): Use char arrays, not pointers. |
tree | commitdiff |
2005-04-02 |
Paul Eggert | (decode_record): Don't dump core when given |
tree | commitdiff |
2005-03-03 |
Sergey Poznyakoff | (sparse_scan_file): Bugfix. offset had incorrect type. |
tree | commitdiff |
2005-03-03 |
Sergey Poznyakoff | Correctly parse empty uname/gname |
tree | commitdiff |
2005-03-03 |
Sergey Poznyakoff | (print_header): Print UID/GID in case of |
tree | commitdiff |
2005-02-15 |
Sergey Poznyakoff | Replace strdup with xstrdup |
tree | commitdiff |
2005-02-10 |
Sergey Poznyakoff | (read_header): Removed assignment to oldgnu_header... |
tree | commitdiff |
2005-02-06 |
Sergey Poznyakoff | Various fixes in help and diagnostic messages |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (options): Improved sorting. Document --backup=off. |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (sys_exec_command): Use xclose, xpipe, xfork, xdup2... |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (exec_error,fork_error,dup2_error,pipe_error): Removed... |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (extract_archive): Do not check for EXTRACT_OVER_PIPE... |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | Code clean up. |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (EXTRACT_OVER_PIPE): New macro |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | Handle new options --to-command,--ignore-command-error |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (sys_exec_command,sys_wait_command): New functions |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (exec_error, fork_error, dup_error,pipe_error): New... |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (extract_file): Handle to_command_option |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | (to_command_option) |
tree | commitdiff |
2005-02-05 |
Sergey Poznyakoff | Do not use 8-bit chars in comments |
tree | commitdiff |
2005-02-04 |
Paul Eggert | (from_header): New arg OCTAL_ONLY, normally false. |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | (update_argv): Changed type to void |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | Removed unused variables. |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | Further rewrite |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | (options) Minor spelling fix |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | Add translators' comments |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | (extract_archive): Rewritten |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | (start_private_header,write_header_name) |
tree | commitdiff |
2005-02-04 |
Sergey Poznyakoff | (OLDGNU_NAME_FIELD_SIZE): New constant |
tree | commitdiff |
2005-02-03 |
Sergey Poznyakoff | Add translators' comment |
tree | commitdiff |
2005-02-03 |
Sergey Poznyakoff | Use quote() |
tree | commitdiff |
2005-02-03 |
Sergey Poznyakoff | (short_read): Use ngettext() |
tree | commitdiff |
2005-02-02 |
Sergey Poznyakoff | Extract sparse files even if the output fd is not seekable. |
tree | commitdiff |
2005-01-18 |
Sergey Poznyakoff | Remove inclusion of obstack.h |
tree | commitdiff |
2005-01-18 |
Sergey Poznyakoff | New options --unquote (--no-unquote) and --add-file |
tree | commitdiff |
2005-01-18 |
Sergey Poznyakoff | (name_file): Removed variable. |
tree | commitdiff |
2005-01-18 |
Sergey Poznyakoff | (stat_fatal): New function |
tree | commitdiff |
2005-01-18 |
Sergey Poznyakoff | Remove inclusion of obstack.h src/incremen.c |
tree | commitdiff |
2005-01-18 |
Sergey Poznyakoff | Include obstack.h |
tree | commitdiff |
2005-01-13 |
Sergey Poznyakoff | Use memset instead of bzero, memmove |
tree | commitdiff |
2005-01-11 |
Sergey Poznyakoff | Reworded docstrings for --[no-]same-permissions |
tree | commitdiff |
2005-01-05 |
Sergey Poznyakoff | (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks Mike... |
tree | commitdiff |
2004-12-22 |
Sergey Poznyakoff | (main): Reverted recent changes (#ifdef). |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | (open_compressed_archive): Do not attemt to determine... |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | Minor improvement: reset hit_eof in open_compressed_archive |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | (main): Protect invocation of setlocale by ifdef. |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | (from_header, tar_checksum): Changed declaration. All... |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | (tar_checksum): changed declaration |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | (check_compressed_archive): Check remote archves as... |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | (main): Protect invocation of setlocale by ifdef. |
tree | commitdiff |
2004-12-21 |
Sergey Poznyakoff | Bugfix. Changes introduced 2004-11-26 broke extraction... |
tree | commitdiff |
2004-12-18 |
Sergey Poznyakoff | (decode_options): Ignore --seek if used with --delete. |
tree | commitdiff |
2004-12-17 |
Sergey Poznyakoff | (delete_archive_members): Bugfix: when |
tree | commitdiff |
2004-11-26 |
Sergey Poznyakoff | (tar_checksum): New function |
tree | commitdiff |
2004-11-26 |
Sergey Poznyakoff | (tar_checksum): New function |
tree | commitdiff |
2004-11-26 |
Sergey Poznyakoff | (hit_eof): Changed type to boolean |
tree | commitdiff |
2004-11-16 |
Sergey Poznyakoff | Fixed -o semantics. Thanks Jean Delvare <khali@linux... |
tree | commitdiff |
2004-10-25 |
Sergey Poznyakoff | Use locale_charset() from gnulib |
tree | commitdiff |
2004-10-25 |
Sergey Poznyakoff | (options): Use OPTION_NO_TRANS |
tree | commitdiff |
2004-10-25 |
Sergey Poznyakoff | (decode_header): Set uname/gname to NULL if their heade... |
tree | commitdiff |
2004-10-25 |
Sergey Poznyakoff | (LDADD): Add LIBICONV |
tree | commitdiff |
2004-10-04 |
Sergey Poznyakoff | New function check_cache_directory(), |
tree | commitdiff |
2004-10-04 |
Sergey Poznyakoff | New variable exclude_caches_option. |
tree | commitdiff |
2004-10-04 |
Sergey Poznyakoff | New option --exclude-caches, to exclude |
tree | commitdiff |
2004-09-16 |
Sergey Poznyakoff | Minor fix |
tree | commitdiff |
2004-09-12 |
Sergey Poznyakoff | Normalized use of remove_any_file(). |
tree | commitdiff |
2004-09-12 |
Sergey Poznyakoff | (parse_opt): Emit warning if -l option is used. |
tree | commitdiff |
2004-09-12 |
Sergey Poznyakoff | Comment WANT_DIRECTORY_REMOVE_OPTION |
tree | commitdiff |
2004-09-07 |
Sergey Poznyakoff | (argp_program_version): Modified. |
tree | commitdiff |
2004-09-06 |
Sergey Poznyakoff | Started merging with cpio into paxutils. |
tree | commitdiff |
2004-09-02 |
Sergey Poznyakoff | (usage): Minor fix |
tree | commitdiff |
2004-09-02 |
Sergey Poznyakoff | Install rmt into rmtdir |
tree | commitdiff |
2004-09-01 |
Sergey Poznyakoff | (register_individual_file,is_individual_file): New... |
tree | commitdiff |
2004-09-01 |
Sergey Poznyakoff | (dump_file0): Fix bug introduced 2004-02-21. |
tree | commitdiff |
2004-09-01 |
Sergey Poznyakoff | (is_individual_file): New prototype |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | (unquote_string): Unquote '\a' and '\v'. Reported by... |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | (main): Call set_start_time() |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | Fixed initialization of stat_info->is_sparse |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | (set_start_time, removed_prefixes_p): New prototypes. |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | When computing write rate do not take |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | (removed_prefixes_p): New function |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | (verify_volume): Call set_next_block_after |
tree | commitdiff |
2004-08-31 |
Sergey Poznyakoff | (sparse_add_map): Fixed improper initializations |
tree | commitdiff |
2004-08-30 |
Sergey Poznyakoff | Fix copy-n-paste errors in the license |
tree | commitdiff |
2004-08-17 |
Sergey Poznyakoff | Fixed typo |
tree | commitdiff |
2004-08-12 |
Paul Eggert | Adjust to changes to gnulib xalloc module. |
tree | commitdiff |
2004-08-10 |
Sergey Poznyakoff | (flush_write): Limit filenames |
tree | commitdiff |
2004-08-09 |
Sergey Poznyakoff | (read_and): Call decode_header before calling skip_member() |
tree | commitdiff |
2004-08-08 |
Sergey Poznyakoff | Improved compatibility with 1.13.25 |
tree | commitdiff |
2004-08-07 |
Paul Eggert | (purge_directory): Fix format buffer typos in warning... |
tree | commitdiff |
2004-08-07 |
Paul Eggert | (parse_opt): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFI... |
tree | commitdiff |
2004-08-07 |
Paul Eggert | (excluded_name, safer_name_suffix, stripped_prefix_len): |
tree | commitdiff |
2004-08-07 |
Paul Eggert | (must_be_dot_or_slash): FILESYSTEM_PREFIX_LEN -> FILE_S... |
tree | commitdiff |
2004-08-07 |
Paul Eggert | Include <getcwd.h>. |
tree | commitdiff |
2004-08-03 |
Paul Eggert | (valloc): Remove. |
tree | commitdiff |
2004-08-03 |
Paul Eggert | (quote_n, quote): Remove these redundant functions. |
tree | commitdiff |
2004-08-03 |
Paul Eggert | (page_aligned_alloc): New decl. |
tree | commitdiff |
2004-08-03 |
Paul Eggert | (diff_init): Don't use valloc; on older or buggy hosts... |
tree | commitdiff |
next |