Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-12-18 | shut up GCC on -Wmaybe-initialized warnings | Dave Reisner | 2 | -3/+2 |
2014-12-18 | makepkg: correctly add changelog files | Dave Reisner | 1 | -1/+1 |
2014-12-18 | Fix pointer declarations to be globally consistent | Micah Saint Germain | 4 | -8/+8 |
2014-12-08 | doc/translation-help.txt: Transifex example usage | Miguel de Val-Borro | 1 | -2/+2 |
2014-11-26 | pacman-db-upgrade: fix issue with find argument list length overflow | Allan McRae | 1 | -1/+4 |
2014-11-21 | pacman-key: compatibility with gnupg-2.1 | Tobias Powalowski | 1 | -0/+1 |
2014-11-21 | Remove pacsysclean | Allan McRae | 4 | -72/+0 |
2014-11-20 | pacsort: parse inputs up front into control struct | Dave Reisner | 2 | -59/+156 |
2014-11-19 | checkupdates: do not print ignored packages | Allan McRae | 1 | -1/+1 |
2014-11-19 | version: fix memory leak in early return | Dave Reisner | 1 | -1/+2 |
2014-11-19 | Fix translation error and remove empty po files | Allan McRae | 9 | -8711/+1 |
2014-11-18 | Update po files to send to Transifex | Allan McRae | 114 | -11229/+63544 |
2014-11-18 | Pull translation updates from Transifex | Allan McRae | 126 | -13267/+23291 |
2014-11-18 | Do not warn about missing files in NoExtract | Allan McRae | 1 | -9/+21 |
2014-11-18 | Add alpm_option_match_noextract | Allan McRae | 2 | -0/+6 |
2014-11-18 | extract_single_file: fix memory leak in error condition | Allan McRae | 1 | -1/+1 |
2014-11-18 | _alpm_backup_dup: fix memory leak in error case | Allan McRae | 1 | -2/+7 |
2014-11-18 | makepkg: symlink files in noextract into $srcdir | Allan McRae | 1 | -5/+6 |
2014-11-18 | Remove logging of NoExtract events | Allan McRae | 1 | -2/+0 |
2014-11-17 | Fix crash when using external downloader | Allan McRae | 1 | -4/+17 |
2014-11-17 | makepkg: svn: update existing sources in srcdir without removing them first. | Lukáš Jirkovský | 1 | -5/+1 |
2014-11-17 | makepkg: only strip vcs prefixes from front of url | Andrew Gregory | 1 | -4/+4 |