summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-13pacman: add --confirm optionAndrew Gregory2-0/+6
2014-09-30Add --assume-installed optionFlorian Pritz3-1/+25
2014-09-30table_display: only check width when non-zeroAndrew Gregory1-1/+1
2014-09-30avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory1-8/+16
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory6-42/+41
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg1-4/+6
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory1-1/+1
2014-09-23wrap fgets to retry on EINTRAndrew Gregory4-5/+33
2014-08-04sync.c: fix style violationsAndrew Gregory1-5/+7
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory1-19/+8
2014-08-03check_pkg_fast: check file typeAndrew Gregory1-2/+13
2014-08-03check_file_exists: replace lstat with llstatAndrew Gregory1-3/+3
2014-08-03llstat: modify path in placeAndrew Gregory2-8/+12
2014-08-03move _alpm_lstat into util-commonAndrew Gregory2-0/+29
2014-06-29use monotonic clock for progress updatesAndrew Gregory1-27/+31
2014-06-29cache terminal size, add SIGWINCH handler to resetDave Reisner5-22/+56
2014-06-29Revert refactoring in fa0c1e14Allan McRae1-1/+1
2014-06-24pacman: Correct signal handler comment and refactorSilvan Jegen1-3/+3
2014-06-24events: Make alpm_event_t an union of all event-specific structOlivier Brunel1-13/+12
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