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