summaryrefslogtreecommitdiff
path: root/src/ver.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14rename all applets sources to app_*.cTimo Teräs1-207/+0
2020-01-26Update apk to make man pages sole source of truthDrew DeVault1-8/+5
2019-06-05fix all applets to return -ENOTSUP if it's unrecognizedTimo Teräs1-1/+1
2014-12-08make del, fetch, fix and info return errorsTimo Teräs1-2/+3
2014-10-08rework option parsing to have a group structureTimo Teräs1-15/+19
2013-06-28version: clarify usageDubiousjim1-3/+4
2013-06-28various: applet help text and comment fixesDubiousjim1-2/+2
2013-06-19all: few behavioural regression fixesTimo Teräs1-2/+3
2013-06-19applets: unify help message by removing final dotsTimo Teräs1-2/+1
2013-06-18db: store repository tag names including leading @Timo Teräs1-13/+14
2013-06-18fix, info, ver: perform wildcard matchingTimo Teräs1-46/+26
2013-06-18apk: use string array in applet mains, separate apk_name_foreach_matchingTimo Teräs1-20/+23
2012-11-05ver: fix help message of --limitTimo Teräs1-2/+2
2012-05-07ver: show all packages with -vNatanael Copa1-1/+1
2012-05-07ver: make --quiet output suitable for scripting/pipingNatanael Copa1-0/+4
2012-05-07ver: print '?' when package is not available in any repoNatanael Copa1-1/+2
2012-04-27ver: show all versions if package name specifiedTimo Teräs1-1/+1
2012-02-24all: introduce apk_provides and use it in apk_nameTimo Teräs1-15/+13
2012-02-15ver: handle pinned packages betterTimo Teräs1-7/+36
2012-02-14ver: by default show only upgradeable packagesTimo Teräs1-0/+6
2011-09-13all: update copyright year statementTimo Teräs1-1/+1
2011-07-24ver: database is not needed for version string checking and testsTimo Teräs1-0/+2
2010-12-14various: use 'atoms' for certain package field and misc fixesTimo Teräs1-8/+10
2010-12-09io: enhance istream/bstreams with pipe to forked childTimo Teräs1-1/+1
2010-06-11First steps for libapkNatanael Copa1-0/+1
2009-09-04version: --index output to stdout instead of stderrTimo Teras1-4/+4
2009-09-03index, version: support for repository descriptions (fixes #141)Timo Teras1-4/+28
2009-08-12db, pkg: separate structure for fields of installed packagesTimo Teras1-4/+4
2009-08-06all: implement database open optionsTimo Teras1-9/+6
2009-07-09ver: implement --limitNatanael Copa1-27/+24
2009-07-07ver: fix output indentationTimo Teras1-1/+3
2009-06-25help: auto construct helpTimo Teras1-7/+8
2009-06-20ver: only compare the given packages, show versionNatanael Copa1-17/+47
2009-06-19improve --help outputNatanael Copa1-1/+1
2009-04-03ver: added --check/-c option to vaildate given version stringNatanael Copa1-0/+17
2009-04-03ver: test given version strings with -t or --testNatanael Copa1-7/+41
2009-01-17db: database locking and creation to part of opening itTimo Teras1-1/+1
2009-01-13apk: per applet optionsTimo Teras1-1/+1
2008-11-27hash, db: use apk_blob_t and list_*Timo Teras1-2/+1
2008-04-21Argument parsing. Some other stuff too.Timo Teras1-3/+3
2008-04-17Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras1-0/+76