summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-18handle: add hookdirs optionAndrew Gregory5-0/+75
2015-10-18PKGBUILD.5: post_*() are functions, not scriptsPierre Neidhardt1-1/+1
2015-09-22makepkg: remove ability to build individual packagesAllan McRae2-12/+0
2015-09-22libmakepkg: remove declaration of unused local variablesAllan McRae1-1/+1
2015-09-22libmakepkg: return 1 on error in arch arrayAllan McRae1-2/+2
2015-09-22libmakepkg: update .gitignoreAllan McRae1-2/+3
2015-09-22makepkg: remove FORCE_VER variableAllan McRae1-4/+0
2015-09-20check fileconflicts and diskspace outside commitAndrew Gregory3-6/+21
2015-09-20move ini parser into commonAndrew Gregory4-146/+148
2015-09-20move strtrim to util-commonAndrew Gregory6-77/+42
2015-09-19sortbydeps: skip local packages being updatedAndrew Gregory3-3/+41
2015-09-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae3-0/+67
2015-09-07libmakepkg: util/pkgbuild.sh needs processing on buildAllan McRae2-1/+1
2015-09-07pacman.8: Consistently refer to the package databaseAllan McRae1-3/+3
2015-08-08libalpm: Force update when database is marked as corrupted.Sebastian Lackner1-0/+5
2015-08-08fill in name_hash for assumeinstalled optionsAndrew Gregory1-0/+2
2015-08-08copy assumeinstalled optionsAndrew Gregory2-3/+10
2015-08-08check assumeinstalled for meaningful modAndrew Gregory1-0/+2
2015-08-08check dep versions before calling strcmpAndrew Gregory1-1/+12
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn1-2/+5
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