summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-27Create pacman keyring directory if missingRay Kohler1-1/+6
2011-03-27Update pacman.pot with changed stringsDan McGee1-12/+16
2011-03-27Documentation formatting updatesDan McGee3-11/+11
2011-03-27Add manpage for pkgdeltaRay Kohler4-0/+48
2011-03-27Update repo-add manpageRay Kohler1-19/+27
2011-03-27Clean up repo-add usage messageRay Kohler1-18/+25
2011-03-27Temporary fix for new warnings from gcc 4.6Dan McGee2-2/+4
2011-03-27Merge branch 'maint'Dan McGee5-108/+113
2011-03-27Sign database even if emptyRay Kohler1-1/+2
2011-03-27makepkg: allow PKGEXT and SRCEXT to be overridden by env variablesRay Kohler1-0/+4
2011-03-27Rely on the return value of type instead of its outputDave Reisner4-6/+6
2011-03-27lib/dload: abstract out helper function to set utimesDave Reisner1-22/+22
2011-03-27lib/dload: remove proxy debug outputDave Reisner1-6/+0
2011-03-27lib/dload: code simplificationDave Reisner1-11/+8
2011-03-27lib/dload: merge get_{destfile,tempfile} into get_fullpathDave Reisner1-20/+13
2011-03-27pacman/pacman.c: fix setting of useragent stringDave Reisner1-1/+6
2011-03-27lib/dload: pass a struct with filename and size to curl_progressDave Reisner2-13/+27
2011-03-27Clarify 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
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee1-23/+24
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee1-8/+8
2011-03-25Don't include version in dep string if mod == ANYDan McGee1-2/+3
2011-03-25Update usage instruction stringsDan McGee1-8/+9
2011-03-24Merge branch 'maint'Dan McGee5-11/+21
2011-03-24Add -T, --deptest to usage messageRay Kohler1-0/+4
2011-03-24Make log redirection sanerJan Steffens1-5/+5
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner2-6/+11
2011-03-24Fix use of relative paths for packages in repo-addRay Kohler1-14/+17
2011-03-23Do not reuse old signatureAllan McRae2-3/+10
2011-03-23Download and verify package database signaturesAllan McRae1-6/+38
2011-03-23Refactor signature loading code into common functionDan McGee4-81/+65
2011-03-23Add functions for verifying database signatureAllan McRae6-37/+124
2011-03-23etc/makepkg.conf: use curl in place of wget as a DLAGENTDave Reisner1-3/+3
2011-03-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner1-10/+12
2011-03-23Update doc/index.txt with 3.5.1 release dateDan McGee1-0/+1
2011-03-23lib/dload.c: don't use deprecated curl symbolsDave Reisner1-1/+1
2011-03-23lib/dload.c: don't request compressed transportDave Reisner1-1/+0
2011-03-23lib/dload.c: Fix progress callback issues on downloadDave Reisner1-5/+15
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner2-3/+8
2011-03-23buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner3-17/+253
2011-03-23Report output from signature checking to debug logAllan McRae1-11/+11
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry10-8/+72
2011-03-23Remove unnecessary sanity check on db->setserverDan McGee1-12/+0
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon5-1/+43
2011-03-23Add a pactest showing failed GPG verificationDan McGee1-0/+10
2011-03-23Integrate GPGME into libalpmDan McGee7-16/+286