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