summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-05-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek
2015-05-12Fix comment in alpm_db_updateDavid Macek
2015-05-12alpm_logaction: implement documented return valueAndrew Gregory
2015-05-12alpm_logaction: allow falling back to syslogAndrew Gregory
2015-05-12alpm_logaction: check logfile before openingAndrew Gregory
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory
2015-05-12Silence warning from clangAllan McRae
2015-03-26close stdin before running install scriptsAndrew Gregory
2015-03-26be_package: fallback to standard filelist loadingAndrew Gregory
2015-03-26add_entry_to_files_list: pass filelist directlyAndrew Gregory
2015-03-03remove: use strcmp for files in skip_removeAndrew Gregory
2015-03-03sync_prepare: exclude removals from resolvedepsAndrew Gregory
2015-03-03calculate_removed_size: ensure llstat succeedsAllan McRae
2015-03-03Abort of failure to add version file to empty local databaseAllan McRae
2015-03-03parse_descfile: fix memory leak in error caseAllan McRae
2015-02-20Merge branch 'maint'Allan McRae
2015-02-20Update translations from TransifexAllan McRae
2015-02-14Update translations from TransifexAllan McRae
2015-02-12Merge branch 'maint'Allan McRae
2015-02-12Disable directory ownership warningsAllan McRae
2015-02-12set package origin when adding to db cacheAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2015-02-01Merge branch 'maint'Allan McRae
2015-02-01trans_commit: restore pm_errno after updating logAndrew Gregory
2015-01-21extract_single_file: consolidate extraction logicAndrew Gregory
2015-01-21extract_single_file: use .pacnew for check filesAndrew Gregory
2015-01-21remove support for .pacorig filesAndrew Gregory
2015-01-21extract_single_file: use full path in messagesAndrew Gregory
2015-01-21extract_single_file: factor out db file extractionAndrew Gregory
2015-01-21extract_single_file: reduce indentationAndrew Gregory
2015-01-21extract_single_file: consolidate needbackup checksAndrew Gregory
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory
2015-01-21Merge branch 'maint'Allan McRae
2015-01-21fix geometric growth in _alpm_greedy_growDaniel Micay
2015-01-21be_local: fix _alpm_greedy_grow usageDaniel Micay
2015-01-02initialize pointers passed to _alpm_pkg_dupAndrew Gregory
2015-01-02be_package.c: fix style violationAndrew Gregory
2014-12-27Remove logically dead code in _alpm_local_db_writeAllan McRae
2014-12-27_alpm_run_chroot: only close working directory if it was openedAllan McRae
2014-12-27_alpm_db_add_pkgincache: free potential memory leakAllan McRae
2014-12-27Initialize memory to prevent issues when freeing on errorAllan McRae
2014-12-27_alpm_recursedeps: free memory on errorAllan McRae
2014-12-27apply_deltas: fix memory leak on errorAllan McRae
2014-12-27Merge branch 'maint'Allan McRae
2014-12-27fix duplication of package sha256sumAllan McRae
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-12-24mount_point_list: free memory on errorAllan McRae
2014-12-24conflict_new: free memory on errorAllan McRae
2014-12-24_alpm_runscriptlet: free memory on errorAllan McRae