summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-27Remove logically dead code in _alpm_local_db_writeAllan McRae1-5/+0
2014-12-27_alpm_run_chroot: only close working directory if it was openedAllan McRae1-1/+3
2014-12-27_alpm_db_add_pkgincache: free potential memory leakAllan McRae1-0/+2
2014-12-27Initialize memory to prevent issues when freeing on errorAllan McRae2-4/+4
2014-12-27_alpm_recursedeps: free memory on errorAllan McRae1-0/+2
2014-12-27apply_deltas: fix memory leak on errorAllan McRae1-2/+2
2014-12-27Merge branch 'maint'Allan McRae1-1/+1
2014-12-27fix duplication of package sha256sumAllan McRae1-1/+1
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg4-0/+23
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg5-1/+12
2014-12-24mount_point_list: free memory on errorAllan McRae1-3/+3
2014-12-24conflict_new: free memory on errorAllan McRae1-2/+6
2014-12-24_alpm_runscriptlet: free memory on errorAllan McRae1-1/+1
2014-12-24add_fileconflict: free memory on errorAllan McRae1-0/+1
2014-12-24create_tempfile: fix memory leak on errorAllan McRae1-1/+1
2014-12-24_alpm_split_backup: free memory on errorAllan McRae1-4/+3
2014-12-24alpm_dep_from_string: free memory on errorAllan McRae1-3/+7
2014-12-24_alpm_conflict_dup: fix memory leak on errorAllan McRae1-2/+6
2014-12-24local_db_read: fix memory leak on errorAllan McRae1-0/+1
2014-12-24_alpm_db_new: free memory on errorAllan McRae1-1/+1
2014-12-24_alpm_db_get_pkgcache_hash: check for error when loading pkgcacheAllan McRae1-1/+4
2014-12-24_alpm_delta_parse: free memory on errorAllan McRae1-4/+8
2014-12-24_alpm_dep_dup: free memory on errorAllan McRae1-3/+7
2014-12-24build_payload: free memory on errorAllan McRae1-1/+1
2014-12-24depmiss_new: free memory on errorAllan McRae1-2/+6
2014-12-24_alpm_delta_dup: free memory on errorAllan McRae1-4/+8
2014-12-24Use correct mode bits for the log file (0000 -> 0644)Evangelos Foutras1-1/+1
2014-12-19Update translations from transifexAllan McRae43-1495/+3156
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory1-2/+2
2014-12-18add alpm_option_match_noupgradeAndrew Gregory2-0/+6