aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.c
Commit message (Expand)AuthorAgeFilesLines
* split --force to several --force-[type] optionsTimo Teräs2018-01-031-3/+3
* index: Only rewrite arch if no error is encounteredA. Wilcox2017-07-291-2/+2
* io: make io vtables const struct, and add accessors for themTimo Teräs2017-06-231-2/+2
* index: fix unsatisfied dependencies warning (maybe vs may be)William Pitcock2017-05-281-1/+1
* index: don't return error if --index does not existsTimo Teräs2016-05-271-2/+2
* rename file info related functions for consistencyTimo Teräs2015-03-101-2/+2
* rework error handling for write streamsTimo Teräs2015-03-101-0/+1
* rework option parsing to have a group structureTimo Teräs2014-10-081-19/+23
* index: fix warning about package names without providerTimo Teräs2014-10-061-8/+9
* various: applet help text and comment fixesDubiousjim2013-06-281-1/+1
* applets: unify help message by removing final dotsTimo Teräs2013-06-191-1/+1
* apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs2013-06-181-10/+11
* audit, index, search, upgrade: use foreach_array_itemTimo Teräs2013-06-141-3/+4
* libapk, apk(8): fix header inclusion issues with musl's headersWilliam Pitcock2013-06-121-0/+1
* index: add sensible error message if metadata is too longTimo Teräs2013-05-301-19/+24
* all: introduce apk_provides and use it in apk_nameTimo Teräs2012-02-241-3/+5
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* index: handle errors instead of silently failingTimo Teräs2011-06-281-2/+14
* index: support rewriting of architectureTimo Teräs2011-04-041-2/+13
* index: remove support of old index formatTimo Teräs2011-01-011-7/+0
* various: use 'atoms' for certain package field and misc fixesTimo Teräs2010-12-141-1/+1
* First steps for libapkNatanael Copa2010-06-111-0/+1
* all: rework how arrays workTimo Teräs2010-06-051-2/+2
* index: do not segfault if there are no descriptionNatanael Copa2009-09-031-5/+7
* index, version: support for repository descriptions (fixes #141)Timo Teras2009-09-031-12/+27
* io: better error handling when writing stuff outTimo Teras2009-08-121-1/+1
* all: implement database open optionsTimo Teras2009-08-061-13/+11
* index: root is needed for signing keysTimo Teras2009-08-051-1/+1
* apk: use *at instead of chdir+normal file syscallTimo Teras2009-07-311-4/+4
* index: more informative error messageTimo Teras2009-07-231-4/+4
* various: more informative error messagesTimo Teras2009-07-221-1/+1
* index: read also new style index filesTimo Teras2009-07-211-8/+3
* db: signed index loading (ref #46)Timo Teras2009-07-201-1/+1
* index: fix output file permissions, verify signed index (ref #46)Timo Teras2009-07-171-2/+2
* verify: new applet (ref #46)Timo Teras2009-07-171-1/+4
* various: new style index generationTimo Teras2009-07-161-3/+48
* gzip: always autoclose the inner streamTimo Teras2009-07-161-1/+1
* index: reuse existing index (fixes #25)Timo Teras2009-07-151-23/+69
* bstream: make tokenizable and load index using bstreamTimo Teras2009-07-141-5/+5
* help: auto construct helpTimo Teras2009-06-251-4/+7
* improve --help outputNatanael Copa2009-06-191-1/+1
* index: fix segfault bug when trying to deleting an unresolved depNatanael Copa2009-05-141-1/+1
* index: support for -d to delete packages from given indexNatanael Copa2009-05-121-4/+61
* db: database locking and creation to part of opening itTimo Teras2009-01-171-1/+1
* index: write out only packages specified in command lineTimo Teras2009-01-161-6/+4
* apk: per applet optionsTimo Teras2009-01-131-1/+1
* io: apk_ostream stuffTimo Teras2008-11-281-1/+6
* Preserve uid and gid. Quiet flag to print dots on progress.Timo Teras2008-04-221-2/+3
* Argument parsing. Some other stuff too.Timo Teras2008-04-211-2/+2
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+70