Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-25Move alpm_find_dbs_satisfier() function down in deps.cDan McGee
2011-03-25Rework find_requiredby() to not use _alpm_dep_edge()Dan McGee
2011-03-25Don't include version in dep string if mod == ANYDan McGee
2011-03-25Update usage instruction stringsDan McGee
2011-03-24Merge branch 'maint'Dan McGee
2011-03-24Add -T, --deptest to usage messageRay Kohler
2011-03-24Make log redirection sanerJan Steffens
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
2011-03-24Fix use of relative paths for packages in repo-addRay Kohler
2011-03-23Do not reuse old signatureAllan McRae
2011-03-23Download and verify package database signaturesAllan McRae
2011-03-23Refactor signature loading code into common functionDan McGee
2011-03-23Add functions for verifying database signatureAllan McRae
2011-03-23etc/makepkg.conf: use curl in place of wget as a DLAGENTDave Reisner
2011-03-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner
2011-03-23Update doc/index.txt with 3.5.1 release datev3.5.1Dan McGee
2011-03-23lib/dload.c: don't use deprecated curl symbolsDave Reisner
2011-03-23lib/dload.c: don't request compressed transportDave Reisner
2011-03-23lib/dload.c: Fix progress callback issues on downloadDave Reisner
2011-03-23lib/dload.c: fix compiler warnings generated by -Wfloat-equalDave Reisner
2011-03-23buildsys: use libcurl's m4 macro for buildtime detectionDave Reisner
2011-03-23Report output from signature checking to debug logAllan McRae
2011-03-23Added gpg verification options per repo to the config file.Xavier Chantry
2011-03-23Remove unnecessary sanity check on db->setserverDan McGee
2011-03-23Let pacman specify GnuPG's home directory.Chris Brannon
2011-03-23Add a pactest showing failed GPG verificationDan McGee
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Add some error codes for signature verificationDan McGee
2011-03-23Add signature directory as option on libalpm handleDan McGee
2011-03-23Actually read PGPSIG field in sync DB codeDan McGee
2011-03-23Merge branch 'gpg-libalpm-basics'Dan McGee
2011-03-23Add a few pactests for PGP integrationDan McGee
2011-03-23Remove libfetch error codeDan McGee