]> Dogcows Code - chaz/tar/history - src
Make sure transformed file names retain trailing slash in listing.
[chaz/tar] / src /
2010-09-20  Paul Eggerttar: do not crash with --listed-incremental
2010-09-19  Paul Eggerttar: prefer openat-style functions
2010-09-18  Paul Eggerttar: add utimens.h includes
2010-09-17  Paul Eggerttar: switch to gnulib fdutimensat module
2010-09-17  Paul Eggerttar: extract permissions for . last
2010-09-17  Paul Eggerttar: extract symlink attributes, close some symlink...
2010-09-16  Paul Eggerttar: tar -x without --incremental no longer sets atime...
2010-09-16  Paul Eggerttar: another --atime-preserve race fix
2010-09-16  Paul Eggerttar: --atime-preserve fixes for races etc.
2010-09-14  Paul Eggert* configure.ac: tar: close some race conditions when...
2010-09-13  Paul Eggerttar: don't worry about fdopendir closing its argument
2010-09-12  Paul Eggerttar: live within system-supplied limits on file descriptors
2010-09-06  Paul Eggerttar: more reliable directory traversal when creating...
2010-09-05  Paul Eggerttar: remove lint discovered by Sun C compiler
2010-09-04  Paul Eggerttar: restore macros that are used in some cases
2010-09-03  Paul Eggerttar: remove unused macros
2010-08-27  Sergey PoznyakoffFix --remove-files in update/append mode.
2010-08-26  Paul Eggerttar: fix bug with -C and delayed setting of metadata
2010-08-25  Sergey PoznyakoffDon't apply file transformations to volume names.
2010-08-25  Paul Eggerttar: optimize -c --sparse when file is entirely sparse
2010-08-24  Paul Eggerttar: don't assume size of a sparse file chunk fits...
2010-08-24  Paul Eggerttar: use ctime, not mtime, when checking placeholders
2010-08-24  Paul Eggerttar: fix 1.23 Solaris regression related to PRIV_SYS_LI...
2010-08-24  Paul Eggerttar: handle files that occur multiple times but have...
2010-08-23  Paul Eggerttar: use nlink_t for link counts
2010-08-23  Paul Eggerttar: don't export names that aren't used elsewhere
2010-08-23  Paul Eggerttar: fix misspelled identifier "set_comression_program_...
2010-08-20  Paul Eggerttar: change interdir_made from int to bool
2010-08-19  Paul Eggerttar: remove trailing white space from source files
2010-07-18  Paul Eggert* src/misc.c (struct wd): Fix comment to match code.
2010-07-18  Paul R. Eggerttar: no need to report getcwd error if never using...
2010-07-17  Paul R. Eggerttar: go back to absolutifying filenames in normalize_fi...
2010-07-17  Sergey PoznyakoffAllow for size suffixes in -L and --record-size options.
2010-07-15  Paul R. Eggerttar: don't crash if getcwd fails
2010-07-11  Sergey PoznyakoffKeep a detailed map of archive members stored in the...
2010-06-28  Sergey PoznyakoffFix exclusion of long file names when extracting from...
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-05-17  Sergey PoznyakoffBugfix.
2010-03-28  Sergey PoznyakoffNew option --full-time.
2010-03-27  Sergey PoznyakoffFix coredump.
2010-03-27  Sergey PoznyakoffFix dead loop on extracting existing symlinks with...
2010-03-20  Sergey PoznyakoffFix undesired error exit on receiving SIGPIPE.
2010-03-17  Sergey PoznyakoffFix --remove-files.
2010-03-12  Sergey PoznyakoffBugfixes.
2010-03-11  Sergey PoznyakoffFix `--test-label' and `--label -r' behavior.
2010-03-11  Sergey PoznyakoffShut up a gcc warning message.
2010-03-11  Sergey PoznyakoffBugfix.
2010-03-08  Kamil DudkaFix possible overflow in code_timespec (tiny change)
2010-03-08  Sergey PoznyakoffFix eventual memory override and fd exhaustion in create.c
2010-03-02  Antonio Diaz DiazAdd Lzip support
2010-03-02  Eric BlakeFix large file support.
2010-03-02  Sergey PoznyakoffBugfix
2010-02-25  Sergey PoznyakoffSupply more information to the --to-command script.
2010-02-17  Sergey PoznyakoffMinor change.
2010-02-05  Ondřej VašíkBugfix (tiny change)
2010-01-25  Sergey PoznyakoffRead POSIX multivolume archives split at the header...
2010-01-24  Sergey PoznyakoffMinor change.
2010-01-24  Rob VermaasBugfix (tiny change).
2010-01-24  Sergey PoznyakoffMinor fix.
2010-01-24  Sergey PoznyakoffImprove handling of --test-label.
2010-01-24  Sergey PoznyakoffFix listing of volume labels (in particular in PAX...
2010-01-22  Sergey PoznyakoffFix prefix length calculation in ustar mode.
2009-10-14  Sergey PoznyakoffRewrite update algorithm.
2009-10-14  Sergey PoznyakoffMinor changes.
2009-10-14  Sergey PoznyakoffBugfix.
2009-10-10  Sergey PoznyakoffImprove previous changes.
2009-10-10  Sergey PoznyakoffAllow installers to specify alternative program names...
2009-10-09  Sergey PoznyakoffMinor fix.
2009-10-07  Sergey PoznyakoffProvide a way to explicitly set mtime for extended...
2009-10-07  Sergey PoznyakoffUse file's mtime as mtime for its extended header.
2009-10-07  Sergey PoznyakoffFix bugs in handling the --remove-files option.
2009-10-04  Sergey PoznyakoffFix bug in OLDGNU format creation.
2009-09-16  Sergey PoznyakoffRestore extra help output.
2009-09-08  Sergey PoznyakoffImprove command line option handling.
2009-09-08  Sergey PoznyakoffAvoid overwriting exit_status with a value indicating...
2009-09-08  Sergey PoznyakoffAutomatic detection of seekable archives.
2009-08-13  Sergey PoznyakoffFix interaction between --listed-incremental and -C
2009-08-12  Sergey PoznyakoffUpdate for new exclude module from gnulib. Add testcase...
2009-08-09  Sergey PoznyakoffRemove src/version.c (reappeared after migration to...
2009-08-09  Sergey PoznyakoffMinor fixes.
2009-08-08  Sergey PoznyakoffMinor fixes
2009-08-08  Sergey PoznyakoffFix handling of files removed during incremental dumps.
2009-08-08  Sergey PoznyakoffOptimize searches for directory structures by keeping...
2009-08-07  Sergey PoznyakoffMinor fixes.
2009-08-07  Sergey PoznyakoffImprove listed incremental dumps.
2009-08-05  Sergey PoznyakoffForgotten to push src/warning.c
2009-08-05  Sergey PoznyakoffImplement the --warning option.
2009-08-05  Carl WorthFix descriptions of some options (tiny change)
2009-08-05  Sergey PoznyakoffFix backup handling and restoring file modes of existin...
2009-07-30  Sergey PoznyakoffFix hard links recognition with -c --remove-files
2009-07-30  Sergey PoznyakoffFix handling of hard link targets by -c --transform
2009-06-23  Sergey PoznyakoffMinor fix.
2009-06-18  Sergey PoznyakoffRemove files that were removed in CVS, but reappeared...
2009-06-18  David BartleyFix Solaris bug where chmod fails if we don't have...
2009-06-18  Sergey PoznyakoffEnsure default behavior for SIGPIPE
2009-06-18  Sergey PoznyakoffFix handling of sub-subprocess returns.
2009-05-25  Sergey PoznyakoffReport record size only if the archive refers to a...
2009-05-14  Sergey PoznyakoffDo not issue errors on existing files when given the...
next
This page took 0.057746 seconds and 7 git commands to generate.