summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-15Move graph.h functions into graph.cDan McGee
2011-04-11Don't create two pmpkg_t objects in be_packageDan McGee
2011-04-05Merge branch 'maint'Dan McGee
2011-04-04libalpm/be_local.c: unused variable entXavier Chantry
2011-04-04libalpm/pkghash.c: unused variable ptrXavier Chantry
2011-04-04pacman.c : useless extra parenthesisXavier Chantry
2011-04-04makepkg: fix a GNU-ism in awk usageRémy Oudompheng
2011-04-04makepkg: improve parsing for sanity checksAllan McRae
2011-04-04db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng
2011-04-04Coding style cleanupsDan McGee
2011-04-04test: fix invalid usage of 'type -p'Dan McGee
2011-04-02util.c: include limits.h for PATH_MAX macroRémy Oudompheng
2011-04-02Fix compatibility with older versions of libarchive.Rémy Oudompheng
2011-04-02dload: dont forget to initialize open_modeXavier Chantry
2011-04-02configure.ac: we use fabs now so -lm is neededXavier Chantry
2011-04-01Ensure stdout/stderr are flushed when asking questionsDan McGee
2011-04-01Add default changelog functions to pkg_operationsDan McGee
2011-04-01Ensure dbpath is not null when populating sync databaseDan McGee
2011-04-01Ignore upcoming new values in sync backendDan McGee
2011-03-30makepkg: remove unnecessary tr usageAllan McRae
2011-03-30makepkg: avoid usage of tr to sidestep locale issuesDave Reisner
2011-03-30Unify filelist operation functions in conflict checkingDan McGee
2011-03-29Merge branch 'maint'Dan McGee
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng
2011-03-29call alpm_option_get_localdb once in syncfirst()Andrea Scarpino
2011-03-29Fix an outdated commentDan McGee
2011-03-28Add initial 3.5.2 notesDan McGee
2011-03-28Update .mailmap fileDan McGee
2011-03-28pacman/util: flush terminal input before reading responseDave Reisner
2011-03-28makepkg: command line options for signing packagesDenis A. Altoé Falqueto
2011-03-27Create pacman keyring directory if missingRay Kohler
2011-03-27Update pacman.pot with changed stringsDan McGee
2011-03-27Documentation formatting updatesDan McGee
2011-03-27Add manpage for pkgdeltaRay Kohler
2011-03-27Update repo-add manpageRay Kohler
2011-03-27Clean up repo-add usage messageRay Kohler
2011-03-27Temporary fix for new warnings from gcc 4.6Dan McGee
2011-03-27Merge branch 'maint'Dan McGee
2011-03-27Sign database even if emptyRay Kohler
2011-03-27makepkg: allow PKGEXT and SRCEXT to be overridden by env variablesRay Kohler
2011-03-27Rely on the return value of type instead of its outputDave Reisner
2011-03-27lib/dload: abstract out helper function to set utimesDave Reisner
2011-03-27lib/dload: remove proxy debug outputDave Reisner
2011-03-27lib/dload: code simplificationDave Reisner
2011-03-27lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner
2011-03-27pacman/pacman.c: fix setting of useragent stringDave Reisner
2011-03-27lib/dload: pass a struct with filename and size to curl_progressDave Reisner
2011-03-27Clarify error message in pacman-db-upgradeDan McGee
2011-03-25Ensure reported missing dependencies show correct version comparisonDan McGee
2011-03-25Mark various functions in deps.c staticDan McGee