summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-16new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier1-0/+10
2007-08-16libalpm/query.c : makes orphans and foreign options as filters.Chantry Xavier1-129/+76
2007-07-12Fix previous makepkg patch, and some pacman output.Andrew Fyfe1-3/+3
2007-07-02pacman/query.c : return after a query on all packages.Chantry Xavier1-0/+1
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee1-1/+2
2007-06-13Functionalize query.c and pacman_queryDan McGee1-111/+168
2007-06-09Implement a -Qt operation in frontend to test the databaseDan McGee1-0/+20
2007-06-05Const correctness!Dan McGee1-2/+2
2007-06-05Merge branch 'alpm.c_cleanup' into frontend_configDan McGee1-1/+1
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-1/+1
2007-06-05Move functions out of alpm.c to where they belongDan McGee1-1/+1
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier1-179/+235
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-7/+5
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-2/+3
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee1-17/+11
2007-05-20Add -Qee option for the original behavior of -QeChantry Xavier1-2/+3
2007-05-18Fix broken resolve_path functionAaron Griffin1-21/+7
2007-05-14Display size for packagesNathan Jones1-1/+11
2007-05-07Clean up query_fileownerDan McGee1-8/+8
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-11/+14
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-11/+11
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26More pacman side cleanupDan McGee1-1/+2
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0
2007-04-25Merge single-function header files on pacman sideDan McGee1-2/+1
2007-03-22* -Qo now properly resolves paths when finding an ownerAaron Griffin1-8/+45
2007-03-21* Typo fix.Dan McGee1-1/+1
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin1-2/+13
2007-03-12* Fixed -Qil regression, now both flags are honored. (FS #1355)Dan McGee1-12/+11
2007-03-06* -Qs was returning an error if no package found, which is not the same behav...Dan McGee1-1/+1
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+4
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-4/+4
2007-02-12* Updated the README fileAaron Griffin1-4/+1
2007-02-07* Fix total transfered size on download barAaron Griffin1-45/+34
2007-02-06* Makepkg updates, and small bugfix on man page compression.Dan McGee1-1/+1
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin1-0/+13
2007-01-31* Make -Qo work on multiple files againAaron Griffin1-9/+7
2007-01-31Debug logging changes:Aaron Griffin1-1/+1
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-5/+12
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-61/+40
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-3/+8
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-53/+50
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-0/+1
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin1-4/+5
2006-10-31Numerous changes:Aaron Griffin1-3/+7
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-19/+30
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-10/+11
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-12-14added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet1-1/+46