Age | Commit message (Expand) | Author | Files | Lines |
2014-12-27 | _alpm_db_add_pkgincache: free potential memory leak | Allan McRae | 1 | -0/+2 |
2014-12-27 | Initialize memory to prevent issues when freeing on error | Allan McRae | 2 | -4/+4 |
2014-12-27 | _alpm_recursedeps: free memory on error | Allan McRae | 1 | -0/+2 |
2014-12-27 | apply_deltas: fix memory leak on error | Allan McRae | 1 | -2/+2 |
2014-12-27 | pacsort: fix memory leak | Allan McRae | 1 | -0/+1 |
2014-12-27 | Merge branch 'maint' | Allan McRae | 2 | -2/+2 |
2014-12-27 | fix duplication of package sha256sum | Allan McRae | 1 | -1/+1 |
2014-12-27 | makepkg: fix typo in dep array name | Dave Reisner | 1 | -1/+1 |
2014-12-24 | libalpm: Add accessors for the base field | Johannes Löthberg | 4 | -0/+23 |
2014-12-24 | libalpm: Parse and write PKGBASEs | Johannes Löthberg | 5 | -1/+12 |
2014-12-24 | add vim modeline to test files | Andrew Gregory | 4 | -0/+8 |
2014-12-24 | mount_point_list: free memory on error | Allan McRae | 1 | -3/+3 |
2014-12-24 | conflict_new: free memory on error | Allan McRae | 1 | -2/+6 |
2014-12-24 | _alpm_runscriptlet: free memory on error | Allan McRae | 1 | -1/+1 |
2014-12-24 | add_fileconflict: free memory on error | Allan McRae | 1 | -0/+1 |
2014-12-24 | create_tempfile: fix memory leak on error | Allan McRae | 1 | -1/+1 |
2014-12-24 | _alpm_split_backup: free memory on error | Allan McRae | 1 | -4/+3 |
2014-12-24 | alpm_dep_from_string: free memory on error | Allan McRae | 1 | -3/+7 |
2014-12-24 | _alpm_conflict_dup: fix memory leak on error | Allan McRae | 1 | -2/+6 |
2014-12-24 | local_db_read: fix memory leak on error | Allan McRae | 1 | -0/+1 |
2014-12-24 | _alpm_db_new: free memory on error | Allan McRae | 1 | -1/+1 |
2014-12-24 | _alpm_db_get_pkgcache_hash: check for error when loading pkgcache | Allan McRae | 1 | -1/+4 |
2014-12-24 | _alpm_delta_parse: free memory on error | Allan McRae | 1 | -4/+8 |
2014-12-24 | _alpm_dep_dup: free memory on error | Allan McRae | 1 | -3/+7 |
2014-12-24 | pacman/util.c: fix potential memory leak in indentprint | Allan McRae | 1 | -0/+1 |
2014-12-24 | Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callback | Allan McRae | 1 | -1/+3 |
2014-12-24 | build_payload: free memory on error | Allan McRae | 1 | -1/+1 |
2014-12-24 | depmiss_new: free memory on error | Allan McRae | 1 | -2/+6 |
2014-12-24 | _alpm_delta_dup: free memory on error | Allan McRae | 1 | -4/+8 |
2014-12-24 | checkupdates: include package versions in output | Evangelos Foutras | 1 | -1/+1 |
2014-12-24 | checkupdates: show error when fakeroot is missing | Evangelos Foutras | 1 | -0/+8 |
2014-12-24 | Improve db upgrade error message | Allan McRae | 1 | -1/+1 |
2014-12-24 | makepkg: properly correlate checksums for multiple sources | Dave Reisner | 1 | -19/+13 |
2014-12-24 | Use correct mode bits for the log file (0000 -> 0644) | Evangelos Foutras | 1 | -1/+1 |
2014-12-24 | pacman-db-upgrade: set umask 022 | Peter Wu | 1 | -0/+3 |
2014-12-24 | makepkg: download sources for all architectures when making source package | Allan McRae | 1 | -1/+1 |
2014-12-24 | pacman-db-upgrade: be more verbose | Allan McRae | 1 | -2/+2 |
2014-12-22 | makepkg-template: Remove unused printf format string | Florian Pritz | 1 | -1/+1 |
2014-12-22 | Check architecture specific fields for VCS support | Allan McRae | 1 | -3/+13 |
2014-12-22 | add VCSCLIENTS to etc/makepkg.conf | Allan McRae | 1 | -0/+7 |
2014-12-21 | Fix double spaces in "Running %s as root is not allowed" message | Timothy Redaelli | 1 | -1/+1 |
2014-12-21 | paclist: fix myver in usage() | Evangelos Foutras | 1 | -1/+1 |
2014-12-19 | updpkgsums: add more error checking before replacementv4.2.0 | Dave Reisner | 1 | -2/+2 |
2014-12-19 | Release 4.2.0 | Allan McRae | 1 | -4/+4 |
2014-12-19 | Update translations from transifex | Allan McRae | 131 | -12099/+22991 |
2014-12-19 | Update NEWS for pacman-4.2 release | Allan McRae | 1 | -0/+81 |
2014-12-19 | Update README for pacman-4.2 | Allan McRae | 1 | -0/+53 |
2014-12-18 | remove.c: honor inverted patterns in noupgrade | Andrew Gregory | 3 | -2/+22 |
2014-12-18 | add alpm_option_match_noupgrade | Andrew Gregory | 2 | -0/+6 |
2014-12-18 | updpkgsums: drop in-place rewrite hack, use a tempfile | Dave Reisner | 1 | -14/+23 |