summaryrefslogtreecommitdiff
path: root/ext/repo_arch.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Imported Upstream version 0.7.2upstream/0.7.2DongHun Kwak1-3/+2
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-3/+3
2013-11-14Create a real type for a checksum handleMichael Schroeder1-11/+11
2013-10-16remove trailing whitespaceMichael Schroeder1-1/+1
2013-06-11make license/group a poolstr array for archlinuxMichael Schroeder1-4/+4
2013-06-07make SOLVABLE_LICENSE also use a poolstrMichael Schroeder1-1/+1
2013-04-05cleanup hash code, it makes no sense to have an extra type for the maskMichael Schroeder1-4/+4
2013-01-31small cleanupsMichael Schroeder1-4/+3
2012-11-13support REPO_NO_LOCATION, rename "set_deleted" to the more clear "unset"Michael Schroeder1-3/+5
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-1/+5
2012-09-06- repo_arch: make it work with empty prefixesMichael Schroeder1-1/+1
2012-04-16- use pool_error instead of pool_debug in repo_add_arch_pkgMichael Schroeder1-3/+11
2012-04-12- use repo_free_solvable instead of repo_free_solvable_block when freeing a s...Michael Schroeder1-2/+2
2012-04-03- support repo_add_arch_local to read the installed package database on archMichael Schroeder1-183/+243
2012-04-02- "noarch" is called "any" on archlinux, so now we have noarch/all/any ;(Michael Schroeder1-3/+3
2012-03-30- fix mem leak in arch codeMichael Schroeder1-0/+1
2012-03-30- support files section, support repo extension for archlinuxMichael Schroeder1-2/+117
2012-03-30- add support for archlinux packages/reposMichael Schroeder1-0/+670