summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee
2011-09-22Translation file updates from TransifexDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22Implement PGP key search and importDan McGee
2011-09-22signing: document most undocumented functionsDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan McGee
2011-09-22Fix possible segfault if siglist was emptyDan McGee
2011-09-21Remove noisy debug loggerDan McGee
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee
2011-09-20Pass package signature data up one more levelDan McGee
2011-09-20signing: add a process and retry loop for database signaturesDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee
2011-09-19Reduce path allocation on the stack in local databaseDan McGee
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee
2011-09-18be_local: cope with a desc file without trailing newlineDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-18Remove dead changelog_feof() codeDan McGee
2011-09-18dload: avoid using memrchrDave Reisner
2011-09-18Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee
2011-09-18dload: remove user:pass@ definition from hostnameDave Reisner
2011-09-18Fix build without gpgmeDan McGee
2011-09-11account for partial delta files in download sizeDave Reisner
2011-09-11make compute_download_size consider .part filesDave Reisner
2011-09-11dload: provide optional netrc supportDave Reisner
2011-09-08diskspace: fix memory leak on root mount not foundDave Reisner
2011-09-07Use more correct integer types in diskspace checksDan McGee
2011-09-07Ensure PackageRequired works as expectedDan McGee
2011-09-06dload: use intmax_t when printing off_tDan McGee
2011-09-06dload: abstract dload_interrupted reasonsDave Reisner
2011-09-06dload: improve debug outputDave Reisner
2011-09-06avoid blowing out the filecache list when using tmpdirDave Reisner
2011-09-02More package operations cleanupDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-02Make delta validation/application more logicalDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-09-01_alpm_parsedate(): return time_t and not longDan McGee
2011-08-30Scale package integrity progress bar/percentage by package sizeDan McGee
2011-08-30Remove outdated comment for _alpm_outerconflictsAllan McRae