Commit Graph

2035 Commits

Author SHA1 Message Date
Sergey Poznyakoff f143fa5d64 Update 2006-06-12 13:21:28 +00:00
Sergey Poznyakoff 1e3568d947 (options, parse_opt): Allow for optional argument to
the --totals option, which specifies a signal upon delivery of which
the statistics must be output.
(main): Call print_total_stats if total_option is set.
2006-06-12 13:20:10 +00:00
Sergey Poznyakoff b229a86dd7 (check_time): Use volume_start_time when checking
for the timestamp plausability.
2006-06-12 13:19:43 +00:00
Sergey Poznyakoff 05b250d4a4 (records_skipped): Remove static qualifier, the
variable is used by print_total_stats in buffer.c
2006-06-12 13:19:16 +00:00
Sergey Poznyakoff 42d180b24e (volume_start_time,last_stat_time): New globals
(print_total_written): Replaced with:
(print_total_stats): New function
2006-06-12 13:18:59 +00:00
Sergey Poznyakoff 8c10111c66 (total_blocks_deleted): New variable
(set_start_time): Set volume_start_time and last_stat_time as well
(set_volume_start_time): New function
(compute_duration): Do not call set_start_time, update
last_stat_time instead. Use it in calculation instead of
start_time, which is now set only once, upon startup.
(print_total_written): Removed.
(print_total_stats): New function for printing byte/speed statistics.
(_open_archive): Detect attempts to update compressed archives.
(_gnu_flush_write): Always update prev_written.
(open_archive): Call set_volume_start_time.
2006-06-12 13:18:26 +00:00
Sergey Poznyakoff 15a55db341 Update 2006-06-12 13:17:54 +00:00
Sergey Poznyakoff e721e74259 Document better the --totals option. 2006-06-12 13:17:42 +00:00
Sergey Poznyakoff 1bea3b4b25 Update 2006-06-11 20:07:20 +00:00
Sergey Poznyakoff 4ef056729e (xheader_set_single_keyword): Fix typo.
(decode_time): Avoid using gotos.
2006-06-11 20:06:46 +00:00
Sergey Poznyakoff 37986cdff9 Update 2006-06-11 15:05:52 +00:00
Sergey Poznyakoff 5fe07ac97d Update master menu 2006-06-11 15:05:22 +00:00
Sergey Poznyakoff a35935e973 (master-menu): New goal 2006-06-11 15:04:39 +00:00
Sergey Poznyakoff e832cab432 New file 2006-06-11 15:04:17 +00:00
Sergey Poznyakoff 578f46309f Update 2006-06-10 09:55:20 +00:00
Sergey Poznyakoff 4396675861 Remove leftover include 2006-06-10 09:54:02 +00:00
Sergey Poznyakoff a3dd97d9be Update 2006-06-09 13:55:36 +00:00
Sergey Poznyakoff 13adf3f762 Update 2006-06-09 13:50:20 +00:00
Sergey Poznyakoff f1b1e9a476 Fix indentation, introduce end-of-format marker for texify.sed 2006-06-09 13:50:04 +00:00
Sergey Poznyakoff fc4502c17e Update 2006-06-09 13:49:51 +00:00
Sergey Poznyakoff 0abf3a5ac9 Fix typo 2006-06-09 13:49:39 +00:00
Sergey Poznyakoff 19b36aaf60 Auxiliary script to convert ../src/tar.h to header.texi 2006-06-09 13:48:28 +00:00
Sergey Poznyakoff 9b44f8efed *** empty log message *** 2006-06-09 13:46:53 +00:00
Sergey Poznyakoff 97bfe578ed New file 2006-06-09 13:46:34 +00:00
Sergey Poznyakoff fb88325f56 (tar_TEXINFOS): Add intern.texi
(EXTRA_DIST): Remove convtexi.pl, add texify.sed
2006-06-09 13:46:11 +00:00
Sergey Poznyakoff a1b2406646 Update 2006-06-08 22:36:30 +00:00
Sergey Poznyakoff 5e14ef32c0 Minor fixes. 2006-06-08 22:35:52 +00:00
Sergey Poznyakoff f9bd340c1b --checkpoint takes an optional argument specifying
number of records between two successive checkpoints (proposed
by Jason Armistead on 2004-06-22).Optional dot starting the
argument means "print dots instead of textual checkpoints".
(tar_help): New function
2006-06-08 22:35:39 +00:00
Sergey Poznyakoff 46defea70e (checkpoint_option): Change type to unsigned
(checkpoint_style): New variable.
2006-06-08 22:34:56 +00:00
Sergey Poznyakoff 5daab19c27 Implement more flexible checkpoint style 2006-06-08 22:34:38 +00:00
Sergey Poznyakoff 7214086d3d Update 2006-06-08 22:34:16 +00:00
Sergey Poznyakoff 93560dd669 Add Jason Armistead 2006-06-08 22:33:33 +00:00
Sergey Poznyakoff c1f55f1c37 Update 2006-06-08 14:43:23 +00:00
Sergey Poznyakoff 2d2e1d411e (dumpdir_locate,obstack_code_rename,purge_directory): Re-implement renaming. Introduce
X control code.
(make_tmp_dir_name): Remove
2006-06-08 14:43:05 +00:00
Sergey Poznyakoff 5591fa407a Document dumpdir format 2006-06-08 14:42:20 +00:00
Sergey Poznyakoff e2dbba2f07 (tar_TEXINFOS): Add dumpdir.texi 2006-06-08 14:42:07 +00:00
Sergey Poznyakoff 018de58373 New file 2006-06-08 14:41:56 +00:00
Sergey Poznyakoff 17111bef8f Add mkdtemp 2006-06-08 14:41:15 +00:00
Sergey Poznyakoff 3a9f2ea587 Update 2006-06-08 09:51:06 +00:00
Sergey Poznyakoff 02c7b862a3 (add_char_segment): Fix length assignement 2006-06-08 09:50:56 +00:00
Sergey Poznyakoff 9154c0c43b Update 2006-06-08 09:43:44 +00:00
Sergey Poznyakoff 5108a3dc41 Update 2006-06-08 09:34:03 +00:00
Sergey Poznyakoff c52e5fc4e8 Update 2006-06-08 09:28:18 +00:00
Sergey Poznyakoff 0fc3177ed2 Update 2006-06-08 09:27:38 +00:00
Sergey Poznyakoff 6be1349236 (set_transform_expr,_transform_name_to_obstack): Implement NUMBER flag. 2006-06-08 09:27:25 +00:00
Sergey Poznyakoff a2625311c8 Update 2006-06-07 14:57:57 +00:00
Sergey Poznyakoff 6e2760f7d7 Update 2006-06-07 14:57:29 +00:00
Sergey Poznyakoff 8b2f4ad670 (_transform_name_to_obstack,set_transform_expr): Implement case conversion operations (GNU extension). 2006-06-07 14:57:10 +00:00
Sergey Poznyakoff d4c0836ec2 Update 2006-06-06 21:36:17 +00:00
Sergey Poznyakoff 40afe4d362 Update 2006-06-06 21:35:22 +00:00