summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Update translations from TransifexDan McGee27-280/+267
2011-10-04Parse '0' as a valid package installed sizeDan McGee1-1/+1
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee1-4/+4
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee4-18/+20
2011-09-30Refactor _alpm_runscriptlet()Dan McGee4-51/+58
2011-09-29move prevprogress onto payload handleDave Reisner2-8/+4
2011-09-28Refactor download payload reset and freeDan McGee4-48/+51
2011-09-28Initialize cURL library on first useDan McGee4-40/+44
2011-09-28Track unresolvable transaction packagesDan McGee3-9/+18
2011-09-28Move pacsave path construction code off the stackDan McGee1-2/+6
2011-09-28Use the full buffer when computing md5/sha256 sumsDan McGee1-4/+6
2011-09-28Fix memory leak in download payload->remote_nameDan McGee3-12/+18
2011-09-28Revert "libalpm: compare pkgname with strcoll"Dan McGee1-1/+1
2011-09-28_alpm_splitdep: use malloc instead of callocDan McGee1-3/+5
2011-09-28be_sync: fetch only entry mode, not full stat structDan McGee1-5/+2
2011-09-28alpm_list: use malloc instead of callocDan McGee2-8/+8
2011-09-27Fix compilation using --without-gpgmeDan McGee1-3/+10
2011-09-27Remove unnecessary loggerDan McGee1-1/+0
2011-09-27Delay check for repository servers until we need themDan McGee1-8/+8
2011-09-27Ensure fileconflict value is actually a stringDan McGee1-16/+14
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee6-10/+13
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee1-0/+3
2011-09-22Handle key import errors correctly and with good error messagesDan McGee1-6/+36
2011-09-22signing: be consistent with returning -1 for error casesDan McGee1-12/+17
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee28-246/+470
2011-09-22Translation file updates from TransifexDan McGee27-160/+196
2011-09-22Add status and check for key being disabledDan McGee2-2/+14
2011-09-22Implement PGP key search and importDan McGee1-5/+149
2011-09-22signing: document most undocumented functionsDan McGee1-0/+55
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee2-24/+59
2011-09-22Add new import key question enum value and stub frontend functionDan McGee1-0/+1
2011-09-22Add alpm_capabilities() method and enumerationDan McGee2-2/+31
2011-09-22Move default siglevel value from backend to frontendDan McGee1-6/+1
2011-09-22validate_deltas: split verify/check errors loopsDan McGee1-10/+14
2011-09-22Fix possible segfault if siglist was emptyDan McGee1-1/+4
2011-09-21Remove noisy debug loggerDan McGee1-3/+0
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee1-54/+69
2011-09-20Pass package signature data up one more levelDan McGee3-16/+14
2011-09-20signing: add a process and retry loop for database signaturesDan McGee3-6/+81
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee4-11/+30
2011-09-20Split package validation and load loopsDan McGee2-12/+51
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee3-37/+68
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee4-5/+6
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee1-7/+4
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee1-2/+4
2011-09-19Use more efficient way of restoring working directoryDan McGee3-24/+37
2011-09-19Reduce path allocation on the stack in local databaseDan McGee1-32/+35
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee4-9/+11
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee1-3/+3
2011-09-19be_local: cope with a desc file without trailing newlineDan McGee1-2/+6