summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-27pacsort: fix memory leakAllan McRae1-0/+1
2014-12-27Merge branch 'maint'Allan McRae2-2/+2
2014-12-27fix duplication of package sha256sumAllan McRae1-1/+1
2014-12-27makepkg: fix typo in dep array nameDave Reisner1-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-24add vim modeline to test filesAndrew Gregory4-0/+8
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-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-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-24checkupdates: include package versions in outputEvangelos Foutras1-1/+1
2014-12-24checkupdates: show error when fakeroot is missingEvangelos Foutras1-0/+8
2014-12-24Improve db upgrade error messageAllan McRae1-1/+1
2014-12-24makepkg: properly correlate checksums for multiple sourcesDave Reisner1-19/+13
2014-12-24Use correct mode bits for the log file (0000 -> 0644)Evangelos Foutras1-1/+1
2014-12-24pacman-db-upgrade: set umask 022Peter Wu1-0/+3
2014-12-24makepkg: download sources for all architectures when making source packageAllan McRae1-1/+1
2014-12-24pacman-db-upgrade: be more verboseAllan McRae1-2/+2
2014-12-22makepkg-template: Remove unused printf format stringFlorian Pritz1-1/+1
2014-12-22Check architecture specific fields for VCS supportAllan McRae1-3/+13
2014-12-22add VCSCLIENTS to etc/makepkg.confAllan McRae1-0/+7
2014-12-21Fix double spaces in "Running %s as root is not allowed" messageTimothy Redaelli1-1/+1
2014-12-21paclist: fix myver in usage()Evangelos Foutras1-1/+1
2014-12-19updpkgsums: add more error checking before replacementv4.2.0Dave Reisner1-2/+2
2014-12-19Release 4.2.0Allan McRae1-4/+4
2014-12-19Update translations from transifexAllan McRae131-12099/+22991
2014-12-19Update NEWS for pacman-4.2 releaseAllan McRae1-0/+81
2014-12-19Update README for pacman-4.2Allan McRae1-0/+53
2014-12-18remove.c: honor inverted patterns in noupgradeAndrew Gregory3-2/+22
2014-12-18add alpm_option_match_noupgradeAndrew Gregory2-0/+6