summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
Commit message (Expand)AuthorAge
* Rename public functions with grp in their nameAllan McRae2011-06-29
* Rename pmgrp_t to alpm_group_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Remove three unnecessary usages of alpm_list_count()Dan McGee2011-06-24
* Make pmgrp_t publicDan McGee2011-06-16
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Fix all current return(x) usagesDan McGee2011-06-13
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* Merge branch 'maint'Dan McGee2011-05-19
|\
| * Coding style cleanups; add a null checkDan McGee2011-05-19
* | Perform package verification at package load timeDan McGee2011-04-24
* | Make dump_pkg_full a little less insaneDan McGee2011-04-22
* | Header inclusion cleanupDan McGee2011-04-20
* | syntax: if/while statements should have no trailing spaceDan McGee2011-04-20
* | Remove ShowSize optionJakob Gruber2011-04-20
* | Merge branch 'maint'Dan McGee2011-04-15
|\|
| * pacman/query: correctly handle root files with -QoXavier Chantry2011-04-15
* | Style change: return(x) --> return xDan McGee2011-03-20
|/
* Fix some easy to find double translationsDan McGee2011-02-28
* Add directory name to ownership error messageDan McGee2011-02-25
* alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner2011-02-25
* Read pkgcache into hashAllan McRae2011-02-04
* Remove need to explicitly register the local DBDan McGee2011-01-29
* Query fileowner performance improvementsDan McGee2011-01-22
* Improve mbasename performanceDan McGee2011-01-22
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Use the plural features of gettextDan McGee2010-07-27
* Allow -Qo to perform a functional 'which'Allan McRae2010-05-11
* Bump copyright dates to 2010Dan McGee2010-03-14
* String improvementsXavier Chantry2009-09-16
* query.c : return 1 when no package matchXavier Chantry2009-08-18
* Quiet ShowSize with -Ss and -QsXavier Chantry2009-08-18
* Use lstat instead of stat for -QoXavier Chantry2009-07-25
* New feature: files verificationDan McGee2009-07-22
* Update copyright headers and messagesDan McGee2009-07-01
* Remove version information from -Qqo outputDan McGee2009-05-11
* Introduce -QlqNagy Gabor2009-05-11
* -Qu reworkNagy Gabor2008-10-31
* Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry2008-08-25
* src/pacman : rework the display_targets function.Xavier Chantry2008-07-24
* -Sqg and -QqgNagy Gabor2008-07-22
* Make all error messages use pm_fprintfAllan McRae2008-05-11
* pacman-side code cleanupsDan McGee2008-05-08
* Add quiet printout to --owns functionalityDan McGee2008-04-06
* Enable display of multiple groups in -Ss and -Qs outputDan McGee2008-03-30
* Fix segfault on -Qs usageDan McGee2008-03-30
* Switch pmgrp_t to dynamic allocation, general group cleanupDan McGee2008-03-23