summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
Commit message (Expand)AuthorAge
* 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
* Add new list_display_linebreak functionNagy Gabor2008-08-23
* Move the the description parsing logic to string_display()Nagy Gabor2008-08-23
* Use access() instead of stat() when possibleDan McGee2008-06-15
* Don't display filename on -Qip operation.Xavier Chantry2008-06-04
* Make all error messages use pm_fprintfAllan McRae2008-05-11
* pacman-side code cleanupsDan McGee2008-05-08
* A few more wide character output fixesDan McGee2008-02-22
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Improve changelog handling through addition of open/read/close functionsDan McGee2007-12-09
* Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor2007-12-01
* Move requiredby computation before any display startsDan McGee2007-11-29
* Don't filter package files output based on dir/file statusDan McGee2007-11-18
* War on whitespaceDan McGee2007-11-16
* Ensure -Si and -Qi output show correct dependenciesDan McGee2007-11-14
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* Fix display of -Qip output when a package file is givenDan McGee2007-11-13
* Fix some issues with localized dates/epoch usageDan McGee2007-11-08
* Support for localized times in metadataAaron Griffin2007-09-28
* Preliminary support for optdependsDan McGee2007-09-25
* Remove support for SHA1 from pacman.Andrew Fyfe2007-08-16
* Remove 'buildtype' from libalpm and pacmanDan McGee2007-07-11
* pacman/packages.c : print an error for files that can't be stated.Chantry Xavier2007-07-01
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Remove 'removes' array from libalpmDan McGee2007-04-28
* Remove output.c and output.hDan McGee2007-04-26
* Remove ERR calls from the codeDan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* More pacman side cleanupDan McGee2007-04-26