summaryrefslogtreecommitdiffstats
path: root/src/pacman/package.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-22Mark backup status strings as untranslatedDan McGee1-3/+3
2011-01-22Refactor backup file status check into separate functionDan McGee1-24/+35
2011-01-10Use double rather than float everywhereDan McGee1-3/+3
2011-01-08Fix some more simple conversion "errors"Dan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-06-20Clarify testing within conditional statementsAllan McRae1-1/+1
2010-03-24Show 'Required By' in -Sii outputDan McGee1-7/+9
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-20Strndup usage and small typo fixLaszlo Papp1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-05-12Introduce -QlqNagy Gabor1-2/+6
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-2/+2
2008-08-28Separate targets on -Qi/-Si with a newline.Xavier Chantry1-1/+3
2008-08-23Add new list_display_linebreak functionNagy Gabor1-1/+1
2008-08-23Move the the description parsing logic to string_display()Nagy Gabor1-16/+2
2008-06-16Use access() instead of stat() when possibleDan McGee1-3/+2
2008-06-04Don't display filename on -Qip operation.Xavier Chantry1-3/+0
2008-05-12Make all error messages use pm_fprintfAllan McRae1-4/+3
2008-05-09pacman-side code cleanupsDan McGee1-5/+2
2008-02-23A few more wide character output fixesDan McGee1-3/+12
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee1-17/+21
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor1-59/+47
2007-11-29Move requiredby computation before any display startsDan McGee1-2/+6
2007-11-18Don't filter package files output based on dir/file statusDan McGee1-11/+1
2007-11-17War on whitespaceDan McGee1-7/+7