summaryrefslogtreecommitdiffstats
path: root/src/pacman/package.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj1-0/+1
2012-12-14Add "Optional for" to package information outputAllan McRae1-1/+3
2012-12-14Display optdep install status in package query outputAllan McRae1-6/+14
2012-09-18Fix typo in documentationAllan McRae1-1/+1
2012-08-08Move important information up in -Si outputAllan McRae1-3/+2
2012-04-30pacman/package.c: show checksums with -SiiDave Reisner1-1/+8
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-9/+9
2012-03-16Reduce calls to getcolsDan McGee1-33/+34
2012-03-09Simplify package validation info output for sync packagesAllan McRae1-26/+18
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+26
2012-03-09Hook new optdepend structures upBenedikt Morbach1-2/+16
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06Merge branch 'maint'Dan McGee1-2/+2
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic1-2/+2
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-10-22Merge branch 'maint'Dan McGee1-2/+2
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee1-2/+2
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-2/+2
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-5/+10
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-2/+2
2011-10-12Introduce alpm_time_t typeDan McGee1-2/+3
2011-09-08Remove unnecessary castDan McGee1-1/+1
2011-08-29Allow access to package origin dataDan McGee1-4/+3
2011-08-29Removed multiple definitions of pkgfrom_tDiogo Sousa1-1/+1
2011-08-29Refactor signature result return formatDan McGee1-4/+4
2011-08-25Remove short/long label distinctionDan McGee1-2/+2
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee1-13/+21
2011-08-15Show 'None' in Signatures -Qip/-Si output if none foundDan McGee1-2/+5
2011-08-15Load and allow access to sha256sumDan McGee1-0/+1
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner1-0/+1
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-4/+5
2011-07-05Allow frontend access to signature verification informationDan McGee1-0/+11
2011-07-03Merge remote-tracking branch 'allan/ALPM'Dan McGee1-4/+4
2011-07-03Move alpm filelists to a struct objectDan McGee1-4/+4
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-2/+2
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-2/+2
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-2/+2
2011-06-28Rename pmdepend_t to alpm_depend_tAllan McRae1-1/+1
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-4/+4
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-12/+7
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-2/+3
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee1-1/+1
2011-04-23Make dump_pkg_full a little less insaneDan McGee1-30/+20
2011-04-21Header inclusion cleanupDan McGee1-1/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-21style cleanup: cast as (type *) not (type*)Dave Reisner1-1/+1
2011-04-21Add a utility function to humanize sizesJakob Gruber1-8/+10
2011-03-21Style change: return(x) --> return xDan McGee1-2/+2
2011-01-22Be smarter about failure to read backup file contentsDan McGee1-1/+11