summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
AgeCommit message (Expand)Author
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
2010-06-21Clarify testing within conditional statementsAllan McRae
2010-03-23Show 'Required By' in -Sii outputDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2009-09-20Strndup usage and small typo fixLaszlo Papp
2009-07-01Update copyright headers and messagesDan McGee
2009-05-11Introduce -QlqNagy Gabor
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2008-08-28Separate targets on -Qi/-Si with a newline.Xavier Chantry
2008-08-23Add new list_display_linebreak functionNagy Gabor
2008-08-23Move the the description parsing logic to string_display()Nagy Gabor
2008-06-15Use access() instead of stat() when possibleDan McGee
2008-06-04Don't display filename on -Qip operation.Xavier Chantry
2008-05-11Make all error messages use pm_fprintfAllan McRae
2008-05-08pacman-side code cleanupsDan McGee
2008-02-22A few more wide character output fixesDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee