summaryrefslogtreecommitdiff
path: root/src/pacman
AgeCommit message (Expand)Author
2015-08-08copy assumeinstalled optionsAndrew Gregory
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn
2015-08-08Remove ko_KR translationAllan McRae
2015-07-20pacman/files.c: fix memory leak on regex errorAllan McRae
2015-07-15Handle repo/pkg style arguments to sync repo file listingAllan McRae
2015-07-15Add regex search option to sync database file searchingAllan McRae
2015-07-15Implement searching for a file in the sync databasesAllan McRae
2015-07-15Implement listing files from sync packagesAllan McRae
2015-07-15Implement locating file owner in sync files databaseAllan McRae
2015-07-15Prototype pacman files database operationsAllan McRae
2015-07-15pacman: move database syncing to util.cAllan McRae
2015-07-15Add pacman support for .files databasesAllan McRae
2015-07-14Fix formatting in parsearg_upgradeAllan McRae
2015-07-14Simplify sync_cleandbAllan McRae
2015-07-12Fix overflow warningsAndrew Gregory
2015-06-20Match providers when showing optdep install statusLukas Fleischer
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy
2015-05-12Pluralize callback stringAllan McRae
2015-03-15Actually return the error value of check_db_localCharles Pigott
2015-03-03sync_cleandb: ensure stat call succeedsAllan 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-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-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-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-13pacman: add --confirm optionAndrew Gregory