summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Update the question callbackOlivier Brunel2-52/+61
2014-06-23Move break to a new line for consistencyHong Shick Pak1-1/+2
2014-05-25Clarify that -Ql prints a file listAllan McRae1-1/+1
2014-05-22util: Use off_t instead of int for size valuesFlorian Pritz1-1/+1
2014-05-07remove.c: downgrade TRANS_DUP_TARGET to warningAndrew Gregory1-3/+9
2014-04-21strtrim: reset pointer after trimming leading whitespaceDave Reisner2-0/+2
2014-03-27conf.c: remove extra indentationAndrew Gregory1-4/+3
2014-03-27check config_new return valueAndrew Gregory1-1/+4
2014-03-27pacman/upgrade: Fix memory leaksSören Brinkmann1-6/+13
2014-03-27pacman/upgrade: Refactor memory managementSören Brinkmann1-17/+17
2014-03-16pacman/upgrade: Check malloc() return valueSören Brinkmann1-0/+4
2014-03-04remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory1-3/+2
2014-03-04simplify check for leading "local/"Andrew Gregory1-6/+3
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae1-1/+1
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel3-0/+62
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel1-0/+4
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel1-0/+2
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel6-41/+42
2014-03-03Update the event callbackOlivier Brunel2-39/+50
2014-02-04pactree: removed 'provision' from linear outputPierre Neidhardt1-1/+4
2014-02-04alpm: export *_free functionsAndrew Gregory2-6/+10
2014-02-04Give groups display text singular and plural formsAllan McRae1-2/+3
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