Age | Commit message (Expand) | Author |
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 |
2005-06-13 | if this is not a `real' file, override the size entry with a zero. | Marc Espie |
2005-06-13 | fix archive header writing. | Marc Espie |
2005-06-13 | almost working... | Marc Espie |
2005-06-13 | $entry->{cwd} support while writing, for symetry. | Marc Espie |
2005-06-13 | we can determine if an entry will be stored as a HardLink at prepare() time, | Marc Espie |
2005-06-13 | interface more symetric to reading. | Marc Espie |
2005-06-13 | UStar writer, all the flesh, thoroughly untested yet, reading unaffected... | Marc Espie |
2004-12-26 | put the compress 0 codes into a specific object. Handles the case where | Marc Espie |
2004-12-13 | fix test for syswrite errors: zero returns are legitimate. | Marc Espie |
2004-12-11 | implement zeroes blocks detection | Marc Espie |
2004-11-01 | linknames have extra 0 we want to get rid of. | Marc Espie |
2004-11-01 | typo | Marc Espie |
2004-09-14 | use IdCache. | Marc Espie |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-02-15 | remove extra . I left when putting $self->{destdir} inside... | Marc Espie |
2004-01-29 | destdir support | Marc Espie |
2004-01-27 | avoid File::IO, one less module to load. | Marc Espie |
2003-12-19 | Clean up PackageLocator so it looks somewhat more object-oriented. | Marc Espie |
2003-12-10 | stamp files and directories. | Marc Espie |
2003-10-31 | Fix typo (ouch) and logic order (chown before chmod) | Marc Espie |