Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman
AgeCommit message (Expand)Author
2013-01-29Restore libarchive 2.8.x compatibilityDan McGee
2013-01-29Consolidate --foreign/--native filteringSimon Gomizelj
2013-01-28add caller prefix to alpm_logactionAndrew Gregory
2013-01-04Allow querying directory ownershipAndrew Gregory
2013-01-04query_fileowner: don't append '/' if path is "/"Andrew Gregory
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-04Fix missing spaces in operatorsGerardo Exequiel Pozzi
2013-01-04fix comment style // -> /* */Gerardo Exequiel Pozzi
2013-01-04Split common utility functions for libalpm and pacmanAllan McRae
2013-01-03Remove checks for geteuidAllan McRae
2013-01-03Remove Cygwin supportAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Remove leading "./" from filenames in mtree fileAllan McRae
2012-12-14Check file types match before comparing propertiesAllan McRae
2012-12-14Check "install" and "changelog" files for changesAllan McRae
2012-12-14Perform full checking of files with -QkkAllan McRae
2012-12-14Basic running of pacman -Qkk to check mtree filesAllan McRae
2012-12-14Separate checking a files existence into a functionAllan McRae
2012-12-14Move check function into its own fileAllan McRae
2012-12-14Do not warn about missing database if being downloadedAllan McRae
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj
2012-12-14query.c: simplify is_foreignAndrew Gregory
2012-12-14Plug various minor memory leaksAndrew Gregory
2012-12-14Display install status of optdependenciesAllan McRae
2012-12-14Add "Optional for" to package information outputAllan McRae
2012-12-14Display optdep install status in package query outputAllan McRae
2012-12-14Notify of removed package required as optdependAllan McRae
2012-11-27pacman: add -n/--native filter to -QSimon Gomizelj
2012-11-27buildsys: eschew use of DEFS, prefer AM_CPPFLAGSDave Reisner
2012-11-27Fix thinko in configure.ac CFLAGS empty checkingDan McGee
2012-09-18Avoid interger overflow when calculating remaining line lengthAllan McRae
2012-09-18Fix typo in documentationAllan McRae
2012-09-18query_fileowner, mdirname: add error checksAndrew Gregory
2012-09-18query_fileowner: remove assumption that root is "/"Andrew Gregory
2012-09-18query_fileowner: remove trailing '/' from targetsAndrew Gregory
2012-09-18query_fileowner: resolve root earlyAndrew Gregory
2012-09-18query_fileowner: remove resolve_path functionAndrew Gregory
2012-09-18query_fileowner: break/continue pkgfile loopAndrew Gregory
2012-08-07Move important information up in -Si outputAllan McRae
2012-08-07coding style fixesFlorian Pritz
2012-08-02Allow cleaning only some cachedirsJan Alexander Steffens (heftig)
2012-08-01Clean up exclusion list in sync cache cleanupDan McGee
2012-08-01Skip deltas and partial downloads in package cleanupDan McGee
2012-07-10pacman: be more descriptive when opening an include failsDave Reisner
2012-06-25Allow leading "local/" in query operationsAllan McRae
2012-06-25query: avoid false ownership matches for files in rootDave Reisner
2012-05-20pacman: support group selection delimited by commasDave Reisner
2012-04-29Output "Packages" instead of "Targets"Allan McRae
2012-04-29pacman/package.c: show checksums with -SiiDave Reisner