summaryrefslogtreecommitdiffstats
path: root/src/archive.c
Commit message (Collapse)AuthorAgeFilesLines
* archive: utimes modifies file, not link so don't use it for symlinksTimo Teras2009-01-171-7/+9
|
* archive: preserve mtime on extractionapk-tools-2.0_pre4Timo Teras2009-01-171-8/+27
|
* archive: set suid bit after chown if neededNatanael Copa2009-01-171-0/+6
| | | | chown will reset the suid bit so we need to set it again.
* various: make fancy progress bar and update todoTimo Teras2009-01-071-2/+4
|
* io: fix some memory leaksTimo Teras2009-01-061-1/+8
|
* archive: minor clean upsTimo Teras2009-01-061-2/+3
|
* io: apk_ostream stuffTimo Teras2008-11-281-5/+1
|
* db: checksum installed files, protect config filesTimo Teras2008-11-141-19/+13
| | | | | | | Checksum of installed is computed on the fly when extracting them and it'll be saved to fdb. When installing config files those are diverted with suffix .apk-new if earlier version of same file with local changes exist.
* use zlib internally to decompressTimo Teras2008-11-071-175/+66
|
* give more helpful error messagesNatanael Copa2008-10-261-0/+3
|
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-6/+11
|
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-1/+1
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+349
breakage and major changes.