Commit History

Author SHA1 Message Date
  Paul Eggert 0fb3020da0 tar: don't worry about fdopendir closing its argument 15 years ago
  Paul Eggert 8da503cad6 tar: live within system-supplied limits on file descriptors 15 years ago
  Paul Eggert de328a580a tar: more reliable directory traversal when creating archives 15 years ago
  Paul Eggert fbc54fa337 tar: remove unused macros 15 years ago
  Paul Eggert a59c819beb tar: don't assume size of a sparse file chunk fits in size_t 15 years ago
  Paul Eggert 37ddfb0b7e tar: handle files that occur multiple times but have link count 1 15 years ago
  Paul Eggert 09f039050e tar: use nlink_t for link counts 15 years ago
  Paul Eggert 34795cedb7 tar: don't export names that aren't used elsewhere 15 years ago
  Paul Eggert 0ab5e64ac0 tar: remove trailing white space from source files 15 years ago
  Sergey Poznyakoff ab6dd4948d Keep a detailed map of archive members stored in the record buffer. 15 years ago
  Sergey Poznyakoff 6f02669c7b Fix eventual memory override and fd exhaustion in create.c 15 years ago
  Sergey Poznyakoff 706bd01915 Minor change. 15 years ago
  Sergey Poznyakoff 166b7c7d02 Fix listing of volume labels (in particular in PAX archives). 15 years ago
  Sergey Poznyakoff cd91cd3c62 Fix prefix length calculation in ustar mode. 15 years ago
  Sergey Poznyakoff cac45fffc5 Rewrite update algorithm. 15 years ago
  Sergey Poznyakoff 7cb84c25ee Use file's mtime as mtime for its extended header. 15 years ago
  Sergey Poznyakoff 4dfcd6c054 Fix bugs in handling the --remove-files option. 15 years ago
  Sergey Poznyakoff 2947023d27 Fix bug in OLDGNU format creation. 16 years ago
  Sergey Poznyakoff 0d8e324912 Avoid overwriting exit_status with a value indicating less important condition. 16 years ago
  Sergey Poznyakoff 51aee274e8 Fix handling of files removed during incremental dumps. 16 years ago
  Sergey Poznyakoff 2b1bffbad6 Optimize searches for directory structures by keeping a pointer to struct directory in struct name. 16 years ago
  Sergey Poznyakoff 1bcbbcf1ff Improve listed incremental dumps. 16 years ago
  Sergey Poznyakoff 67a1a0eac5 Implement the --warning option. 16 years ago
  Sergey Poznyakoff 5944f452b0 Fix hard links recognition with -c --remove-files 16 years ago
  Sergey Poznyakoff f74cab3a93 Fix handling of hard link targets by -c --transform 16 years ago
  Sergey Poznyakoff b4ec8aedf9 * NEWS, configure.ac: Version 1.20.91 16 years ago
  Sergey Poznyakoff 57bfbbde90 * src/common.h (transform_symlinks_option): New global. 16 years ago
  Sergey Poznyakoff 3af9cc0f15 Fix multivolume archive creation when volume length=record size. 17 years ago
  Sergey Poznyakoff c2d2e806a1 (dump_file0): Count links only for actually dumped files 17 years ago
  Sergey Poznyakoff 37f0faf1c0 (dump_file0): Apply transform_name to symlink targets. 17 years ago