summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-08Update translations from transifexDan McGee
2011-07-25libalpm: Set ret correctly in download_internal()Lukas Fleischer
2011-06-27Ensure a file can be replaced by a directoryDan McGee
2011-06-27File conflict code cleanupsDan McGee
2011-06-07Remove incorrect output when downloading onlyAllan McRae
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han
2011-05-19Bail early if we don't have a valid lockfile pathDan McGee
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner
2011-05-05Ensure populate error return codes are consistentDan McGee
2011-04-183.5.2 translation updates from TransifexDan McGee
2011-04-13alpm.h: fix typos in documentationRémy Oudompheng
2011-04-12Remove Korean language translation filesDan 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-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-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-29alpm/handle.c: ensure handle is not NULL before proceedingRémy Oudompheng
2011-03-29Fix an outdated commentDan 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-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner
2011-03-23Updated 3.5.1 translations from TransifexDan McGee
2011-03-23Add new Serbian translation from TransifexSlobodan Terzić
2011-03-21Minor code cleanupsDan McGee
2011-03-21Ensure package removal list does not contain duplicatesDan McGee
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee
2011-03-20Update source translation files in prep for 3.5.1Dan McGee
2011-03-20Fix comparison to 0 rather than NULLDan McGee
2011-03-20Fix assignment before NULL checkDan McGee
2011-03-20Add missing include for size_tDan McGee
2011-03-20Use sane umask for repo db downloadsAllan McRae