summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-04-15Merge branch 'maint'Dan McGee
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-13alpm.h: fix typos in documentationRémy Oudompheng
2011-04-12Remove Korean language translation filesDan McGee
2011-04-11Don't create two pmpkg_t objects in be_packageDan McGee
2011-04-09alpm.h: document transaction flagsRémy Oudompheng
2011-04-09More documentation for option getters/setters.Rémy Oudompheng
2011-04-09alpm.h: more documentation for pkgreason, depend and errno.Rémy Oudompheng
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng
2011-04-09alpm.h: organize doxygen documentation in groupsRémy Oudompheng
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng
2011-04-09alpm.h: add documentation for package property accessorsRémy Oudompheng
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng
2011-04-09libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng
2011-04-06diskspace: add the actually used statfs type in ifdefsRémy Oudompheng
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