summaryrefslogtreecommitdiffstats
path: root/lib/libalpm
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-19version: fix memory leak in early returnDave Reisner1-1/+2
2014-11-19Fix translation error and remove empty po filesAllan McRae4-1619/+1
2014-11-18Update po files to send to TransifexAllan McRae38-1238/+9332
2014-11-18Pull translation updates from TransifexAllan McRae43-1039/+4446
2014-11-18Add alpm_option_match_noextractAllan McRae2-0/+6
2014-11-18extract_single_file: fix memory leak in error conditionAllan McRae1-1/+1
2014-11-18_alpm_backup_dup: fix memory leak in error caseAllan McRae1-2/+7
2014-11-18Remove logging of NoExtract eventsAllan McRae1-2/+0
2014-11-17Fix crash when using external downloaderAllan McRae1-4/+17
2014-10-19dload: mark final_url as constChristian Hesse3-7/+6
2014-10-16dload: unlink file on filesize exceeded errorChristian Hesse1-0/+1
2014-10-16dload: use better error message on exceeded file sizeChristian Hesse1-4/+2
2014-10-16be_sync: use effective URL for db file signature downloadChristian Hesse1-4/+5
2014-10-13sync.c: download packages before starting commitAndrew Gregory3-3/+19
2014-10-02alpm: Fix wrong xferred/total sizes when resuming downloadsOlivier Brunel1-1/+3
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory3-0/+14
2014-10-01check_keyring: skip keys known to be missingAndrew Gregory1-4/+3
2014-10-01remove retry check from signature validationAndrew Gregory1-8/+2
2014-09-30Add --assume-installed optionFlorian Pritz4-2/+74
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz8-23/+32