summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
Commit message (Expand)AuthorAge
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* dump_pkg_info: fix wide character title alignmentAndrew Gregory2016-02-20
* Remove spacing when outputting package sizesAllan McRae2016-01-25
* Update copyright years for 2016Allan McRae2016-01-04
* package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt2015-11-03
* Align titles automatically in information displayPierre Neidhardt2015-10-27
* package.c: Comment stylePierre Neidhardt2015-10-18
* package.c: Remove obsolete param from docPierre Neidhardt2015-10-18
* Match providers when showing optdep install statusLukas Fleischer2015-06-20
* Fix memory leaks in dump_pkg_fullAllan McRae2015-03-03
* Update copyright notices for 2015Allan McRae2015-02-01
* cache terminal size, add SIGWINCH handler to resetDave Reisner2014-06-29
* dump_pkg_full: fix optionalfor memory leakAndrew Gregory2014-01-30
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz2013-10-31
* List signiture keyids in -Sii outputAllan McRae2013-10-31
* Fix typoAllan McRae2013-07-22
* colourize -Sl/-QlSimon Gomizelj2013-03-07
* colourize -Ss/-QsSimon Gomizelj2013-03-07
* colourize the output of -Qi/SiSimon Gomizelj2013-03-07
* refactor common code in query_search/sync_searchSimon Gomizelj2013-03-07
* Update copyright year for 2013Allan McRae2013-01-03
* Print package name before changelog entry with -QcSimon Gomizelj2012-12-14
* 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