summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
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
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier
2007-05-18Fix broken resolve_path functionAaron Griffin
2007-05-14Display size for packagesNathan Jones
2007-05-07Clean up query_fileownerDan McGee
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Remove ERR calls from the codeDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26More pacman side cleanupDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee
2007-03-22* -Qo now properly resolves paths when finding an ownerAaron Griffin
2007-03-21* Typo fix.Dan McGee
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin
2007-03-12* Fixed -Qil regression, now both flags are honored. (FS #1355)Dan McGee
2007-03-06* -Qs was returning an error if no package found, which is not the same behav...Dan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-12* Updated the README fileAaron Griffin
2007-02-07* Fix total transfered size on download barAaron Griffin
2007-02-06* Makepkg updates, and small bugfix on man page compression.Dan McGee