summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-30libalpm: export alpm_splitdep as alpm_dep_from_depstring and alpm_dep_freeFlorian Pritz8-23/+32
2014-09-30deps.c: split _alpm_depcmp into _alpm_depcmp_providesFlorian Pritz2-7/+15
2014-09-30table_display: only check width when non-zeroAndrew Gregory1-1/+1
2014-09-30avoid line wrapping if not in a tty or COLUMNS=0Andrew Gregory1-8/+16
2014-09-30makepkg: allow less than the full fingerprint in validpgpkeysDave Reisner2-2/+23
2014-09-30makepkg: move negation in inequality comparisonsDave Reisner1-5/+5
2014-09-30paccache: parse_filename bug fixMaxim Andersson1-1/+6
2014-09-30makepkg: abort if we can't add install/changelog to packageDave Reisner1-1/+4
2014-09-30updpkgsums: update to recognize arch-specific sourcesDave Reisner1-1/+1
2014-09-30PKGBUILD: add support for arch-specific sourcesDave Reisner2-35/+151
2014-09-30makepkg: break out checksum generation to its own functionDave Reisner1-32/+41
2014-09-30makepkg: break out check_checksums to reasonably sized functionsDave Reisner1-41/+54
2014-09-30Revert "Remove log_cb, add ALPM_EVENT_LOG instead"Andrew Gregory10-72/+75
2014-09-23pacman.c: Add -gg, -ii, and -yy to help summaryJohannes Löthberg1-4/+6
2014-09-23pacman: set SA_RESTART for signal handlerAndrew Gregory1-1/+1
2014-09-23wrap fgets to retry on EINTRAndrew Gregory7-14/+43
2014-09-23makepkg: disallow values of 'arch' which might be problematicDave Reisner1-3/+11
2014-09-23makepkg: let --source imply --ignorearchDave Reisner1-4/+10
2014-09-23makepkg: use correct terminologyDave Reisner1-1/+1
2014-09-23replace --reference on chmod/chown commandsWolfgang Bumiller3-2/+14
2014-09-23alpm.h: remove outdated pkg_get_backup doxygenAndrew Gregory1-3/+0
2014-09-23Check the version of the local database during validationAllan McRae2-19/+12
2014-09-23Add version file to empty local databaseAllan McRae2-12/+35
2014-09-23Add version file when creating local database directoryAllan McRae2-0/+20
2014-09-23Create local database directory if it is missingAllan McRae1-14/+26
2014-09-23Extend database upgrade script to handle alpm db version 9Andrew Gregory1-10/+86
2014-09-16pacman-db-upgrade: use pacman-style optionsAndrew Gregory2-21/+53
2014-09-16fix improper FREELIST callsAndrew Gregory2-3/+6
2014-09-15updpkgsums: use a throwaway build dirDave Reisner1-0/+2
2014-09-15makepkg: do not eval dlcmdlolilolicon1-11/+10
2014-09-15makepkg: Allow using sources with :: in themWilliam Giokas1-3/+3
2014-09-15paccache: read default cachedir from pacman.confDave Reisner1-2/+21
2014-09-15paccache: add support for multiple cachedirsMaxim Andersson1-23/+37
2014-09-15PKGBUILD(5): arch-specific fields are always additionalDave Reisner1-2/+2
2014-08-09pacman-key: stricter parsing for -verifyAllan McRae1-1/+1
2014-08-09pkgdelta(8): Fix broken example of --min-pkg-size with human-readable valuesJason St. John1-2/+2
2014-08-09man: Improve grammar and add missing single quotes around command optionsJason St. John11-47/+49
2014-08-09man: Use uniform line spacing between sectionsJason St. John12-6/+30
2014-08-09pacman(8): Improve grammar and quotingJason St. John1-5/+5
2014-08-09Fix loading invalid packageOlivier Brunel1-1/+3
2014-08-08makepkg: replace bare eval with var extraction functionsDave Reisner1-6/+12
2014-08-08PKGBUILD: handle arch specific attributesDave Reisner2-3/+66
2014-08-08makepkg: refactor check_sanity, give it some sanity of its ownDave Reisner1-107/+299
2014-08-08Update PKGBUILD documentation for removed override optionsAllan McRae1-3/+3
2014-08-08makepkg: disallow pkgver/pkgrel/epoch overrides in packagesDave Reisner1-33/+12
2014-08-08remove --destination-dir argument from a2x optionsDave Reisner1-2/+1
2014-08-04Add Andrew to maintainers list.Allan McRae1-0/+1
2014-08-04trans_commit: log beginning and end of transactionAndrew Gregory1-0/+10
2014-08-04filecache_find_url: dereference the 'filebase' pointerRyo Munakata1-1/+1
2014-08-04replace strdup with STRDUPAndrew Gregory3-11/+7