summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore libarchive 2.8.x compatibilitylibarchive-2.8Dan McGee2012-12-172-2/+2
* Remove leading "./" from filenames in mtree fileAllan McRae2012-12-141-0/+7
* Check file types match before comparing propertiesAllan McRae2012-12-141-1/+26
* Check "install" and "changelog" files for changesAllan McRae2012-12-141-2/+13
* Perform full checking of files with -QkkAllan McRae2012-12-141-1/+135
* Basic running of pacman -Qkk to check mtree filesAllan McRae2012-12-144-4/+76
* Separate checking a files existence into a functionAllan McRae2012-12-141-13/+22
* Move check function into its own fileAllan McRae2012-12-144-55/+113
* Add public functions for accessing mtree dataAllan McRae2012-12-143-2/+46
* Add internal functions for reading mtree file from local dbAllan McRae2012-12-143-0/+106
* Extract .MTREE file into local package databaseAllan McRae2012-12-141-0/+5
* makepkg: add mtree file into packageAllan McRae2012-12-141-2/+8
* Do not warn about missing database if being downloadedAllan McRae2012-12-143-3/+10
* Fix future signature timestamp warningAllan McRae2012-12-141-5/+6
* Replace space-based indents in prototypes with tabsJason St. John2012-12-143-42/+42
* Remove Vim modelines in prototype filesJason St. John2012-12-142-4/+0
* Print package name before changelog entry with -QcSimon Gomizelj2012-12-141-0/+1
* query.c: simplify is_foreignAndrew Gregory2012-12-141-10/+3
* Added LOGDEST variableWilliam Giokas2012-12-143-1/+17
* Plug various minor memory leaksAndrew Gregory2012-12-145-3/+8
* makepkg: normalize whitespace in $pkgdesc when writing .PKGINFODave Reisner2012-12-141-1/+1
* pkgdelta: avoid use of eval and IFS manipulationDave Reisner2012-12-141-16/+12
* Display install status of optdependenciesAllan McRae2012-12-141-2/+18
* Make alpm_pkg_find publicAllan McRae2012-12-147-24/+30
* Add pactest for "Optional for" outputBenedikt Morbach2012-12-141-0/+13
* Add "Optional for" to package information outputAllan McRae2012-12-143-8/+38
* Add pactests for displaying optdep installation statusBenedikt Morbach2012-12-142-0/+27
* Display optdep install status in package query outputAllan McRae2012-12-141-6/+14
* Notify of removed package required as optdependAllan McRae2012-12-143-1/+37
* It turns out we do care about directories...Allan McRae2012-12-143-23/+9
* Add pactests for not detecting directory conflicts with upgradesFlorian Pritz2012-12-142-0/+38
* Fix overzealous package removal with unmet dependenciesAndrew Gregory2012-12-144-47/+41
* pactest: variant of package removal due to unmet dependenciesAllan McRae2012-12-141-0/+28
* pactest: removal of packages with unmet dependenciesAllan McRae2012-12-141-0/+28
* _alpm_filelist_resolve: add useful return codeAndrew Gregory2012-12-142-38/+47
* Avoid upgrade conflict with unchanged effective pathAllan McRae2012-12-143-5/+3
* Resolve file paths during inter-package conflict checkAllan McRae2012-12-145-12/+36
* _alpm_filelist_resolve: use original filenames where possibleAndrew Gregory2012-12-142-22/+34
* Add _alpm_filelist_resolveAndrew Gregory2012-12-142-0/+181
* Add resolved_path to alpm_filelist_tAllan McRae2012-12-142-1/+11
* Detect inter-package conflicts between files and directoriesAllan McRae2012-12-143-17/+38
* pactest: Provide a full filelist to the pactests that need itAllan McRae2012-12-142-4/+11
* makepkg: install debug symbol packages if requestedAllan McRae2012-11-271-0/+4
* makepkg: assign debugging symbol directory to a variableAllan McRae2012-11-271-14/+13
* makepkg: allow debug package suffix to be configurableAllan McRae2012-11-273-15/+24
* makepkg: create package from stripped debug symbolsAllan McRae2012-11-273-1/+29
* makepkg: output the name of the package being createdAllan McRae2012-11-271-12/+5
* makepkg: strip debugging symbols into separate folderAllan McRae2012-11-271-0/+50
* makepkg: always use pkg/$pkgname as $pkgdirAllan McRae2012-11-271-0/+6
* makepkg: move debug symbol stripping to separate functionAllan McRae2012-11-271-4/+12