summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-28Add missing optdepends to the main list of variables in the split PKGBUILD pr...Jason St. John
2014-01-28pacman.c: free string commandline optionsAndrew Gregory
2014-01-28Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVALOlivier Brunel
2014-01-28pacman: Fix delayed warnings/errors sent to stdout not stderrOlivier Brunel
2014-01-28pacman.c: remove unnecessary optarg checksAndrew Gregory
2014-01-15sync_prepare: treat from_sync as a booleanAndrew Gregory
2014-01-15base64.c: comment out unused variableAndrew Gregory
2014-01-15package.h: convert scriptlet field to intAndrew Gregory
2014-01-10Consistently use #ifdefAllan McRae
2014-01-10Fix build with --disable-gpgmeAllan McRae
2014-01-10Fix compile warnings on systems without getmntentDan McGee
2014-01-10Makefile.am: move test-suite.log into test/Andrew Gregory
2014-01-10create_verbose_row: free malloc'd stringsAndrew Gregory
2014-01-06check_keyring: plug memory leakAndrew Gregory
2014-01-06valgrind.supp: suppress leak in gpgme_get_keyAndrew Gregory
2014-01-06Reorder and reshape the package struct for better packingDan McGee
2014-01-06Minor struct member reordering for packing concernsDan McGee
2014-01-06Use O_CLOEXEC as much as possible when opening filesDan McGee
2014-01-06Log more in search debug messageDan McGee
2014-01-06Remove -fgnu89-inline from compile optionsDan McGee
2014-01-06Push down testing .gitignore entriesDan McGee
2014-01-06Clear up definition of INFRQ_ALLDan McGee
2014-01-06Update copyright years for 2014Allan McRae
2014-01-06Copy validation field in _alpm_pkg_dupAllan McRae
2014-01-06Update comment for local db entry creationAllan McRae
2014-01-06Add the unit tests for -Qk and -Qkk that are possible now.Jeremy Heiner
2014-01-06deps.c: remove filtered_depend functionsAndrew Gregory
2014-01-06conf.c: add missing newline to warningAndrew Gregory
2014-01-06Fix build warnings with --disable-nlsAllan McRae
2013-12-21Use the 'configure'd PYTHON to run pactest.Jeremy Heiner
2013-12-21makepkg: fix check for distccMaxime Arthaud
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory
2013-12-19dload: allow curl to response to any auth challengeDave Reisner
2013-12-15alpm: Rename a variable for future clarityOlivier Brunel
2013-12-15Fix pactest READMEAllan McRae
2013-12-15remove useless continueAndrew Gregory
2013-12-15db.c: require unique database namesAndrew Gregory
2013-12-15makepkg: fix consistency of downloaded sources permissionsSébastien Luttringer
2013-12-15alpm_sync_sysupgrade: skip packages being removedAndrew Gregory
2013-12-15Color output from pm_vasprintfAllan McRae
2013-12-15Fix misspellings and some grammar issues in output of some pacman contrib scr...Jason St. John
2013-12-15pacdiff: do not remove pacfile after viewingVasiliy Korchagin
2013-12-15pacscripts: Improve error message when sudo binary is not foundJason St. John
2013-12-15Close file descirptor before forkWolfgang Bumiller
2013-12-15.gitignore: Add intl directory.Allan McRae
2013-12-15paccache: clarify help outputAllan McRae
2013-11-15Improve --help switch output for pacman contrib and pacman scriptsJason St. John
2013-11-15Replace "echo" command with "printf" in human_to_size_test.shJason St. John
2013-11-15Fix typo in pacman-optimizeJason St. John
2013-11-15Fix whitespace and other formatting issuesJason St. John