summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-04-13alpm.h: fix typos in documentationRémy Oudompheng1-1/+1
2011-04-12Remove Korean language translation filesDan McGee2-549/+0
2011-04-09alpm.h: document transaction flagsRémy Oudompheng1-0/+16
2011-04-09More documentation for option getters/setters.Rémy Oudompheng1-2/+27
2011-04-09alpm.h: more documentation for pkgreason, depend and errno.Rémy Oudompheng1-5/+39
2011-04-09Move documentation for public package function to alpm.hRémy Oudompheng4-59/+73
2011-04-09alpm.h: organize doxygen documentation in groupsRémy Oudompheng1-14/+39
2011-04-09Move documentation of public database functions to alpm.hRémy Oudompheng2-58/+91
2011-04-09alpm.h: add documentation for package property accessorsRémy Oudompheng1-0/+136
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng2-39/+54
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng3-3/+11
2011-04-09libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng1-2/+2
2011-04-06diskspace: add the actually used statfs type in ifdefsRémy Oudompheng1-2/+2
2011-04-04libalpm/be_local.c: unused variable entXavier Chantry1-1/+1
2011-04-04libalpm/pkghash.c: unused variable ptrXavier Chantry1-2/+1
2011-04-04db.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-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-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-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-24alpm/db: do not close local DB in alpm_db_unregister_allDave Reisner2-6/+11
2011-03-23Updated 3.5.1 translations from TransifexDan McGee25-136/+231
2011-03-23Add new Serbian translation from TransifexSlobodan Terzić3-0/+1106
2011-03-21Minor code cleanupsDan McGee1-3/+6
2011-03-21Ensure package removal list does not contain duplicatesDan McGee1-1/+5
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee1-0/+3
2011-03-20Update source translation files in prep for 3.5.1Dan McGee1-2/+6
2011-03-20Fix comparison to 0 rather than NULLDan McGee1-1/+1
2011-03-20Fix assignment before NULL checkDan McGee1-1/+1
2011-03-20Add missing include for size_tDan McGee1-0/+1
2011-03-20Use sane umask for repo db downloadsAllan McRae1-0/+5
2011-03-17Correctly parse %DELTAS% entries in sync DBtuxce1-1/+6
2011-03-17Ensure we have a root partition when checking spaceDan McGee1-2/+13
2011-03-16alpm_list: fix typo in doxygen commentDave Reisner1-1/+1
2011-03-16Update translations for message with added newlineDan McGee24-66/+68
2011-03-16Add missing newline to warning messageAllan McRae2-4/+4
2011-03-16Updated translations for 3.5.0 from TransifexDan McGee25-2605/+2228
2011-03-07Do not print warning with files entry in sync dbAllan McRae1-2/+4
2011-03-03Fix gettext plural detectionmaintDan McGee1-1/+1
2011-03-01libalpm/diskspace.c: remove bogus parenthesisXavier Chantry2-3/+3
2011-03-01Ensure d_type is not DT_UNKNOWN before relying on itDan McGee1-9/+13
2011-02-28Fix some easy to find double translationsDan McGee4-22/+7