Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
2011-01-07Update copyright years for 2011Allan McRae
2010-07-27Use the plural features of gettextDan McGee
2010-05-11Allow -Qo to perform a functional 'which'Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-09-16String improvementsXavier Chantry
2009-08-18query.c : return 1 when no package matchXavier Chantry
2009-08-18Quiet ShowSize with -Ss and -QsXavier Chantry
2009-07-25Use lstat instead of stat for -QoXavier Chantry
2009-07-22New feature: files verificationDan McGee
2009-07-01Update copyright headers and messagesDan McGee
2009-05-11Remove version information from -Qqo outputDan McGee
2009-05-11Introduce -QlqNagy Gabor
2008-10-31-Qu reworkNagy Gabor
2008-08-25Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry
2008-07-24src/pacman : rework the display_targets function.Xavier Chantry
2008-07-22-Sqg and -QqgNagy Gabor
2008-05-11Make all error messages use pm_fprintfAllan McRae
2008-05-08pacman-side code cleanupsDan McGee
2008-04-06Add quiet printout to --owns functionalityDan McGee
2008-03-30Enable display of multiple groups in -Ss and -Qs outputDan McGee
2008-03-30Fix segfault on -Qs usageDan McGee
2008-03-23Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee
2008-02-05Don't follow symlinks with -Qo.Chantry Xavier
2008-01-10Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee
2007-11-25pacman/query.c : -Qo optimization.Chantry Xavier
2007-11-25Add -q/--quiet option for controlling output.Artyom
2007-11-25Fix memleak when querying package file(s)Dan McGee
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-13Fix display of -Qip output when a package file is givenDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-29pacman/query.c: add missing free()Dan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11Make some small changes recommended by splintDan McGee
2007-08-15new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier
2007-08-15libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier
2007-07-12Fix previous makepkg patch, and some pacman output.Andrew Fyfe
2007-07-02pacman/query.c : return after a query on all packages.Chantry Xavier
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee
2007-06-12Functionalize query.c and pacman_queryDan McGee
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Merge branch 'alpm.c_cleanup' into frontend_configDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Move functions out of alpm.c to where they belongDan McGee
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier