summaryrefslogtreecommitdiff
path: root/src/pacman/package.c
AgeCommit message (Expand)Author
2018-09-19Show group status during file searchmorganamilo
2018-09-19pacman: check versioned optdepends in -Qi operationEli Schwartz
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14make_aligned_titles: initialise wbufAllan McRae
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-02-20dump_pkg_info: fix wide character title alignmentAndrew Gregory
2016-01-25Remove spacing when outputting package sizesAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-11-03package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt
2015-10-27Align titles automatically in information displayPierre Neidhardt
2015-10-18package.c: Comment stylePierre Neidhardt
2015-10-18package.c: Remove obsolete param from docPierre Neidhardt
2015-06-20Match providers when showing optdep install statusLukas Fleischer
2015-03-03Fix memory leaks in dump_pkg_fullAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner
2014-01-30dump_pkg_full: fix optionalfor memory leakAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz
2013-10-31List signiture keyids in -Sii outputAllan McRae
2013-07-22Fix typoAllan McRae
2013-03-07colourize -Sl/-QlSimon Gomizelj
2013-03-07colourize -Ss/-QsSimon Gomizelj
2013-03-07colourize the output of -Qi/SiSimon Gomizelj
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj
2012-12-14Add "Optional for" to package information outputAllan McRae
2012-12-14Display optdep install status in package query outputAllan McRae
2012-09-18Fix typo in documentationAllan McRae
2012-08-07Move important information up in -Si outputAllan McRae
2012-04-29pacman/package.c: show checksums with -SiiDave Reisner
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae
2012-03-16Reduce calls to getcolsDan McGee
2012-03-08Simplify package validation info output for sync packagesAllan McRae
2012-03-08Add information on how an installed package was validatedAllan McRae
2012-03-08Hook new optdepend structures upBenedikt Morbach
2012-02-20Update copyright yearsAllan McRae
2012-02-06Merge branch 'maint'Dan McGee
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic
2011-12-21include config.h via MakefilesDave Reisner
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee