Age | Commit message (Expand) | Author |
2012-04-28 | zap blank spaces | Marc Espie |
2011-03-20 | allow Ustar to be more precise in its error messages: record position | Marc Espie |
2011-01-03 | redo the object creation in a more straightforward way. | Marc Espie |
2011-01-03 | unbreak hardlinks, like MLINKS, too. | Jasper Lievisse Adriaanse |
2011-01-03 | broke symlinks, noticed by jasper@ | Marc Espie |
2011-01-02 | tidy things: use ->new more often. | Marc Espie |
2010-12-24 | handle failures from ports tree with more care. | Marc Espie |
2010-10-02 | somewhat complicated optimization: avoid reading the whole plist file | Marc Espie |
2010-09-14 | set separate fields for atime/mtime in file entry, use them while creating. | Marc Espie |
2010-08-23 | When extracting the pkg tar file, don't preserve the atime, just set it | Matthias Kilian |
2010-07-28 | let fatal work, fix typo | Marc Espie |
2010-07-28 | pass state to Ustar objects, use it to display those pesky error and | Marc Espie |
2010-07-04 | reindent, turn function mkheader into method. | Marc Espie |
2010-06-30 | allow say and errsay to work without parameters, as it's ways common. | Marc Espie |
2010-06-30 | whitespace cleanup | Marc Espie |
2010-06-30 | slightly better error handling | Marc Espie |
2010-05-10 | whitespace fixes | Marc Espie |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2009-12-17 | be slightly more paranoid about shell stuff we run. | Marc Espie |
2009-12-17 | add a callback to file creation, so that we get progress meter for huge | Marc Espie |
2009-11-10 | bad espie: use strict/warnings consistently, and fix two nits and two | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2007-06-16 | use OpenBSD::Paths contents | Marc Espie |
2007-06-12 | tidy error messages: uses $! more consistently, do not append \n on die, | Marc Espie |
2007-06-04 | some minor systematic changes. | Marc Espie |
2007-05-02 | $o->method() becomes $o->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-04-14 | no need to go SUPER:: for set_modes. | Marc Espie |
2007-02-22 | avoid undefined. closes pr5386. | Marc Espie |
2006-11-17 | don't return undef, use plain return. | Marc Espie |
2006-08-05 | actually perform error-checking on every read/write. | Marc Espie |
2006-03-21 | fix endless loop in case of error in archive header. | Marc Espie |
2005-10-26 | add checks in skip for walking off the file. | Marc Espie |
2005-10-26 | minor clean-up, unhardcode test for type, use a table instead. | Marc Espie |
2005-09-24 | move uname/gname existence check into ArcCheck: Ustar archives deal with | Marc Espie |
2005-09-20 | refuse building archive if we don't have user names for the uids. | Marc Espie |
2005-09-13 | allows grabbing a packing-list directly, without needing to go through | Marc Espie |
2005-08-10 | typo | Marc Espie |
2005-08-05 | expose the algorithm used for splitting names, so that ArcCheck will be | Marc Espie |
2005-08-05 | activate sanity check: only files have !0 size. | Marc Espie |
2005-08-05 | fix splitting bug | Marc Espie |
2005-07-25 | common code for all device handling. | Marc Espie |
2005-07-20 | support for fifo and character/block devices. | Marc Espie |
2005-06-26 | expose the name aliasing operation, since it can be useful. | Marc Espie |
2005-06-21 | when writing store the file `real name' on the filesystem, which | Marc Espie |
2005-06-20 | flesh out the destdir() working. Provide a convenience close() method. | Marc Espie |
2005-06-18 | maintain correspondence between original archive file names and rewritten | Marc Espie |
2005-06-18 | more sanity checks, don't truncate names silently. | Marc Espie |
2005-06-18 | fix prefix/name cut (found out by aanriot) | Marc Espie |
2005-06-13 | add copy method, and document it. | Marc Espie |