summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-03pacdiff: check cmp's exit code rather than outputFlorian Pritz1-2/+2
2013-01-03pacdiff: be more verbose if we rename or removeFlorian Pritz1-4/+4
2013-01-03pacdiff: color filename and mention what we foundFlorian Pritz1-1/+25
2013-01-03Use a defined constant in delta.c for num_matchesDan McGee1-3/+6
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee1-1/+3
2013-01-03parseopts: remove superfluous continue/shift statementsDave Reisner1-5/+1
2013-01-03Update copyright year for 2013Allan McRae74-80/+80
2012-12-14Remove leading "./" from filenames in mtree fileAllan McRae1-0/+7
2012-12-14Check file types match before comparing propertiesAllan McRae1-1/+26
2012-12-14Check "install" and "changelog" files for changesAllan McRae1-2/+13
2012-12-14Perform full checking of files with -QkkAllan McRae1-1/+135
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae4-4/+76
2012-12-14Separate checking a files existence into a functionAllan McRae1-13/+22
2012-12-14Move check function into its own fileAllan McRae4-55/+113
2012-12-14Add public functions for accessing mtree dataAllan McRae3-2/+46
2012-12-14Add internal functions for reading mtree file from local dbAllan McRae3-0/+106
2012-12-14Extract .MTREE file into local package databaseAllan McRae1-0/+5
2012-12-14makepkg: add mtree file into packageAllan McRae1-2/+8
2012-12-14Do not warn about missing database if being downloadedAllan McRae3-3/+10
2012-12-14Fix future signature timestamp warningAllan McRae1-5/+6
2012-12-14Replace space-based indents in prototypes with tabsJason St. John3-42/+42
2012-12-14Remove Vim modelines in prototype filesJason St. John2-4/+0
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj1-0/+1
2012-12-14query.c: simplify is_foreignAndrew Gregory1-10/+3
2012-12-14Added LOGDEST variableWilliam Giokas3-1/+17
2012-12-14Plug various minor memory leaksAndrew Gregory5-3/+8
2012-12-14makepkg: normalize whitespace in $pkgdesc when writing .PKGINFODave Reisner1-1/+1
2012-12-14pkgdelta: avoid use of eval and IFS manipulationDave Reisner1-16/+12
2012-12-14Display install status of optdependenciesAllan McRae1-2/+18
2012-12-14Make alpm_pkg_find publicAllan McRae7-24/+30
2012-12-14Add pactest for "Optional for" outputBenedikt Morbach1-0/+13
2012-12-14Add "Optional for" to package information outputAllan McRae3-8/+38
2012-12-14Add pactests for displaying optdep installation statusBenedikt Morbach2-0/+27
2012-12-14Display optdep install status in package query outputAllan McRae1-6/+14
2012-12-14Notify of removed package required as optdependAllan McRae3-1/+37
2012-12-14It turns out we do care about directories...Allan McRae3-23/+9
2012-12-14Add pactests for not detecting directory conflicts with upgradesFlorian Pritz2-0/+38
2012-12-14Fix overzealous package removal with unmet dependenciesAndrew Gregory4-47/+41
2012-12-14pactest: variant of package removal due to unmet dependenciesAllan McRae1-0/+28
2012-12-14pactest: removal of packages with unmet dependenciesAllan McRae1-0/+28
2012-12-14_alpm_filelist_resolve: add useful return codeAndrew Gregory2-38/+47
2012-12-14Avoid upgrade conflict with unchanged effective pathAllan McRae3-5/+3
2012-12-14Resolve file paths during inter-package conflict checkAllan McRae5-12/+36
2012-12-14_alpm_filelist_resolve: use original filenames where possibleAndrew Gregory2-22/+34
2012-12-14Add _alpm_filelist_resolveAndrew Gregory2-0/+181
2012-12-14Add resolved_path to alpm_filelist_tAllan McRae2-1/+11
2012-12-14Detect inter-package conflicts between files and directoriesAllan McRae3-17/+38
2012-12-14pactest: Provide a full filelist to the pactests that need itAllan McRae2-4/+11
2012-11-27makepkg: install debug symbol packages if requestedAllan McRae1-0/+4
2012-11-27makepkg: assign debugging symbol directory to a variableAllan McRae1-14/+13