summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-01Skip deltas and partial downloads in package cleanupDan McGee1-0/+10
2012-08-01pactree: show tree vertical "limbs"Andrew Gregory1-18/+62
2012-08-01pactree: consolidate both walk_deps functionsAndrew Gregory1-61/+28
2012-07-10pacman: be more descriptive when opening an include failsDave Reisner1-1/+2
2012-06-26Allow leading "local/" in query operationsAllan McRae1-1/+8
2012-06-26query: avoid false ownership matches for files in rootDave Reisner1-2/+4
2012-05-21pacman: support group selection delimited by commasDave Reisner1-1/+1
2012-04-30Output "Packages" instead of "Targets"Allan McRae1-1/+1
2012-04-30pacman/package.c: show checksums with -SiiDave Reisner1-1/+8
2012-04-25util/testdb: don't return crazy error valuesDan McGee1-4/+4
2012-04-12Remove SyncFirst optionDan McGee3-56/+1
2012-04-09Various tweaks to support building with excessive GCC warning flagsDan McGee4-10/+11
2012-04-09buildsys: define warning CFLAGS in separate varDave Reisner2-2/+2
2012-04-09buildsys: use pkg-config for openssl detectionDave Reisner1-1/+1
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-9/+9
2012-04-07Merge branch 'maint'Dan McGee27-536/+411
2012-04-07pacman: show groups once with -SgPierre1-2/+6
2012-04-07Updates from TransifexDan McGee9-103/+124
2012-03-29Update all translation filesDan McGee27-468/+322
2012-03-17Change table_display() to be staticDan McGee2-3/+1
2012-03-16Reduce calls to getcolsDan McGee7-76/+92
2012-03-16Pass a file descriptor to getcols and flush_term_inputDan McGee3-18/+19
2012-03-16Merge branch 'maint'Dan McGee1-0/+17
2012-03-16Always display download size if it appliesDan McGee1-17/+12
2012-03-16Handle printing NULL correctly in table displayDan McGee1-0/+3
2012-03-13Skip special files when cleaning package cacheAllan McRae1-0/+17