summaryrefslogtreecommitdiffstats
path: root/src/pacman/package.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-10-22Represent bitfields as ints, not enumsIvy Foster1-1/+1
2016-02-20dump_pkg_info: fix wide character title alignmentAndrew Gregory1-5/+12
2016-01-25Remove spacing when outputting package sizesAllan McRae1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-11-03package.c: Fix incorrect buffersize and constant-foldingPierre Neidhardt1-4/+3
2015-10-27Align titles automatically in information displayPierre Neidhardt1-32/+141
2015-10-18package.c: Comment stylePierre Neidhardt1-1/+1
2015-10-18package.c: Remove obsolete param from docPierre Neidhardt1-1/+0
2015-06-20Match providers when showing optdep install statusLukas Fleischer1-1/+2
2015-03-03Fix memory leaks in dump_pkg_fullAllan McRae1-0/+5
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner1-2/+2
2014-01-30dump_pkg_full: fix optionalfor memory leakAndrew Gregory1-0/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-11-15Fix whitespace and other formatting issuesJason St. John1-2/+2
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz1-2/+5
2013-10-31List signiture keyids in -Sii outputAllan McRae1-2/+13
2013-07-22Fix typoAllan McRae1-1/+1
2013-03-07colourize -Sl/-QlSimon Gomizelj1-5/+2
2013-03-07colourize -Ss/-QsSimon Gomizelj1-6/+10
2013-03-07colourize the output of -Qi/SiSimon Gomizelj1-4/+8
2013-03-07refactor common code in query_search/sync_searchSimon Gomizelj1-0/+88
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-12-14Print package name before changelog entry with -QcSimon Gomizelj1-0/+1
2012-12-14Add "Optional for" to package information outputAllan McRae1-1/+3
2012-12-14Display optdep install status in package query outputAllan McRae1-6/+14
2012-09-18Fix typo in documentationAllan McRae1-1/+1
2012-08-08Move important information up in -Si outputAllan McRae1-3/+2
2012-04-30pacman/package.c: show checksums with -SiiDave Reisner1-1/+8
2012-04-07Prefix alpm_pkgfrom_t members with ALPM_Allan McRae1-9/+9
2012-03-16Reduce calls to getcolsDan McGee1-33/+34
2012-03-09Simplify package validation info output for sync packagesAllan McRae1-26/+18
2012-03-09Add information on how an installed package was validatedAllan McRae1-0/+26
2012-03-09Hook new optdepend structures upBenedikt Morbach1-2/+16
2012-02-20Update copyright yearsAllan McRae1-1/+1
2012-02-06Merge branch 'maint'Dan McGee1-2/+2
2012-02-03Fix FS#27924: don't display negative zeroesThomas Dziedzic1-2/+2
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-10-22Merge branch 'maint'Dan McGee1-2/+2
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee1-2/+2
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee1-2/+2
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee1-5/+10
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee1-2/+2
2011-10-12Introduce alpm_time_t typeDan McGee1-2/+3
2011-09-08Remove unnecessary castDan McGee1-1/+1
2011-08-29Allow access to package origin dataDan McGee1-4/+3
2011-08-29Removed multiple definitions of pkgfrom_tDiogo Sousa1-1/+1
2011-08-29Refactor signature result return formatDan McGee1-4/+4