summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-21extract_single_file: consolidate needbackup checksAndrew Gregory1-39/+15
2015-01-21ini.c: move error output into conf.cAndrew Gregory2-12/+14
2015-01-21ini.c: remove useless key checkAndrew Gregory1-6/+0
2015-01-21ini.c: remove empty section name restrictionAndrew Gregory1-7/+0
2015-01-21ini.c: remove unnecessary helper functionAndrew Gregory1-34/+16
2015-01-21ini.c: move Include parsing to conf.cAndrew Gregory2-64/+72
2015-01-21ini.c: remove final callback callAndrew Gregory2-9/+2
2015-01-21conf.c: parse config in a single passAndrew Gregory2-76/+57
2015-01-21conf.c: use masks for siglevel inheritanceAndrew Gregory5-53/+50
2015-01-21conf.c: store repo settings in dedicated structAndrew Gregory2-38/+48
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