2003-11-14 |
Sergey Poznyakoff | (start_header): Removed debugging hook |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | New option --format=ustar forces POSIX.1-1988 archive... |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | (safer_name_suffix): Skip leading ./ |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | Added POSIX.1-1988 support. |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | (archive_format): USTAR_FORMAT: New type. |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | (atime_decoder,gid_decoder,ctime_decoder) |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | (all_names_found): Check if the argument |
tree | commitdiff |
2003-11-13 |
Sergey Poznyakoff | (read_and): Initialize current_stat_info |
tree | commitdiff |
2003-11-13 |
Paul Eggert | Fix some C compatibility bugs reported by Joerg Schilling. |
tree | commitdiff |
2003-11-12 |
Sergey Poznyakoff | (decode_header): Initialize st_atime and st_ctime. |
tree | commitdiff |
2003-11-05 |
Paul Eggert | Make xhdr_tab extern, not static. |
tree | commitdiff |
2003-11-03 |
Paul Eggert | Include bounds in forward declaration for xhdr_tab. |
tree | commitdiff |
2003-10-27 |
Paul Eggert | * system.c (sys_spawn_shell): Cast trailing null to... |
tree | commitdiff |
2003-10-19 |
Sergey Poznyakoff | (decode_options): Removed superfluous archive format... |
tree | commitdiff |
2003-10-08 |
Sergey Poznyakoff | [MSDOS]: Fixed spelling of EACCES. Added macro overridi... |
tree | commitdiff |
2003-10-08 |
Sergey Poznyakoff | Removed spurious includes. |
tree | commitdiff |
2003-10-08 |
Sergey Poznyakoff | Added missing includes. |
tree | commitdiff |
2003-10-04 |
Paul Eggert | Fix some misspellings. |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | Added system.c |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | Moved system dependencies to system.c |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | Moved system dependencies to system.c |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | Prototypes for functions from system.c |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | System-dependent functions |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | New option --occurrence |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | Count number of occurrences of each name in the |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | (read_and): Honor --occurence option. |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | (delete_archive_members): Honor --occurence option. |
tree | commitdiff |
2003-10-04 |
Sergey Poznyakoff | (occurrence_option): New global |
tree | commitdiff |
2003-10-02 |
Sergey Poznyakoff | Removed extra precaution regarding subcommand_option... |
tree | commitdiff |
2003-10-02 |
Sergey Poznyakoff | Take regexps into account |
tree | commitdiff |
2003-10-02 |
Sergey Poznyakoff | New option --first-copy |
tree | commitdiff |
2003-10-02 |
Sergey Poznyakoff | New option --first-copy |
tree | commitdiff |
2003-10-02 |
Sergey Poznyakoff | (read_and): Use all_names_found() as `while' condition. |
tree | commitdiff |
2003-10-02 |
Sergey Poznyakoff | (names_done): New function. |
tree | commitdiff |
2003-09-24 |
Paul Eggert | Don't translate "Copyright". |
tree | commitdiff |
2003-09-22 |
Paul Eggert | --strip strips file system prefix too, and it counts... |
tree | commitdiff |
2003-09-17 |
Sergey Poznyakoff | (cut_path_elements): Added proto. |
tree | commitdiff |
2003-09-05 |
Sergey Poznyakoff | Use ngettext where appropriate. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | New option --strip-path=NUM. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (cut_path_elements): New functon. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (extract_archive): Implemented --strip-path |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (strip_path_elements): New variable. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (xheader_decode): Store the header as well (for eventua... |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (main): Do not check for volume_label_option unless... |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (read_header): Minor change. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | Fixed deletion from the POSIX archives. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | (decode_record): Reversed the return condition. |
tree | commitdiff |
2003-09-04 |
Sergey Poznyakoff | Support for "linkpath" extended keyword |
tree | commitdiff |
2003-09-03 |
Sergey Poznyakoff | Use DEFAULT_ARCHIVE_FORMAT macro |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (struct xhdr_tab.keyword): Now pointer to const. |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (update_archive): Abort if HEADER_SUCCESS_EXTENDED... |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (struct fmttab.name): Now char const *. All uses changed. |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (read_and): Abort if HEADER_SUCCESS_EXTENDED occurs... |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (delete_archive_members): Handle case of |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (write_extended): Remove unused local 'bufsize'. |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (verify_volume): read_header (0) -> read_header (false... |
tree | commitdiff |
2003-09-03 |
Paul Eggert | (destroy_stat, xheader_decode, xheader_store, |
tree | commitdiff |
2003-09-03 |
Sergey Poznyakoff | (xhdr_tab): Reserved GNU keywords (commented out for... |
tree | commitdiff |
2003-09-03 |
Sergey Poznyakoff | (list_archive): Always decode the header. This |
tree | commitdiff |
2003-09-03 |
Sergey Poznyakoff | (start_header): Store long file names |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | Implemented coder functions. |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | (OLDGNU_COMPATIBILITY): Removed |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | New option --format |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | (print_header): Take user/group from current_stat_info. |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid... |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | (string_to_chars): New function. |
tree | commitdiff |
2003-09-01 |
Sergey Poznyakoff | (MAXOCTAL11,MAXOCTAL7): New defines |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | Use current_stat_info |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | (destroy_stat): New function. |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | Use current_stat_info |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | (decode_header): Added initial support for POSIX extended |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | (orig_file_name,current_file_name) |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | (decode_header): Added initial support for POSIX extended |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | Added xheader.c |
tree | commitdiff |
2003-08-31 |
Sergey Poznyakoff | New file |
tree | commitdiff |
2003-07-28 |
Sergey Poznyakoff | Removed support for the obsolete command line options. |
tree | commitdiff |
2003-07-27 |
Sergey Poznyakoff | New option --check-links. |
tree | commitdiff |
2003-07-27 |
Sergey Poznyakoff | (print_header): Use orig_file_name. |
tree | commitdiff |
2003-07-27 |
Sergey Poznyakoff | /tmp/F |
tree | commitdiff |
2003-07-27 |
Sergey Poznyakoff | (check_links_option): New variable |
tree | commitdiff |
2003-07-25 |
Sergey Poznyakoff | (print_header): Revised |
tree | commitdiff |
2003-07-24 |
Sergey Poznyakoff | (print_header): Print trailing slash if |
tree | commitdiff |
2003-07-24 |
Sergey Poznyakoff | (flush_read): Fixed behavior on short |
tree | commitdiff |
2003-07-24 |
Sergey Poznyakoff | (chdir_do): Fixed call to restore_cwd |
tree | commitdiff |
2003-07-24 |
Sergey Poznyakoff | Added to the repository |
tree | commitdiff |
2003-07-05 |
Paul Eggert | Add comment about what other letters are used. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | Do not include <print-copyr.h>. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | Use newer form for bug report and version. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | Remove PARAMS. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | Don't include print-copyr.h. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | (namelist_match): Allow partial matches only if recursive. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | (read_and): Give full type for procedure arg. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | (we_are_root): Now bool, not int. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | (relativize): Remove; replaced by safer_name_suffix. |
tree | commitdiff |
2003-07-05 |
Paul Eggert | (print_total_written): Adjust to new human.h interface. |
tree | commitdiff |
2001-09-26 |
Paul Eggert | just ignore them silently. |
tree | commitdiff |
2001-09-26 |
Paul Eggert | (read_header): Don't keep around extended name and... |
tree | commitdiff |
2001-09-24 |
Paul Eggert | (maybe_recoverable): Treat OVERWRITE_OLD_DIRS like... |
tree | commitdiff |
2001-09-23 |
Paul Eggert | Allocate one more byte than the size would indicate... |
tree | commitdiff |
next |