summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-03calculate_removed_size: ensure llstat succeedsAllan McRae1-1/+6
2015-03-03sync_cleandb: ensure stat call succeedsAllan McRae1-1/+4
2015-03-03pacsort: test string is not NULL before strlenAllan McRae1-1/+5
2015-03-03Abort of failure to add version file to empty local databaseAllan McRae1-2/+12
2015-03-03parse_descfile: fix memory leak in error caseAllan McRae1-1/+1
2015-03-03Fix memory leaks in dump_pkg_fullAllan McRae1-0/+5
2015-03-03Merge branch 'maint'Allan McRae1-0/+2
2015-03-01Update release historyAllan McRae1-0/+2
2015-02-20Merge branch 'maint'Allan McRae118-12572/+16785
2015-02-20Release 4.2.1v4.2.1Allan McRae1-2/+2
2015-02-20Update translations from TransifexAllan McRae57-1662/+1409
2015-02-14Update translations from TransifexAllan McRae109-11184/+15639
2015-02-14Update NEWS for 4.2.1 releaseAllan McRae1-0/+28
2015-02-14Fix Bazaar cloning in makepkg.Renato Silva1-17/+0
2015-02-12libmakepkg: make package checking functions extendableAllan McRae3-2/+13
2015-02-12libmakepkg: make package tidy functions extendableAllan McRae10-15/+38
2015-02-12libmakepkg: move package checking out of tidy_installAllan McRae8-15/+55
2015-02-12paccache: added --quiet optionMaxim Andersson1-4/+10
2015-02-12repo-add: improve delta file detection on removalAllan McRae1-1/+1
2015-02-12repo-add: only backup database signature if database was backed upAllan McRae1-6/+7
2015-02-12repo-add: unify checking gpg keysAllan McRae1-15/+17
2015-02-12repo-add: clarify invalid repo extension messageAllan McRae1-1/+1
2015-02-12repo-add: improve removing old packagesAllan McRae1-5/+9
2015-02-12Merge branch 'maint'Allan McRae7-25/+20
2015-02-12Disable directory ownership warningsAllan McRae1-0/+8
2015-02-12set package origin when adding to db cacheAndrew Gregory1-0/+7
2015-02-12valgrind.supp: remove library version from suppressionAllan McRae1-1/+1
2015-02-12sync200.py.in: remove unused substitutionAndrew Gregory4-24/+4
2015-02-01makepkg: split package tidying into libmakepkgAllan McRae16-145/+560
2015-02-01makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkgAllan McRae3-87/+110
2015-02-01makepkg: rename other_options to build_optionsAllan McRae1-3/+3
2015-02-01makepkg: split message functions into libmakepkgAllan McRae6-30/+125
2015-02-01add option to optimize PNG images with optipngChristian Hesse5-5/+32
2015-02-01remove globbing for upx and make UPXFLAGS an array variableChristian Hesse2-4/+4
2015-02-01Update copyright notices for 2015Allan McRae99-108/+108
2015-02-01pmenv.py: Fix typo in copyright assignmentAllan McRae1-1/+1
2015-02-01Add make rule to update copyright yearsAllan McRae1-1/+6
2015-02-01Merge branch 'maint'Allan McRae5-9/+13
2015-02-01makepkg: refix removing static libraries when shared uses absolute symlinksAllan McRae1-2/+2
2015-02-01trans_commit: restore pm_errno after updating logAndrew Gregory1-0/+4
2015-02-01contrib: remove fakeroot option from PKGBUILD.vimAllan McRae1-1/+1
2015-02-01makepkg: Set the working copy destination explicitly when cloning in extract_gitLukáš Jirkovský1-1/+1
2015-02-01Add --noarchive to makepkg's zsh completionJeffrey Tolar1-0/+1
2015-02-01Remove --asroot from makepkg's completionsJeffrey Tolar2-5/+4
2015-01-21extract_single_file: consolidate extraction logicAndrew Gregory1-79/+61
2015-01-21extract_single_file: use .pacnew for check filesAndrew Gregory1-27/+13
2015-01-21remove support for .pacorig filesAndrew Gregory14-105/+36
2015-01-21extract_single_file: use full path in messagesAndrew Gregory1-18/+13
2015-01-21extract_single_file: factor out db file extractionAndrew Gregory1-28/+32
2015-01-21extract_single_file: reduce indentationAndrew Gregory1-55/+51