summaryrefslogtreecommitdiff
path: root/src/pacman/query.c
AgeCommit message (Expand)Author
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
2007-02-04Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin
2007-01-31* Make -Qo work on multiple files againAaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-12-14added Frugalware patch: -Q --foreign to display packages not found in sync reposJudd Vinet
2005-10-29renamed pmconfig_t to config_tAurelien Foret
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret
2005-10-10improved query_fileowner() functionAurelien Foret
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-04-02fixed a compilation warningAurelien Foret
2005-03-19Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret
2005-03-18Avoided extern references to pmo_root.Aurelien Foret
2005-03-15Initial revisionJudd Vinet