aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_defines.h
Commit message (Collapse)AuthorAgeFilesLines
...
* apk: --force to overwrite filesTimo Teras2009-03-041-1/+1
|
* apk: --clean-protected optionTimo Teras2009-03-041-0/+1
| | | | So you will not get .apk-new files of the new configuration files.
* add: --upgrade|-u to control if upgrading is preferred or notTimo Teras2009-01-161-1/+1
|
* info: only show package desc when --verboseNatanael Copa2009-01-161-3/+3
| | | | | | | also introduce apk_verbosity. --quiet reduce verbosity and --verbose increases it. Default verbosity is 1.
* various: make fancy progress bar and update todoTimo Teras2009-01-071-1/+20
|
* apk_array: clear newly allocated memoryTimo Teras2009-01-061-1/+6
|
* hash, db: use apk_blob_t and list_*Timo Teras2008-11-271-0/+69
|
* db: checksum installed files, protect config filesTimo Teras2008-11-141-0/+7
| | | | | | | 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.
* Overwriting of bb files, apk_create (from old apk-tools), chdir changes,Timo Teras2008-04-221-5/+21
| | | | | other stuff.
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-3/+5
|
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+147
breakage and major changes.