summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-08Remove ko_KR translationAllan McRae6-4206/+0
2015-07-20libmakepkg: move color settings to functionAllan McRae2-18/+24
2015-07-20pacman/files.c: fix memory leak on regex errorAllan McRae1-0/+1
2015-07-20ensure matching database and package versionLevente Polyak1-0/+18
2015-07-20dont remove x bit when marking pkgdir RODave Reisner1-1/+1
2015-07-20libmakepkg: lint_package requires cd_safeAllan McRae1-0/+1
2015-07-15Handle repo/pkg style arguments to sync repo file listingAllan McRae1-2/+25
2015-07-15Add regex search option to sync database file searchingAllan McRae3-8/+35
2015-07-15Implement searching for a file in the sync databasesAllan McRae1-1/+63
2015-07-15Implement listing files from sync packagesAllan McRae1-2/+36
2015-07-15Implement locating file owner in sync files databaseAllan McRae1-1/+53
2015-07-15Prototype pacman files database operationsAllan McRae7-2/+158
2015-07-15pacman: move database syncing to util.cAllan McRae3-32/+33
2015-07-15Add pacman support for .files databasesAllan McRae2-3/+7
2015-07-15Read file lists from databasesAllan McRae1-2/+36
2015-07-15Allow frontends to specify the sync database extensionAllan McRae6-8/+44
2015-07-14Fix formatting in parsearg_upgradeAllan McRae1-4/+12
2015-07-14Simplify sync_cleandbAllan McRae1-33/+12
2015-07-14Do not warn about packages that optionally require a removal when ignoring depsAllan McRae1-1/+3
2015-07-12Do not warn about downgrades when only downloading packageAllan McRae1-1/+1
2015-07-12Fix overflow warningsAndrew Gregory2-6/+5
2015-06-20Match providers when showing optdep install statusLukas Fleischer2-2/+4
2015-06-20repo-add: Reject armored signaturesJohannes Löthberg1-0/+4
2015-06-20makepkg: Add flag for printing SRCINFO to stdoutJohannes Löthberg2-1/+11
2015-06-20repo-add: Generate unarmored DB signatureJohannes Löthberg1-1/+1
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg1-1/+0
2015-06-20makepkg-template.1: Clarify which file version-less markers useWieland Hoffmann1-2/+2
2015-05-19libmakepkg: extract functions for source download and extractionAllan McRae11-524/+749
2015-05-19libmakepkg: extract functions for handling source URLsAllan McRae5-120/+148
2015-05-19libmakepkg: fix test styleAllan McRae2-2/+2
2015-05-19libmakepkg: move more functions for extracting information from PKGBIULDsAllan McRae2-46/+46
2015-05-19libmakepkg: extract more utility functionsAllan McRae2-31/+31
2015-05-16libmakepkg: extract get_full_version and get_pkg_archAllan McRae2-35/+35
2015-05-16Simplify libmakepkg .gitignoreAllan McRae1-11/+2
2015-05-16makepkg: put further restrictions on pkgbaseAllan McRae2-2/+13
2015-05-16makepkg: merge validate_pkgver into check_pkgverAllan McRae2-9/+5
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae21-333/+874
2015-05-16libmakepkg: extract in_arrayAllan McRae4-16/+41
2015-05-16libmakepkg: move functions for extracting pkgbuild attributesAllan McRae3-106/+130
2015-05-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek1-4/+11
2015-05-12Fix comment in alpm_db_updateDavid Macek1-1/+1
2015-05-12libmakepkg: fix test bracket styleAllan McRae14-14/+14
2015-05-12alpm_logaction: implement documented return valueAndrew Gregory1-8/+16
2015-05-12alpm_logaction: allow falling back to syslogAndrew Gregory1-1/+1
2015-05-12alpm_logaction: check logfile before openingAndrew Gregory1-1/+1
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory3-54/+29
2015-05-12makepkg: Empty/create only $pkgdir's relevant to current PKGBUILDDavid Macek1-2/+5
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy2-2/+4
2015-05-12makepkg-template: support multiple --template-dirsDominik Fischer14-21/+80
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory1-1/+1