summaryrefslogtreecommitdiffstats
path: root/src/pacman
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae5-57/+6
2013-01-03Remove checks for geteuidAllan McRae1-4/+0
2013-01-03Remove Cygwin supportAllan McRae1-3/+2
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-27pacman: add -n/--native filter to -QSimon Gomizelj3-0/+8
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner1-10/+8
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-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-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 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