summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
Commit message (Expand)AuthorAge
* 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
* Use double rather than float everywhereDan McGee2011-01-10
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Clarify testing within conditional statementsAllan McRae2010-06-21
* Show 'Required By' in -Sii outputDan McGee2010-03-23
* Bump copyright dates to 2010Dan McGee2010-03-14
* Strndup usage and small typo fixLaszlo Papp2009-09-20
* Update copyright headers and messagesDan McGee2009-07-01
* Introduce -QlqNagy Gabor2009-05-11
* Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor2009-01-12
* Separate targets on -Qi/-Si with a newline.Xavier Chantry2008-08-28