summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-03-15Actually return the error value of check_db_localCharles Pigott
2015-03-03common: Avoid errors on systems that define strnlen but not strndupWill Miles
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles
2015-03-03sync_cleandb: ensure stat call succeedsAllan McRae
2015-03-03pacsort: test string is not NULL before strlenAllan McRae
2015-03-03Fix memory leaks in dump_pkg_fullAllan McRae
2015-02-20Merge branch 'maint'Allan McRae
2015-02-20Update translations from TransifexAllan McRae
2015-02-14Update translations from TransifexAllan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2015-01-21remove support for .pacorig filesAndrew Gregory
2015-01-21ini.c: move error output into conf.cAndrew Gregory
2015-01-21ini.c: remove useless key checkAndrew Gregory
2015-01-21ini.c: remove empty section name restrictionAndrew Gregory
2015-01-21ini.c: remove unnecessary helper functionAndrew Gregory
2015-01-21ini.c: move Include parsing to conf.cAndrew Gregory
2015-01-21ini.c: remove final callback callAndrew Gregory
2015-01-21conf.c: parse config in a single passAndrew Gregory
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory
2015-01-21conf.c: store repo settings in dedicated structAndrew Gregory
2015-01-02Remove testdbAllan McRae
2015-01-02Integrate testdb into pacmanAllan McRae
2015-01-02Split install reason changing into its own functionAllan McRae
2014-12-28Clarify "assume installed" error messageAllan McRae
2014-12-27pacsort: fix memory leakAllan McRae
2014-12-24pacman/util.c: fix potential memory leak in indentprintAllan McRae
2014-12-24Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callbackAllan McRae
2014-12-24Improve db upgrade error messageAllan McRae
2014-12-19Update translations from transifexAllan McRae
2014-12-18shut up GCC on -Wmaybe-initialized warningsDave Reisner
2014-12-18Fix pointer declarations to be globally consistentMicah Saint Germain
2014-11-20pacsort: parse inputs up front into control structDave Reisner
2014-11-18Update po files to send to TransifexAllan McRae
2014-11-18Pull translation updates from TransifexAllan McRae
2014-11-18Do not warn about missing files in NoExtractAllan McRae
2014-11-05Add --assume-installed to pacman --helpFlorian Pritz
2014-10-19testdb: ignore ALPM_DB_VERSIONAndrew Gregory
2014-10-13pacman: add --confirm optionAndrew Gregory
2014-09-30Add --assume-installed optionFlorian Pritz
2014-09-30table_display: only check width when non-zeroAndrew Gregory
2014-09-30avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory
2014-09-23wrap fgets to retry on EINTRAndrew Gregory
2014-08-04sync.c: fix style violationsAndrew Gregory
2014-08-04pacman.c: simplify stdin parsingAndrew Gregory
2014-08-03check_pkg_fast: check file typeAndrew Gregory
2014-08-03check_file_exists: replace lstat with llstatAndrew Gregory
2014-08-03llstat: modify path in placeAndrew Gregory