summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
Commit message (Expand)AuthorAge
* 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
* Remove output.c and output.hDan McGee2007-04-26
* Remove ERR calls from the codeDan McGee2007-04-26
* Remove MSG output macro (#define and in code)Dan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* More pacman side cleanupDan McGee2007-04-26
* Remove more unnecessary stuffDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* * -Qo now properly resolves paths when finding an ownerAaron Griffin2007-03-22
* * Typo fix.Dan McGee2007-03-21
* * Fix asking the user to upgrade when using -SpAaron Griffin2007-03-21
* * Fixed -Qil regression, now both flags are honored. (FS #1355)Dan McGee2007-03-12
* * -Qs was returning an error if no package found, which is not the same behav...Dan McGee2007-03-06
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin2007-02-26
* * Updated the README fileAaron Griffin2007-02-12
* * Fix total transfered size on download barAaron Griffin2007-02-07
* * Makepkg updates, and small bugfix on man page compression.Dan McGee2007-02-06
* Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin2007-02-04
* * Make -Qo work on multiple files againAaron Griffin2007-01-31
* Debug logging changes:Aaron Griffin2007-01-31
* * Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* * Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin2006-11-02
* Numerous changes:Aaron Griffin2006-10-31
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15