summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Merge branch 'maint'Allan McRae2-2/+2
2015-01-21fix geometric growth in _alpm_greedy_growDaniel Micay1-1/+1
2015-01-21be_local: fix _alpm_greedy_grow usageDaniel Micay1-1/+1
2015-01-12Merge branch 'maint'Allan McRae1-0/+3
2015-01-12makepkg: clear destination array in array_buildAllan McRae1-0/+3
2015-01-11test makepkg-template: Add update-version-with-newest-optionFlorian Pritz5-0/+50
2015-01-11test makepkg-template: Add template-without-versionFlorian Pritz3-0/+17
2015-01-11test makepkg-template: Add name-charset-validFlorian Pritz3-0/+28
2015-01-11test makepkg-template: Add name-charset-invalidFlorian Pritz2-0/+18
2015-01-11test makepkg-template: Add missing-template-symlinkFlorian Pritz3-0/+17
2015-01-11test makepkg-template: Add missing-template-fileFlorian Pritz2-0/+21
2015-01-11test makepkg-template: Add keep-old-versionFlorian Pritz5-0/+58
2015-01-11test makepkg-template: Add invalid-template-line-unknown-markerFlorian Pritz2-0/+20
2015-01-11test makepkg-template: Add invalid-template-line-missing-nameFlorian Pritz2-0/+12
2015-01-11test makepkg-template: Add invalid-keyFlorian Pritz2-0/+12
2015-01-11Add testrunner for makepkg-templateFlorian Pritz4-0/+79
2015-01-11makepkg-template: Remove linenumber/file from errorsFlorian Pritz1-2/+2
2015-01-11Merge branch 'maint'Allan McRae2-3/+7
2015-01-11paccache: exit in case of pacman error when -u flag is usedDario Giovannetti1-0/+2
2015-01-11makepkg: restore attr merging for write_pkginfoDave Reisner1-0/+2
2015-01-11makepkg: avoid nested quoting in string replacementDave Reisner1-2/+2
2015-01-11makepkg: fix removing static libraries when shared use absolute symlinksAllan McRae1-1/+1
2015-01-02pkgdelta: Use high compression options offered by xdelta3Mohammad Alsaleh1-1/+1
2015-01-02initialize pointers passed to _alpm_pkg_dupAndrew Gregory2-2/+2
2015-01-02be_package.c: fix style violationAndrew Gregory1-1/+2
2015-01-02add alpm_pkg_get_base() to READMEAllan McRae1-0/+8
2015-01-02Remove testdbAllan McRae3-303/+1
2015-01-02Document database checking optionsAllan McRae1-4/+25
2015-01-02Integrate testdb into pacmanAllan McRae4-5/+221
2015-01-02Split install reason changing into its own functionAllan McRae1-4/+18
2015-01-02Merge branch 'maint'Allan McRae4-12/+9
2015-01-02Fix typo in a comment in makepkg.confJason St. John1-1/+1
2015-01-02makepkg: avoid expansion of var in arithmetic contextDave Reisner1-1/+1
2015-01-02updpkgsums: retain permissions on rewritten PKGBUILDDave Reisner1-5/+3
2015-01-02Remove outdated fakeroot information from PKGBUILD man pageAllan McRae1-5/+4
2014-12-28add tap_ prefix to test helper functionsAndrew Gregory4-119/+119
2014-12-28use tap.sh for bash testsAndrew Gregory6-146/+193
2014-12-28Clarify "assume installed" error messageAllan McRae1-1/+1
2014-12-28Merge branch 'maint'Allan McRae1-3/+4
2014-12-28Fix .SRCINFO output with architecture specific fieldsAllan McRae1-3/+4
2014-12-27makepkg: print the name of the source array being checkedDave Reisner1-4/+5
2014-12-27makepkg: call out the source array(s) missing checksumsDave Reisner1-1/+1
2014-12-27Remove logically dead code in _alpm_local_db_writeAllan McRae1-5/+0
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