summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-18pacman: add user hook directoriesAndrew Gregory
2015-10-18validate hooks after parsingAndrew Gregory
2015-10-18run hooks during trans_commitAndrew Gregory
2015-10-18add hook data types and parserAndrew Gregory
2015-10-18handle: add hookdirs optionAndrew Gregory
2015-10-18PKGBUILD.5: post_*() are functions, not scriptsPierre Neidhardt
2015-09-23makepkg: remove ability to build individual packagesAllan McRae
2015-09-22libmakepkg: remove declaration of unused local variablesAllan McRae
2015-09-22libmakepkg: return 1 on error in arch arrayAllan McRae
2015-09-22libmakepkg: update .gitignoreAllan McRae
2015-09-22makepkg: remove FORCE_VER variableAllan McRae
2015-09-20check fileconflicts and diskspace outside commitAndrew Gregory
2015-09-20move ini parser into commonAndrew Gregory
2015-09-20move strtrim to util-commonAndrew Gregory
2015-09-19sortbydeps: skip local packages being updatedAndrew Gregory
2015-09-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae
2015-09-07libmakepkg: util/pkgbuild.sh needs processing on buildAllan McRae
2015-09-07pacman.8: Consistently refer to the package databaseAllan McRae
2015-08-08libalpm: Force update when database is marked as corrupted.Sebastian Lackner
2015-08-08fill in name_hash for assumeinstalled optionsAndrew Gregory
2015-08-08copy assumeinstalled optionsAndrew Gregory
2015-08-08check assumeinstalled for meaningful modAndrew Gregory
2015-08-08check dep versions before calling strcmpAndrew Gregory
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn
2015-08-08Remove ko_KR translationAllan McRae
2015-07-20libmakepkg: move color settings to functionAllan McRae
2015-07-20pacman/files.c: fix memory leak on regex errorAllan McRae
2015-07-20ensure matching database and package versionLevente Polyak
2015-07-20dont remove x bit when marking pkgdir RODave Reisner
2015-07-20libmakepkg: lint_package requires cd_safeAllan McRae
2015-07-15Handle repo/pkg style arguments to sync repo file listingAllan McRae
2015-07-15Add regex search option to sync database file searchingAllan McRae
2015-07-15Implement searching for a file in the sync databasesAllan McRae
2015-07-15Implement listing files from sync packagesAllan McRae
2015-07-15Implement locating file owner in sync files databaseAllan McRae
2015-07-15Prototype pacman files database operationsAllan McRae
2015-07-15pacman: move database syncing to util.cAllan McRae
2015-07-15Add pacman support for .files databasesAllan McRae
2015-07-15Read file lists from databasesAllan McRae
2015-07-15Allow frontends to specify the sync database extensionAllan McRae
2015-07-14Fix formatting in parsearg_upgradeAllan McRae
2015-07-14Simplify sync_cleandbAllan McRae
2015-07-14Do not warn about packages that optionally require a removal when ignoring depsAllan McRae
2015-07-12Do not warn about downgrades when only downloading packageAllan McRae
2015-07-12Fix overflow warningsAndrew Gregory
2015-06-20Match providers when showing optdep install statusLukas Fleischer
2015-06-20repo-add: Reject armored signaturesJohannes Löthberg
2015-06-20makepkg: Add flag for printing SRCINFO to stdoutJohannes Löthberg
2015-06-20repo-add: Generate unarmored DB signatureJohannes Löthberg
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg