summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory
2013-01-04pacman-key: reduce verbosity of --populatePierre Schmitz
2013-01-04pacman-key: handle local signing of multiple keysAllan McRae
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi
2013-01-04Fix spacing in HACKING spacing exampleAllan McRae
2013-01-04Save backup files with extension .pacsave.nPang Yan Han
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