summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-02add alpm_pkg_get_base() to READMEAllan McRae
2015-01-02Remove testdbAllan McRae
2015-01-02Document database checking optionsAllan McRae
2015-01-02Integrate testdb into pacmanAllan McRae
2015-01-02Split install reason changing into its own functionAllan McRae
2015-01-02Merge branch 'maint'Allan McRae
2015-01-02Fix typo in a comment in makepkg.confJason St. John
2015-01-02makepkg: avoid expansion of var in arithmetic contextDave Reisner
2015-01-02updpkgsums: retain permissions on rewritten PKGBUILDDave Reisner
2015-01-02Remove outdated fakeroot information from PKGBUILD man pageAllan McRae
2014-12-28add tap_ prefix to test helper functionsAndrew Gregory
2014-12-28use tap.sh for bash testsAndrew Gregory
2014-12-28Clarify "assume installed" error messageAllan McRae
2014-12-28Merge branch 'maint'Allan McRae
2014-12-28Fix .SRCINFO output with architecture specific fieldsAllan McRae
2014-12-27makepkg: print the name of the source array being checkedDave Reisner
2014-12-27makepkg: call out the source array(s) missing checksumsDave Reisner
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-27pacsort: fix memory leakAllan McRae
2014-12-27Merge branch 'maint'Allan McRae
2014-12-27fix duplication of package sha256sumAllan McRae
2014-12-27makepkg: fix typo in dep array nameDave Reisner
2014-12-24libalpm: Add accessors for the base fieldJohannes Löthberg
2014-12-24libalpm: Parse and write PKGBASEsJohannes Löthberg
2014-12-24add vim modeline to test filesAndrew Gregory
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
2014-12-24add_fileconflict: free memory on errorAllan McRae
2014-12-24create_tempfile: fix memory leak on errorAllan McRae
2014-12-24_alpm_split_backup: free memory on errorAllan McRae
2014-12-24alpm_dep_from_string: free memory on errorAllan McRae
2014-12-24_alpm_conflict_dup: fix memory leak on errorAllan McRae
2014-12-24local_db_read: fix memory leak on errorAllan McRae
2014-12-24_alpm_db_new: free memory on errorAllan McRae
2014-12-24_alpm_db_get_pkgcache_hash: check for error when loading pkgcacheAllan McRae
2014-12-24_alpm_delta_parse: free memory on errorAllan McRae
2014-12-24_alpm_dep_dup: free memory on errorAllan McRae
2014-12-24pacman/util.c: fix potential memory leak in indentprintAllan McRae
2014-12-24Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callbackAllan McRae
2014-12-24build_payload: free memory on errorAllan McRae
2014-12-24depmiss_new: free memory on errorAllan McRae
2014-12-24_alpm_delta_dup: free memory on errorAllan McRae
2014-12-24checkupdates: include package versions in outputEvangelos Foutras
2014-12-24checkupdates: show error when fakeroot is missingEvangelos Foutras