summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
AgeCommit message (Expand)Author
2012-08-07Move important information up in -Si outputHEADmasterAllan McRae
2012-04-29pacman/package.c: show checksums with -SiiDave Reisner
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-16Reduce calls to getcolsDan McGee
2012-03-08Simplify package validation info output for sync packagesAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Update copyright yearsAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic
2011-12-21include config.h via MakefilesDave Reisner
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-07Remove unnecessary castDan McGee
2011-08-28Allow access to package origin dataDan McGee
2011-08-28Removed multiple definitions of pkgfrom_tDiogo Sousa
2011-08-28Refactor signature result return formatDan McGee
2011-08-25Remove short/long label distinctionDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Show 'None' in Signatures -Qip/-Si output if none foundDan McGee
2011-08-15Load and allow access to sha256sumDan McGee
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-05Allow frontend access to signature verification informationDan McGee
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee
2011-07-03Move alpm filelists to a struct objectDan McGee
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-04-22Make dump_pkg_full a little less insaneDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-20style cleanup: cast as (type *) not (type*)Dave Reisner
2011-04-20Add a utility function to humanize sizesJakob Gruber
2011-03-20Style change: return(x) --> return xDan McGee
2011-01-22Be smarter about failure to read backup file contentsDan McGee
2011-01-22Mark backup status strings as untranslatedDan McGee
2011-01-22Refactor backup file status check into separate functionDan McGee
2011-01-10Use double rather than float everywhereDan McGee
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Update copyright years for 2011Allan McRae