summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-04-15Include "config.h" in header files using off_tDan McGee
2011-04-15libalpm: consistently use int as return type for option settersRémy Oudompheng
2011-04-15Remove indirection on get_name and get_version operationsDan McGee
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-04db.c: set pm_errno appropriately in alpm_db_set_pkgreason()Rémy Oudompheng
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-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-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-29Fix an outdated commentDan McGee
2011-03-27Temporary fix for new warnings from gcc 4.6Dan McGee
2011-03-27Merge branch 'maint'Dan McGee
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-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-24Merge branch 'maint'Dan McGee
2011-03-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
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-23lib/dload.c: Check for dlcb == NULL earlierDave Reisner
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-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