Age | Commit message (Expand) | Author |
2024-04-17 | Provide a pax format specific option handler | Jeremie Courreges-Anglas |
2024-04-16 | Correctly detect 'pax' format archives in append mode | Jeremie Courreges-Anglas |
2023-12-09 | Add basic write support for 'pax' format archives | Jeremie Courreges-Anglas |
2023-11-26 | mark functions as static when they're unused elsewhere, makes the | Marc Espie |
2020-03-23 | in case we can't create intermediate directories because of permissions, | Marc Espie |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2017-09-12 | there is no offical way to get the max value of time_t, but this one works | Otto Moerbeek |
2016-08-25 | Replace name_{uid,gid}() with the libc routines user_from_uid() and | Philip Guenther |
2016-08-23 | Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio) | Philip Guenther |
2016-08-14 | Replace u_quad_t with unsigned long long and replace "uqd" with "ull" in | Philip Guenther |
2016-01-01 | don't declar main. from Michal Mazurek | Ted Unangst |
2015-03-19 | Use struct timespec internally. This gives nanosecond precision to pax -rw | Philip Guenther |
2015-03-15 | Define chdname once in a .c and make it extern in the .h | Philip Guenther |
2015-03-15 | Handle tar -o by setting the tar_nodir directly instead of faking up a | Philip Guenther |
2015-03-09 | Unrevert post-unlock: | Philip Guenther |
2015-02-21 | Recent changes haven't been completely stable, so revert for the 5.7 release | Philip Guenther |
2015-02-15 | Fix two bugs. The first affected tar files with the same | Todd C. Miller |
2015-02-12 | Prevent an archive from esacaping the current directory by itself: | Philip Guenther |
2015-02-12 | Put the dev+ino table for cpio hardlink matching behind #ifndef NOCPIO | Philip Guenther |
2015-02-11 | Take II, this time without an incorrect mode test. | Philip Guenther |
2015-02-05 | backout previous for now; issues seen with "tar: Directory vanished before | Stuart Henderson |
2015-02-05 | For directories whose times or mode will be fixed up in the clean-up pass, | Philip Guenther |
2014-07-14 | Constipate st_hash() | Philip Guenther |
2014-05-23 | Make the signal handler safe: block signals when updating data-structures | Philip Guenther |
2014-01-19 | Forget to remove the prototype for set_lids() after removing the definition | Philip Guenther |
2014-01-09 | Update pax -v format to match "ls -l": display the year for dates | Philip Guenther |
2014-01-08 | Delete a bogus extern declaration and move around a couple others | Philip Guenther |
2014-01-08 | Mark some functions as printf-like and fix a bogus format string | Philip Guenther |
2013-07-03 | cpio and ustar formats store times in octal fields that are 11 characters | Philip Guenther |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2010-12-02 | a -N option for tar that uses numeric only IDs, useful for cross system | Ted Unangst |
2008-05-06 | when pax is running in -u mode, and no files are beeing updated because | Henning Brauer |
2006-11-17 | Fix extracting and setting permissions for tar archives when | Otto Moerbeek |
2005-04-28 | Use a special crafted string copy function to copy data from ustar | Otto Moerbeek |
2005-04-25 | Use the various f* functions to set owner, mode and times, instead | Otto Moerbeek |
2004-11-29 | Build the table of created directories in-memory, instead of using | Otto Moerbeek |
2004-03-30 | Add support for expanding GNU long links from NetBSD. I've had this | Todd C. Miller |
2003-06-26 | protos. this requires changing the api for the *trail() functions a bit | Theo de Raadt |
2003-06-13 | Add a -0 flag to make pax use a NUL instead of a newline as the | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-18 | Pull in some changes from NetBSD | Todd C. Miller |
2002-10-16 | sprinkle const; mostly from NetBSD | Todd C. Miller |
2002-10-16 | kill register | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-07-17 | Add a safe_print() function that uses vis(3) if output is a tty. | Todd C. Miller |
2001-05-26 | Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless. | Todd C. Miller |
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff |
2001-02-07 | Honor TMPDIR environment variable and document the fact. | Todd C. Miller |
2000-06-09 | Some minor cleanup, ok'd millert@ | Marc Espie |
1998-09-20 | When invoked as tar, print verbose output to stdout, not stderr. If in list ... | Todd C. Miller |