| 1 |
|
2003-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 2 |
|
|
| 3 |
|
Rewritten sparse file handling. |
| 4 |
|
|
| 5 |
|
* src/sparse.c: New file. Provides a universal framework |
| 6 |
|
for various methods for sparse files handling. |
| 7 |
|
* src/Makefile.am: Added sparse.c |
| 8 |
|
* src/common.h (struct sp_array,sparsearray,sp_array_size) |
| 9 |
|
(init_sparsearray,fill_in_sparse_array): Removed |
| 10 |
|
(enum dump_status): New data type |
| 11 |
|
(pad_archive,close_diag,open_diag,read_diag_details) |
| 12 |
|
(readlink_diag,savedir_diag,seek_diag_details,stat_diag): New |
| 13 |
|
functions. |
| 14 |
|
(sparse_file_p,sparse_dump_file,sparse_extract_file): New |
| 15 |
|
functions. |
| 16 |
|
(print_header): Changed prototype declaration. |
| 17 |
|
* src/tar.h (struct sp_array): Declaration from common.h |
| 18 |
|
(struct tar_stat_info): New members archive_file_size, |
| 19 |
|
sparse_map_avail,sparse_map. |
| 20 |
|
* src/create.c: Major rewrite. |
| 21 |
|
* src/extract.c: Use new sparse file interface. |
| 22 |
|
* src/compare.c (diff_sparse_files): Temporary placeholder. |
| 23 |
|
|
| 24 |
|
* src/buffer.c: Minor changes |
| 25 |
|
* src/tar.c: Likewise. |
| 26 |
|
* src/list.c: Likewise. |
| 27 |
|
* src/misc.c (close_diag,open_diag,read_diag_details) |
| 28 |
|
(readlink_diag,savedir_diag,seek_diag_details,stat_diag): New |
| 29 |
|
diagnostics functions. |
| 30 |
|
* src/incremen.c: Use new diagnostics functions. |
| 31 |
|
* src/names.c: Likewise. |
| 32 |
|
|
| 33 |
2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
| 34 |
|
|
| 35 |
* configure.ac: Fixed check for setsockopt |
* configure.ac: Fixed check for setsockopt |