summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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