Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | db: live with sha1 and md5 | Timo Teras | 2009-07-14 | 1 | -9/+82 | |
| | | | | this also convers scripts file to a tar archive. | |||||
* | blob: some helpers to replace snprintf | Timo Teras | 2009-07-14 | 1 | -1/+1 | |
| | | | | | snprintf is dog slow. make the blob stuff have some helper functions so we can use them in code paths that are executed often. | |||||
* | bstream: make tokenizable and load index using bstream | Timo Teras | 2009-07-14 | 1 | -1/+6 | |
| | | | | some fixes on index reading code too. | |||||
* | io: move csumming away from bstream to gunzip | Timo Teras | 2009-07-13 | 1 | -2/+2 | |
| | | | | | in future we want to checksum on gzip boundary basis, not the full file. | |||||
* | archive: utimes modifies file, not link so don't use it for symlinks | Timo Teras | 2009-01-17 | 1 | -7/+9 | |
| | ||||||
* | archive: preserve mtime on extractionapk-tools-2.0_pre4 | Timo Teras | 2009-01-17 | 1 | -8/+27 | |
| | ||||||
* | archive: set suid bit after chown if needed | Natanael Copa | 2009-01-17 | 1 | -0/+6 | |
| | | | | chown will reset the suid bit so we need to set it again. | |||||
* | various: make fancy progress bar and update todo | Timo Teras | 2009-01-07 | 1 | -2/+4 | |
| | ||||||
* | io: fix some memory leaks | Timo Teras | 2009-01-06 | 1 | -1/+8 | |
| | ||||||
* | archive: minor clean ups | Timo Teras | 2009-01-06 | 1 | -2/+3 | |
| | ||||||
* | io: apk_ostream stuff | Timo Teras | 2008-11-28 | 1 | -5/+1 | |
| | ||||||
* | db: checksum installed files, protect config files | Timo Teras | 2008-11-14 | 1 | -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 decompress | Timo Teras | 2008-11-07 | 1 | -175/+66 | |
| | ||||||
* | give more helpful error messages | Natanael Copa | 2008-10-26 | 1 | -0/+3 | |
| | ||||||
* | Preserve uid and gid. Quiet flag to print dots on progress. | Timo Teras | 2008-04-22 | 1 | -6/+11 | |
| | ||||||
* | Argument parsing. Some other stuff too. | Timo Teras | 2008-04-21 | 1 | -1/+1 | |
| | ||||||
* | Initial commit of some stuff written so far. Still in state of flux. Expect | Timo Teras | 2008-04-17 | 1 | -0/+349 | |
breakage and major changes. |