summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-20move ini parser into commonAndrew Gregory4-146/+148
2015-09-20move strtrim to util-commonAndrew Gregory6-77/+42
2015-08-08copy assumeinstalled optionsAndrew Gregory1-1/+1
2015-08-08pacman/util.c: Fix memory leak if realloc failsRikard Falkeborn1-2/+5
2015-08-08Remove ko_KR translationAllan McRae2-1626/+0
2015-07-20pacman/files.c: fix memory leak on regex errorAllan McRae1-0/+1
2015-07-15Handle repo/pkg style arguments to sync repo file listingAllan McRae1-2/+25
2015-07-15Add regex search option to sync database file searchingAllan McRae3-8/+35
2015-07-15Implement searching for a file in the sync databasesAllan McRae1-1/+63
2015-07-15Implement listing files from sync packagesAllan McRae1-2/+36
2015-07-15Implement locating file owner in sync files databaseAllan McRae1-1/+53
2015-07-15Prototype pacman files database operationsAllan McRae7-2/+158
2015-07-15pacman: move database syncing to util.cAllan McRae3-32/+33
2015-07-15Add pacman support for .files databasesAllan McRae2-3/+7
2015-07-14Fix formatting in parsearg_upgradeAllan McRae1-4/+12
2015-07-14Simplify sync_cleandbAllan McRae1-33/+12
2015-07-12Fix overflow warningsAndrew Gregory2-6/+5
2015-06-20Match providers when showing optdep install statusLukas Fleischer2-2/+4
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg1-1/+0
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy2-2/+4
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory1-1/+1
2015-05-12Pluralize callback stringAllan McRae1-2/+3
2015-03-15Actually return the error value of check_db_localCharles Pigott1-1/+1
2015-03-03common: Avoid errors on systems that define strnlen but not strndupWill Miles1-1/+3
2015-03-03util: Use util-common for strndup in pacsort and pactreeWill Miles5-46/+7
2015-03-03sync_cleandb: ensure stat call succeedsAllan McRae1-1/+4
2015-03-03pacsort: test string is not NULL before strlenAllan McRae1-1/+5
2015-03-03Fix memory leaks in dump_pkg_fullAllan McRae1-0/+5
2015-02-20Merge branch 'maint'Allan McRae27-443/+2243
2015-02-20Update translations from TransifexAllan McRae6-25/+28
2015-02-14Update translations from TransifexAllan McRae26-424/+2221
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