summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-01Update copyright notices for 2015Allan McRae27-28/+28
2015-01-21remove support for .pacorig filesAndrew Gregory1-16/+0
2015-01-21ini.c: move error output into conf.cAndrew Gregory2-12/+14
2015-01-21ini.c: remove useless key checkAndrew Gregory1-6/+0
2015-01-21ini.c: remove empty section name restrictionAndrew Gregory1-7/+0
2015-01-21ini.c: remove unnecessary helper functionAndrew Gregory1-34/+16
2015-01-21ini.c: move Include parsing to conf.cAndrew Gregory2-64/+72
2015-01-21ini.c: remove final callback callAndrew Gregory2-9/+2
2015-01-21conf.c: parse config in a single passAndrew Gregory2-76/+57
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory2-49/+46
2015-01-21conf.c: store repo settings in dedicated structAndrew Gregory2-38/+48
2015-01-02Remove testdbAllan McRae3-303/+1
2015-01-02Integrate testdb into pacmanAllan McRae3-5/+218
2015-01-02Split install reason changing into its own functionAllan McRae1-4/+18
2014-12-28Clarify "assume installed" error messageAllan McRae1-1/+1
2014-12-27pacsort: fix memory leakAllan McRae1-0/+1
2014-12-24pacman/util.c: fix potential memory leak in indentprintAllan McRae1-0/+1
2014-12-24Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callbackAllan McRae1-1/+3
2014-12-24Improve db upgrade error messageAllan McRae1-1/+1
2014-12-19Update translations from transifexAllan McRae46-4039/+8318
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner2-3/+2
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain4-8/+8
2014-11-20pacsort: parse inputs up front into control structDave Reisner1-58/+146
2014-11-18Update po files to send to TransifexAllan McRae38-4331/+21539
2014-11-18Pull translation updates from TransifexAllan McRae42-5359/+9403
2014-11-18Do not warn about missing files in NoExtractAllan McRae1-9/+21
2014-11-05Add --assume-installed to pacman --helpFlorian Pritz1-0/+2
2014-10-19testdb: ignore ALPM_DB_VERSIONAndrew Gregory1-1/+1
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