summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
Commit message (Expand)AuthorAge
* 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
* Don't follow symlinks with -Qo.Chantry Xavier2008-02-05
* Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier2008-01-10
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Improve changelog handling through addition of open/read/close functionsDan McGee2007-12-09
* pacman/query.c : -Qo optimization.Chantry Xavier2007-11-25
* Add -q/--quiet option for controlling output.Artyom2007-11-25
* Fix memleak when querying package file(s)Dan McGee2007-11-25
* Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier2007-11-21
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* Fix display of -Qip output when a package file is givenDan McGee2007-11-13
* Clean up usage of extern variablesDan McGee2007-11-04
* pacman/query.c: add missing free()Dan McGee2007-10-29
* Add download size to target list.Nathan Jones2007-10-19
* Add 'full' parameter to alpm_pkg_loadDan McGee2007-09-28
* Remove the DB consistency check from pacman and libalpm.Chantry Xavier2007-09-16
* Make some small changes recommended by splintDan McGee2007-09-11
* new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier2007-08-15
* libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier2007-08-15
* Fix previous makepkg patch, and some pacman output.Andrew Fyfe2007-07-12
* pacman/query.c : return after a query on all packages.Chantry Xavier2007-07-02
* Clean up pacman/sync.c and organize it a bitDan McGee2007-06-13
* Functionalize query.c and pacman_queryDan McGee2007-06-12
* Implement a -Qt operation in frontend to test the databaseDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Merge branch 'alpm.c_cleanup' into frontend_configDan McGee2007-06-04
|\
| * Move functions out of alpm.c to where they belongDan McGee2007-06-04
* | Rip alpm_parse_config out of libalpmDan McGee2007-06-04
|/
* Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier2007-06-02
* Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones2007-06-01
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Set an error exit status on -Qi or -Si failureDan McGee2007-05-31
* Add -Qee option for the original behavior of -QeChantry Xavier2007-05-20
* Fix broken resolve_path functionAaron Griffin2007-05-18
* Display size for packagesNathan Jones2007-05-14
* Clean up query_fileownerDan McGee2007-05-07