summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* info: fix compiler warning on x86_64Natanael Copa2009-06-301-2/+2
* cache: new applet (ref #49)Timo Teras2009-06-296-18/+203
* db: cache packages (ref #49)Timo Teras2009-06-294-59/+149
* blob: function to checksum a blobTimo Teras2009-06-284-22/+21
* help: auto construct helpTimo Teras2009-06-2513-142/+264
* upgrade: add --available optionTimo Teras2009-06-253-5/+42
* upgrade: new appletTimo Teras2009-06-252-1/+56
* package: removed debug codeNatanael Copa2009-06-221-1/+0
* version: added apk_version_compare_blob() functionNatanael Copa2009-06-222-7/+9
* ver: only compare the given packages, show versionNatanael Copa2009-06-207-37/+71
* db: add function apk_repository_update_allNatanael Copa2009-06-193-4/+13
* info: support for -d, --descriptionNatanael Copa2009-06-191-5/+20
* info: allow multiple subactions at the same runNatanael Copa2009-06-191-18/+45
* info: add size and webpage to usageNatanael Copa2009-06-191-1/+1
* info: add -w,--webpage and -s,--size optionsNatanael Copa2009-06-191-0/+30
* improve --help outputNatanael Copa2009-06-198-23/+36
* add: support for forced versionsNatanael Copa2009-06-165-16/+61
* fetch: use lstat to verify filesize on existing targetsNatanael Copa2009-06-161-3/+2
* state: bugfix in the package version selectorNatanael Copa2009-06-161-2/+5
* io: fix mmap bstream fd leakTimo Teras2009-06-111-1/+2
* fetch: readlink does not end buffer with \0Natanael Copa2009-06-111-1/+4
* fetch: do not create hardlinks to softlinks but to softlink targetsNatanael Copa2009-06-111-1/+3
* fetch: removed debug messageNatanael Copa2009-06-091-1/+0
* fetch: added --link/-L optionNatanael Copa2009-06-091-19/+33
* fetch: fix fd leakNatanael Copa2009-05-261-1/+1
* Revert "add: replace coffe-cup with starwars"Timo Teras2009-05-252-4/+48
* state: upgrade deps for given packages to add -uNatanael Copa2009-05-241-4/+4
* add: fix segfault when no params are givenLinux User2009-05-211-1/+2
* add: replace coffe-cup with starwarsNatanael Copa2009-05-211-48/+4
* add: coffe-cupNatanael Copa2009-05-211-0/+49
* add: fix segfault when no packages are givenNatanael Copa2009-05-191-1/+1
* db: warn rather than fail with error if a repo index fails to loadNatanael Copa2009-05-191-10/+5
* db: fix bug that made inverted new installs and upgradesNatanael Copa2009-05-181-1/+1
* add: create csum for virtuals. only add the virtual to worldNatanael Copa2009-05-151-2/+14
* add: improve error reporting for virtual packagesNatanael Copa2009-05-151-5/+7
* add: support for virtual meta packagesNatanael Copa2009-05-143-36/+85
* index: fix segfault bug when trying to deleting an unresolved depNatanael Copa2009-05-141-1/+1
* fix uninitialized variable bugNatanael Copa2009-05-141-1/+1
* index: support for -d to delete packages from given indexNatanael Copa2009-05-123-5/+63
* fix misc compiler warnings about unintialized variables.Natanael Copa2009-05-112-3/+4
* add: delay state initialization til we have all pkgs in dbNatanael Copa2009-05-111-5/+9
* change apk audit letters to correspond to old sfic/lbu lettersNatanael Copa2009-05-061-2/+2
* info: let -e print which packages are installedNatanael Copa2009-04-211-14/+30
* info: do not read the repositories as this tool only query the statedbNatanael Copa2009-04-213-15/+18
* search: do not read the state db as this tool only query reposNatanael Copa2009-04-211-1/+1
* url: rename to .backup rather than unlink before wgetNatanael Copa2009-04-211-1/+3
* db: do not assume root ends with '/'Natanael Copa2009-04-211-4/+4
* url: unlink file before trying to downloadNatanael Copa2009-04-211-0/+1
* db: improve error reportingNatanael Copa2009-04-211-6/+5
* db: fix bug in apk_repository_update()Natanael Copa2009-04-211-1/+1