summaryrefslogtreecommitdiffstats
path: root/lib
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 McGee6-7/+27
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-05db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng1-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-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-31Unify filelist operation functions in conflict checkingDan McGee1-51/+25
2011-03-29Merge branch 'maint'Dan McGee3-4/+28
2011-03-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng2-0/+27
2011-03-29Fix an outdated commentDan McGee1-4/+1
2011-03-28Temporary fix for new warnings from gcc 4.6Dan McGee2-2/+4
2011-03-28Merge branch 'maint'Dan McGee3-99/+99
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-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-25Merge branch 'maint'Dan McGee2-6/+11
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner2-6/+11
2011-03-24Do not reuse old signatureAllan McRae2-3/+10
2011-03-24Download and verify package database signaturesAllan McRae1-6/+38
2011-03-24Refactor signature loading code into common functionDan McGee4-81/+65
2011-03-24Add functions for verifying database signatureAllan McRae6-37/+124
2011-03-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner1-10/+12
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 Reisner1-1/+1
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 Chantry5-5/+44
2011-03-23Remove unnecessary sanity check on db->setserverDan McGee1-12/+0
2011-03-23Integrate GPGME into libalpmDan McGee6-16/+282
2011-03-23Add some error codes for signature verificationDan McGee2-0/+8
2011-03-23Add signature directory as option on libalpm handleDan McGee3-0/+32
2011-03-23Actually read PGPSIG field in sync DB codeDan McGee1-0/+2
2011-03-23Merge branch 'gpg-libalpm-basics'Dan McGee7-1/+360
2011-03-23Remove libfetch error codeDan McGee1-1/+0