summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2013-01-03Add a -n option to repo-add to only add new packagesDanny George
2013-01-03makepkg: Print out full version on pkgver updateWilliam Giokas
2013-01-03Update DoxyfileAllan McRae
2013-01-03doc: Fix section link in pacman-key man pageAllan McRae
2013-01-03Fixed missing asciidoc idDanny George
2013-01-03makepkg: use --apparent-size when du supports itAllan McRae
2013-01-03Remove checks for geteuidAllan McRae
2013-01-03Remove Cygwin supportAllan McRae
2013-01-03pacdiff: update copyright noticeFlorian Pritz
2013-01-03pacdiff: Add option to overwrite, clarify remove optionFlorian Pritz
2013-01-03pacdiff: check cmp's exit code rather than outputFlorian Pritz
2013-01-03pacdiff: be more verbose if we rename or removeFlorian Pritz
2013-01-03pacdiff: color filename and mention what we foundFlorian Pritz
2013-01-03Use a defined constant in delta.c for num_matchesDan McGee
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee
2013-01-03parseopts: remove superfluous continue/shift statementsDave Reisner
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Remove leading "./" from filenames in mtree fileAllan McRae
2012-12-14Check file types match before comparing propertiesAllan McRae
2012-12-14Check "install" and "changelog" files for changesAllan McRae
2012-12-14Perform full checking of files with -QkkAllan McRae
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae
2012-12-14Separate checking a files existence into a functionAllan McRae
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