summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-14Move check function into its own fileAllan McRae
2012-12-14Add public functions for accessing mtree dataAllan McRae
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae
2012-12-14Extract .MTREE file into local package databaseAllan McRae
2012-12-14makepkg: add mtree file into packageAllan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-12-14Fix future signature timestamp warningAllan McRae
2012-12-14Replace space-based indents in prototypes with tabsJason St. John
2012-12-14Remove Vim modelines in prototype filesJason St. John
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj
2012-12-14query.c: simplify is_foreignAndrew Gregory
2012-12-14Added LOGDEST variableWilliam Giokas
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-12-14makepkg: normalize whitespace in $pkgdesc when writing .PKGINFODave Reisner
2012-12-14pkgdelta: avoid use of eval and IFS manipulationDave Reisner
2012-12-14Display install status of optdependenciesAllan McRae
2012-12-14Make alpm_pkg_find publicAllan McRae
2012-12-14Add pactest for "Optional for" outputBenedikt Morbach
2012-12-14Add "Optional for" to package information outputAllan McRae
2012-12-14Add pactests for displaying optdep installation statusBenedikt Morbach
2012-12-14Display optdep install status in package query outputAllan McRae
2012-12-14Notify of removed package required as optdependAllan McRae
2012-12-14It turns out we do care about directories...Allan McRae
2012-12-14Add pactests for not detecting directory conflicts with upgradesFlorian Pritz
2012-12-14Fix overzealous package removal with unmet dependenciesAndrew Gregory
2012-12-14pactest: variant of package removal due to unmet dependenciesAllan McRae
2012-12-14pactest: removal of packages with unmet dependenciesAllan McRae
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory
2012-12-14Add _alpm_filelist_resolveAndrew Gregory
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae
2012-12-14pactest: Provide a full filelist to the pactests that need itAllan McRae
2012-11-27makepkg: install debug symbol packages if requestedAllan McRae
2012-11-27makepkg: assign debugging symbol directory to a variableAllan McRae
2012-11-27makepkg: allow debug package suffix to be configurableAllan McRae
2012-11-27makepkg: create package from stripped debug symbolsAllan McRae
2012-11-27makepkg: output the name of the package being createdAllan McRae
2012-11-27makepkg: strip debugging symbols into separate folderAllan McRae
2012-11-27makepkg: always use pkg/$pkgname as $pkgdirAllan McRae
2012-11-27makepkg: move debug symbol stripping to separate functionAllan McRae
2012-11-27makepkg: add option to include debugging compiler flagsAllan McRae
2012-11-27makepkg: always run tidy_install on repackagingAllan McRae
2012-11-27pactree: unindent first limbAndrew Gregory
2012-11-27pactree: unify output between utf8 and asciiDave Reisner
2012-11-27pactree: fix style violationsDave Reisner
2012-11-27pactree: autodetect and use unicode line drawing charactersDave Reisner
2012-11-27pactree: style last branch node differentlyAndrew Gregory