summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Revert "libalpm: compare pkgname with strcoll"Dan McGee2011-09-27
* _alpm_splitdep: use malloc instead of callocDan McGee2011-09-27
* be_sync: fetch only entry mode, not full stat structDan McGee2011-09-27
* alpm_list: use malloc instead of callocDan McGee2011-09-27
* Fix compilation using --without-gpgmeDan McGee2011-09-27
* Remove unnecessary loggerDan McGee2011-09-27
* Delay check for repository servers until we need themDan McGee2011-09-27
* Ensure fileconflict value is actually a stringDan McGee2011-09-26
* Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee2011-09-22
* Ensure database validity flags are set in invalid signature caseDan McGee2011-09-22
* Handle key import errors correctly and with good error messagesDan McGee2011-09-22
* signing: be consistent with returning -1 for error casesDan McGee2011-09-22
* Regenerate message catalogs and translationsDan McGee2011-09-22
* Translation file updates from TransifexDan McGee2011-09-22
* Add status and check for key being disabledDan McGee2011-09-22
* Implement PGP key search and importDan McGee2011-09-22
* signing: document most undocumented functionsDan McGee2011-09-22
* Add _alpm_process_siglist() logic to failed package validationDan McGee2011-09-22
* Add new import key question enum value and stub frontend functionDan McGee2011-09-22
* Add alpm_capabilities() method and enumerationDan McGee2011-09-22
* Move default siglevel value from backend to frontendDan McGee2011-09-22
* validate_deltas: split verify/check errors loopsDan McGee2011-09-22
* Fix possible segfault if siglist was emptyDan McGee2011-09-22
* Remove noisy debug loggerDan McGee2011-09-21
* _alpm_sync_commit: extract two static methodsDan McGee2011-09-20
* Pass package signature data up one more levelDan McGee2011-09-20
* signing: add a process and retry loop for database signaturesDan McGee2011-09-20
* Allow our PGP helper method to pass back the signature resultsDan McGee2011-09-20
* Split package validation and load loopsDan McGee2011-09-20
* Extract an _alpm_pkg_validate_internal() methodDan McGee2011-09-20
* Remove all usages of alpm_list_getdata() from the libraryDan McGee2011-09-20
* _alpm_runscriptlet(): remove clean_tmpdir variableDan McGee2011-09-20
* Access db->pkgcache directly in db_free_pkgcache()Dan McGee2011-09-20
* Use more efficient way of restoring working directoryDan McGee2011-09-19
* Reduce path allocation on the stack in local databaseDan McGee2011-09-19
* Be smarter about running ldconfig during removal transactionsDan McGee2011-09-19
* Search for non-prefixed paths in skip_remove listDan McGee2011-09-19
* be_local: cope with a desc file without trailing newlineDan McGee2011-09-18
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* Remove dead changelog_feof() codeDan McGee2011-09-18
* dload: avoid using memrchrDave Reisner2011-09-18
* Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee2011-09-18
* dload: remove user:pass@ definition from hostnameDave Reisner2011-09-18
* Fix build without gpgmeDan McGee2011-09-18
* account for partial delta files in download sizeDave Reisner2011-09-11
* make compute_download_size consider .part filesDave Reisner2011-09-11
* dload: provide optional netrc supportDave Reisner2011-09-11
* diskspace: fix memory leak on root mount not foundDave Reisner2011-09-08
* Use more correct integer types in diskspace checksDan McGee2011-09-07
* Ensure PackageRequired works as expectedDan McGee2011-09-07