summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-28Fix printing of pathsWilliam Giokas1-4/+4
2013-01-28add doxygen comments to conflict.cAndrew Gregory1-14/+80
2013-01-28paccache: pass the --file option to pacsortDave Reisner1-2/+2
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner2-3/+67
2013-01-28Make path to ldconfig configurableAllan McRae5-5/+21
2013-01-28Remove leading / for pactest pathsAllan McRae4-4/+4
2013-01-28pactest: handle non-default scriptlet shellsAllan McRae9-3/+21
2013-01-28Revert execvp and related commitsAllan McRae6-36/+16
2013-01-17makepkg: Formatting consistency in write_pkginfoWilliam Giokas1-7/+5
2013-01-17dload: avoid showing progress bars on some redirectsDave Reisner2-5/+17
2013-01-17Fix release datesAllan McRae1-2/+2
2013-01-17pmtest: resolve path to scriptlet shellAllan McRae4-3/+26
2013-01-17Do not require full path for scriptlet shellAllan McRae1-3/+3
2013-01-17Do not use full path for ldconfigAllan McRae1-7/+4
2013-01-17Use execvp for running programs in chrootAllan McRae1-3/+3
2013-01-04Allow querying directory ownershipAndrew Gregory1-19/+41
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory1-2/+4
2013-01-04pacman-key: reduce verbosity of --populatePierre Schmitz1-1/+1
2013-01-04pacman-key: handle local signing of multiple keysAllan McRae1-8/+14
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi8-28/+28
2013-01-04Fix open braces styleGerardo Exequiel Pozzi8-16/+29
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi7-17/+17
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi2-2/+2
2013-01-04Fix spacing in HACKING spacing exampleAllan McRae1-1/+1
2013-01-04Save backup files with extension .pacsave.nPang Yan Han2-0/+96
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