summaryrefslogtreecommitdiffstats
path: root/lib/libalpm
AgeCommit message (Expand)AuthorFilesLines
2015-09-20check fileconflicts and diskspace outside commitAndrew Gregory3-6/+21
2015-09-19sortbydeps: skip local packages being updatedAndrew Gregory1-3/+8
2015-08-08libalpm: Force update when database is marked as corrupted.Sebastian Lackner1-0/+5
2015-08-08fill in name_hash for assumeinstalled optionsAndrew Gregory1-0/+2
2015-08-08copy assumeinstalled optionsAndrew Gregory1-2/+9
2015-08-08check assumeinstalled for meaningful modAndrew Gregory1-0/+2
2015-08-08check dep versions before calling strcmpAndrew Gregory1-1/+12
2015-08-08Remove ko_KR translationAllan McRae2-818/+0
2015-07-20ensure matching database and package versionLevente Polyak1-0/+18
2015-07-15Read file lists from databasesAllan McRae1-2/+36
2015-07-15Allow frontends to specify the sync database extensionAllan McRae6-8/+44
2015-07-14Do not warn about packages that optionally require a removal when ignoring depsAllan McRae1-1/+3
2015-07-12Do not warn about downgrades when only downloading packageAllan McRae1-1/+1
2015-05-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek1-4/+11
2015-05-12Fix comment in alpm_db_updateDavid Macek1-1/+1
2015-05-12alpm_logaction: implement documented return valueAndrew Gregory1-8/+16
2015-05-12alpm_logaction: allow falling back to syslogAndrew Gregory1-1/+1
2015-05-12alpm_logaction: check logfile before openingAndrew Gregory1-1/+1
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory3-54/+29
2015-05-12Silence warning from clangAllan McRae1-1/+1
2015-03-26close stdin before running install scriptsAndrew Gregory1-0/+1
2015-03-26be_package: fallback to standard filelist loadingAndrew Gregory1-15/+22
2015-03-26add_entry_to_files_list: pass filelist directlyAndrew Gregory1-8/+9
2015-03-03remove: use strcmp for files in skip_removeAndrew Gregory1-49/+33
2015-03-03sync_prepare: exclude removals from resolvedepsAndrew Gregory1-1/+1
2015-03-03calculate_removed_size: ensure llstat succeedsAllan McRae1-1/+6
2015-03-03Abort of failure to add version file to empty local databaseAllan McRae1-2/+12
2015-03-03parse_descfile: fix memory leak in error caseAllan McRae1-1/+1
2015-02-20Merge branch 'maint'Allan McRae45-855/+1717
2015-02-20Update translations from TransifexAllan McRae10-118/+120
2015-02-14Update translations from TransifexAllan McRae40-743/+1603
2015-02-12Merge branch 'maint'Allan McRae2-0/+15
2015-02-12Disable directory ownership warningsAllan McRae1-0/+8
2015-02-12set package origin when adding to db cacheAndrew Gregory1-0/+7
2015-02-01Update copyright notices for 2015Allan McRae50-50/+50
2015-02-01Merge branch 'maint'Allan McRae1-0/+4
2015-02-01trans_commit: restore pm_errno after updating logAndrew Gregory1-0/+4
2015-01-21extract_single_file: consolidate extraction logicAndrew Gregory1-79/+61
2015-01-21extract_single_file: use .pacnew for check filesAndrew Gregory1-27/+13
2015-01-21remove support for .pacorig filesAndrew Gregory2-73/+24
2015-01-21extract_single_file: use full path in messagesAndrew Gregory1-18/+13
2015-01-21extract_single_file: factor out db file extractionAndrew Gregory1-28/+32
2015-01-21extract_single_file: reduce indentationAndrew Gregory1-55/+51
2015-01-21extract_single_file: consolidate needbackup checksAndrew Gregory1-39/+15
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory2-4/+1
2015-01-21Merge branch 'maint'Allan McRae2-2/+2
2015-01-21fix geometric growth in _alpm_greedy_growDaniel Micay1-1/+1
2015-01-21be_local: fix _alpm_greedy_grow usageDaniel Micay1-1/+1
2015-01-02initialize pointers passed to _alpm_pkg_dupAndrew Gregory2-2/+2
2015-01-02be_package.c: fix style violationAndrew Gregory1-1/+2