Improve checkpoint interface.
[debian/tar] / src / buffer.c
2014-01-22 Sergey PoznyakoffImprove checkpoint interface.
2014-01-21 Sergey PoznyakoffImplement statistics display in checkpoint actions.
2013-09-23 Sergey PoznyakoffChanges for compatibility with Slackware installation...
2013-08-04 Sergey PoznyakoffFix interacton of --verbose and --append.
2012-12-31 Paul Eggertmaint: update copyrights for 2013 and as per current...
2012-12-19 Paul Eggerttar: remove unused externs, or make them static
2012-12-19 Paul Eggertbuild: new configure option --enable-gcc-warnings
2012-03-11 Paul Eggerttar: remove lint
2012-01-18 Paul Eggerttar: quote 'like this', not `like this'
2010-11-08 Paul EggertMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/tar
2010-11-05 Sergey PoznyakoffRun alternative decompression programs if the principal...
2010-08-23 Paul Eggerttar: fix misspelled identifier "set_comression_program_...
2010-08-19 Paul Eggerttar: remove trailing white space from source files
2010-07-11 Sergey PoznyakoffKeep a detailed map of archive members stored in the...
2010-06-27 Sergey PoznyakoffMinor fix.
2010-06-27 Sergey PoznyakoffMinor fix.
2010-06-16 Paul EggertRemove some lint, found by gcc -W etc.
2010-03-12 Sergey PoznyakoffBugfixes.
2010-03-11 Sergey PoznyakoffFix `--test-label' and `--label -r' behavior.
2010-03-02 Antonio Diaz DiazAdd Lzip support
2010-03-02 Sergey PoznyakoffBugfix
2010-01-25 Sergey PoznyakoffRead POSIX multivolume archives split at the header...
2010-01-24 Sergey PoznyakoffImprove handling of --test-label.
2010-01-24 Sergey PoznyakoffFix listing of volume labels (in particular in PAX...
2009-10-14 Sergey PoznyakoffBugfix.
2009-10-10 Sergey PoznyakoffAllow installers to specify alternative program names...
2009-10-09 Sergey PoznyakoffMinor fix.
2009-09-08 Sergey PoznyakoffAutomatic detection of seekable archives.
2009-05-25 Sergey PoznyakoffReport record size only if the archive refers to a...
2009-03-05 Sergey PoznyakoffVersion 1.22
2009-03-04 Sergey PoznyakoffAdd xz support.
2008-11-25 Sergey PoznyakoffDo not try to drain the input pipe before closing the...
2008-11-03 Sergey Poznyakoff* src/buffer.c (_write_volume_label): Fix typo, which...
2008-10-22 Sergey Poznyakoff* src/buffer.c (short_read): Remove !read_full_records...
2008-10-16 Sergey Poznyakoff* src/common.h (transform_symlinks_option): New global.
2008-07-24 Sergey PoznyakoffUntabify
2008-07-24 Sergey PoznyakoffFix multivolume archive creation when volume length...
2008-06-26 Sergey Poznyakoff* configure.ac, NEWS: Version 1.20.90
2008-06-26 Sergey PoznyakoffBugfixes.
2008-01-31 Paul Eggert* doc/tar.texi: Update Back-Cover text to reflect new...
2007-12-05 Sergey Poznyakoff(check_compressed_archive): Do not bail out if the
2007-10-31 Sergey Poznyakoff(magic): Fix lzma option
2007-10-29 Sergey Poznyakoff(checkpoint, do_checkpoint): Remove.
2007-10-17 Sergey Poznyakoff(magic): Add an entry for new lzma format. Proposed...
2007-08-26 Sergey PoznyakoffDon't include <getline.h>. No longer needed.
2007-08-24 Sergey Poznyakoff(check_compressed_archive): Detect files smaller than...
2007-06-27 Sergey PoznyakoffRelicense under GPLv3
2007-05-19 Sergey Poznyakoff(buffer_write_global_xheader): New function
2006-10-14 Sergey Poznyakoff(_open_archive): Make sure stdlis is set to stderr
2006-10-02 Sergey Poznyakoff(new_volume): Initialize current_block
2006-07-06 Sergey Poznyakoff(_open_archive): Remove stdlis initialization
2006-06-24 Sergey Poznyakoff(print_total_stats): Add default case
2006-06-12 Sergey Poznyakoff(total_blocks_deleted): New variable
2006-06-08 Sergey PoznyakoffImplement more flexible checkpoint style
2006-05-23 Sergey Poznyakoff(change_tape_menu): Fix typo (uninitialized variable...
2006-05-22 Sergey Poznyakoff(change_tape_menu): Break the loop after obtaining...
2006-05-13 Sergey Poznyakoff(read_header0): Use read_header_primitive to avoid...
2006-05-02 Sergey Poznyakoff(try_new_volume): Attempt to continue if the name is...
2006-05-02 Sergey Poznyakoff(_open_archive): Remove unnecessary argument to check_c...
2006-03-08 Paul Eggert* src/buffer.c (record_buffer_aligned): New var.
2006-02-20 Paul EggertAvoid installation glitches on Solaris 8 with Sun C...
2006-02-19 Sergey Poznyakoff(new_volume): Prompt the user for archive name if unabl...
2006-02-19 Sergey Poznyakoff(add_chunk_header): Free st.orig_file_name after callin...
2006-02-07 Paul Eggert* gnulib.modules: Add closeout, exitfial.
2005-12-09 Sergey Poznyakoff(open_archive): Add default case to shut up gcc.
2005-12-06 Sergey Poznyakoff(new_volume): Update invocation
2005-12-06 Sergey Poznyakoff(new_volume): Use sys_exec_info_script() instead of...
2005-11-11 Sergey Poznyakoff(flush_write,flush_read): Change data type.
2005-11-10 Sergey Poznyakoff(try_new_volume): Bugfix. Always check
2005-11-09 Sergey PoznyakoffRewritten in a more modular fashion to provide
2005-06-22 Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-21 Sergey PoznyakoffUpdate invocations of safer_name_suffix()
2005-05-15 Paul EggertUpdate FSF postal mail address.
2005-04-18 Paul Eggert* src/buffer.c (reading_from_pipe): Remove. All uses...
2005-04-07 Sergey Poznyakoff(flush_write): Warn when the name of the archive
2005-04-04 Paul Eggert(struct zip_magic): Use char arrays, not pointers.
2005-02-05 Sergey PoznyakoffDo not use 8-bit chars in comments
2005-02-04 Sergey PoznyakoffRemoved unused variables.
2005-02-03 Sergey Poznyakoff(short_read): Use ngettext()
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(check_compressed_archive): Check remote archves as...
2004-12-21 Sergey PoznyakoffBugfix. Changes introduced 2004-11-26 broke extraction...
2004-11-26 Sergey Poznyakoff(hit_eof): Changed type to boolean
2004-09-06 Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-08-31 Sergey PoznyakoffWhen computing write rate do not take
2004-08-10 Sergey Poznyakoff(flush_write): Limit filenames
2004-08-03 Paul Eggert(record_buffer): New var.
2004-05-19 Sergey Poznyakoff(seek_archive): New function
2004-05-11 Sergey Poznyakoff(open_archive): Removed assignment to read_full_records...
2004-04-05 Paul EggertMerge recent gnulib changes, and remove some lint.
2004-03-22 Sergey Poznyakoff(open_archive): Clear read_full_records_option
2004-02-29 Sergey Poznyakoff(flush_read): Bugfix: the condition at line 714 included
2004-01-03 Sergey Poznyakoff(new_volume,check_label_pattern): Changed return type.
2003-12-25 uid65697(short_read): Issue a warning on short reads.
2003-11-17 Sergey PoznyakoffMinor changes
2003-10-04 Sergey PoznyakoffMoved system dependencies to system.c
2003-09-05 Sergey PoznyakoffUse ngettext where appropriate.
2003-08-31 Sergey PoznyakoffUse current_stat_info
2003-07-24 Sergey Poznyakoff(flush_read): Fixed behavior on short
next