summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-27conf.c: remove extra indentationAndrew Gregory
2014-03-27check config_new return valueAndrew Gregory
2014-03-27pacman/upgrade: Fix memory leaksSören Brinkmann
2014-03-27pacman/upgrade: Refactor memory managementSören Brinkmann
2014-03-16pacman/upgrade: Check malloc() return valueSören Brinkmann
2014-03-04remove check for unused ALPM_ERR_PKG_IGNOREDAndrew Gregory
2014-03-04simplify check for leading "local/"Andrew Gregory
2014-03-03Fix warnings with strict-overflow in gcc-4.9Allan McRae
2014-03-03Add events on pacnew/pacsave/pacorig file creationOlivier Brunel
2014-03-03Add events _PKGDOWNLOAD_{START, DONE, FAILED}Olivier Brunel
2014-03-03Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED}Olivier Brunel
2014-03-03Remove log_cb, add ALPM_EVENT_LOG insteadOlivier Brunel
2014-03-03Update the event callbackOlivier Brunel
2014-02-04pactree: removed 'provision' from linear outputPierre Neidhardt
2014-02-04alpm: export *_free functionsAndrew Gregory
2014-02-04Give groups display text singular and plural formsAllan McRae
2014-02-02Do not remove source code references in PO/POT filesRafael Ferreira
2014-01-30table_display: free memory on errorsAndrew Gregory
2014-01-30dump_pkg_full: fix optionalfor memory leakAndrew Gregory
2014-01-30Move NULL check before dereferenceSilvan Jegen
2014-01-30Another NULL check removedSilvan Jegen
2014-01-30Another unneeded NULL check removedSilvan Jegen
2014-01-30Remove unneeded NULL checkSilvan Jegen
2014-01-30pacman: use exit status 0 for --help and --versionAndrew Gregory
2014-01-28enable_colors: always set color stringsAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-28pacman.c: free string commandline optionsAndrew Gregory
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel
2014-01-28pacman: Fix delayed warnings/errors sent to stdout not stderrOlivier Brunel
2014-01-28pacman.c: remove unnecessary optarg checksAndrew Gregory
2014-01-10create_verbose_row: free malloc'd stringsAndrew Gregory
2014-01-06Minor struct member reordering for packing concernsDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06conf.c: add missing newline to warningAndrew Gregory
2014-01-06Fix build warnings with --disable-nlsAllan McRae
2013-12-15Color output from pm_vasprintfAllan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-11-15log important events from the backendAndrew Gregory
2013-11-08support ALPM_SIG_USE_DEFAULT for file siglevelsAndrew Gregory
2013-11-08Remove spaces between the opening "if" and the opening parenthesisJason St. John
2013-10-31upgrade.c: use iterator variableAndrew Gregory
2013-10-31check for -1 return value from getopt_longAndrew Gregory
2013-10-31callback.c: check for negative xfered sizeAndrew Gregory
2013-10-31pacman -Si/-Qi: Autodetect best fitting file size unitFlorian Pritz
2013-10-31Use getuid instead of geteuidVladimir A. Nazarenko
2013-10-31Indicate ignored packages in -Qu outputAllan McRae
2013-10-31Fix detection of joint --native and --foreign usageAllan McRae
2013-10-31List signiture keyids in -Sii outputAllan McRae
2013-10-14include invalid options in error messagesAndrew Gregory
2013-10-14pacman: die on invalid option combinationsAndrew Gregory