summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-02Do not remove source code references in PO/POT filesRafael Ferreira1-1/+1
2014-01-30table_display: free memory on errorsAndrew Gregory1-4/+8
2014-01-30dump_pkg_full: fix optionalfor memory leakAndrew Gregory1-0/+1
2014-01-30Move NULL check before dereferenceSilvan Jegen1-7/+7
2014-01-30Another NULL check removedSilvan Jegen1-4/+1
2014-01-30Another unneeded NULL check removedSilvan Jegen1-6/+4
2014-01-30Remove unneeded NULL checkSilvan Jegen1-3/+1
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory2-3/+10
2014-01-28enable_colors: always set color stringsAndrew Gregory1-0/+10
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz29-29/+29
2014-01-28pacman.c: free string commandline optionsAndrew Gregory1-0/+5
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel1-1/+1
2014-01-28pacman: Fix delayed warnings/errors sent to stdout not stderrOlivier Brunel1-2/+3
2014-01-28pacman.c: remove unnecessary optarg checksAndrew Gregory1-11/+0
2014-01-10create_verbose_row: free malloc'd stringsAndrew Gregory1-5/+5
2014-01-06Minor struct member reordering for packing concernsDan McGee1-1/+1
2014-01-06Update copyright years for 2014Allan McRae28-27/+29
2014-01-06conf.c: add missing newline to warningAndrew Gregory1-1/+1
2014-01-06Fix build warnings with --disable-nlsAllan McRae1-2/+2
2013-12-15Color output from pm_vasprintfAllan McRae1-2/+4
2013-11-15Fix whitespace and other formatting issuesJason St. John7-18/+19
2013-11-15log important events from the backendAndrew Gregory1-28/+2
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory1-3/+1
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John2-2/+2
2013-10-31upgrade.c: use iterator variableAndrew Gregory1-3/+3
2013-10-31check for -1 return value from getopt_longAndrew Gregory1-8/+4
2013-10-31callback.c: check for negative xfered sizeAndrew Gregory1-1/+1
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz1-2/+5
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko1-1/+1
2013-10-31Indicate ignored packages in -Qu outputAllan McRae1-0/+4
2013-10-31Fix detection of joint --native and --foreign usageAllan McRae1-1/+2
2013-10-31List signiture keyids in -Sii outputAllan McRae1-2/+13
2013-10-14include invalid options in error messagesAndrew Gregory2-2/+8
2013-10-14pacman: die on invalid option combinationsAndrew Gregory1-0/+140
2013-10-14rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVEAndrew Gregory3-5/+5
2013-10-14do not run scriptlets with --dbonlyAndrew Gregory1-0/+1
2013-10-14imply --print from --print-formatAndrew Gregory1-0/+1
2013-10-14use non-ascii identifiers for optflagsAndrew Gregory2-70/+206
2013-10-14pacman/util: remove strsplitAndrew Gregory3-40/+5
2013-10-14Display old and new version in pacman -Qu outputFlorian Pritz1-1/+8
2013-09-04pactree: set full usage on DBs when registeringDave Reisner1-1/+2
2013-09-04pacman: add front end support for repo usage levelDave Reisner2-0/+64
2013-09-04pacman/util.c: use switch when there are fall through statementsSami Kerola1-8/+6
2013-09-04Improve --help switch output for pacman utilsJason St. John6-28/+28
2013-09-04common: compare value rather than pointer addressSami Kerola1-1/+1
2013-08-21Store fgetc output as an int.Allan McRae1-1/+3
2013-08-21check.c: break backup file search loop after matchAndrew Gregory1-1/+1
2013-08-21Do not refer to FlySpray numbersAllan McRae2-3/+3
2013-08-21ini.c: give recursion limit file scopeAndrew Gregory1-3/+5
2013-08-21ini.c: make errors in includes fatalAndrew Gregory1-1/+5