aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* adb: introduce apk-tools database format, and few appletsv3.0-wipTimo Teräs2020-04-011-0/+2
* Revert "version: consider pkg-rX and pkg to be the same version"William Pitcock2017-06-231-5/+0
* version: add support for fuzzy version matchingWilliam Pitcock2017-05-271-2/+10
* version: consider pkg-rX and pkg to be the same versionA. Wilcox2017-05-271-0/+5
* all: update copyright year statementTimo Teräs2011-09-131-1/+1
* version: fix evaluation order to make valgrind happyTimo Teräs2011-01-031-2/+2
* pkg: dependencies to specific package checksumTimo Teräs2011-01-011-0/+2
* version: add support for version control suffixesTimo Teras2009-11-061-3/+8
* version: fix remaining version comparisonsTimo Teras2009-11-061-7/+9
* version: fix comparison of version againTimo Teras2009-11-051-2/+2
* version: fix comparision of pre-suffixesTimo Teras2009-10-261-3/+14
* version: fix comparison against empty versionTimo Teras2009-08-171-9/+14
* version: added apk_version_compare_blob() functionNatanael Copa2009-06-221-7/+8
* ver: only compare the given packages, show versionNatanael Copa2009-06-201-3/+7
* add: support for forced versionsNatanael Copa2009-06-161-0/+18
* pkg: clean up writing of dependenciesTimo Teras2009-04-161-0/+18
* state: rework changeset calculation algorithmTimo Teras2009-04-141-0/+6
* version: avoid end up in endless loop if we compare 2 equal invalid versionsNatanael Copa2009-04-131-1/+1
* version: allow more digits come after letterNatanael Copa2009-04-131-1/+4
* version: allow token letter after digit_or_zeroNatanael Copa2009-04-131-1/+2
* version: allow only TOKEN_LETTER after a digitNatanael Copa2009-04-031-1/+1
* Initial commit of some stuff written so far. Still in state of flux. ExpectTimo Teras2008-04-171-0/+165