summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj3-14/+17
2013-01-28add caller prefix to alpm_logactionAndrew Gregory4-13/+22
2013-01-28pacsort: add -f, --files option for sorting filenamesDave Reisner1-3/+49
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-04Fix space between control structure and open parensGerardo Exequiel Pozzi3-3/+3
2013-01-04Fix open braces styleGerardo Exequiel Pozzi5-12/+22
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi4-7/+7
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi2-2/+2
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae8-57/+151
2013-01-03Remove checks for geteuidAllan McRae1-4/+0
2013-01-03Remove Cygwin supportAllan McRae1-3/+2
2013-01-03util/pactree: correctly free the deps list in walk_deps()Dan McGee1-1/+3
2013-01-03Update copyright year for 2013Allan McRae18-19/+19
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-14Do not warn about missing database if being downloadedAllan McRae1-0/+6
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-14Plug various minor memory leaksAndrew Gregory2-2/+5
2012-12-14Display install status of optdependenciesAllan McRae1-2/+18
2012-12-14Add "Optional for" to package information outputAllan McRae1-1/+3
2012-12-14Display optdep install status in package query outputAllan McRae1-6/+14
2012-12-14Notify of removed package required as optdependAllan McRae1-0/+4
2012-11-27pactree: unindent first limbAndrew Gregory1-1/+1
2012-11-27pactree: unify output between utf8 and asciiDave Reisner1-16/+20
2012-11-27pactree: fix style violationsDave Reisner1-2/+3
2012-11-27pactree: autodetect and use unicode line drawing charactersDave Reisner1-3/+34
2012-11-27pactree: style last branch node differentlyAndrew Gregory1-13/+17
2012-11-27pactree: fix --sync getopt valueAndrew Gregory1-1/+1
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj3-0/+8
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner2-18/+14
2012-11-27Fix thinko in configure.ac CFLAGS empty checkingDan McGee1-1/+1
2012-09-18Avoid interger overflow when calculating remaining line lengthAllan McRae1-1/+1
2012-09-18Fix typo in documentationAllan McRae1-1/+1
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory2-15/+18
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory2-25/+11
2012-09-18query_fileowner: remove trailing '/' from targetsAndrew Gregory1-1/+8
2012-09-18query_fileowner: resolve root earlyAndrew Gregory1-9/+25
2012-09-18query_fileowner: remove resolve_path functionAndrew Gregory1-20/+3
2012-09-18query_fileowner: break/continue pkgfile loopAndrew Gregory1-0/+4
2012-08-08Move important information up in -Si outputAllan McRae1-3/+2
2012-08-08coding style fixesFlorian Pritz1-1/+1
2012-08-02Allow cleaning only some cachedirsJan Alexander Steffens (heftig)1-15/+20
2012-08-01Clean up exclusion list in sync cache cleanupDan McGee1-23/+24