summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae15-95/+157
2013-01-03Add a -n option to repo-add to only add new packagesDanny George2-0/+10
2013-01-03makepkg: Print out full version on pkgver updateWilliam Giokas1-0/+2
2013-01-03Update DoxyfileAllan McRae1-5/+10
2013-01-03doc: Fix section link in pacman-key man pageAllan McRae1-2/+2
2013-01-03Fixed missing asciidoc idDanny George1-1/+1
2013-01-03makepkg: use --apparent-size when du supports itAllan McRae3-6/+6
2013-01-03Remove checks for geteuidAllan McRae2-5/+1
2013-01-03Remove Cygwin supportAllan McRae2-8/+2
2013-01-03pacdiff: update copyright noticeFlorian Pritz1-0/+2
2013-01-03pacdiff: Add option to overwrite, clarify remove optionFlorian Pritz1-2/+3
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