summaryrefslogtreecommitdiff
path: root/lib/libalpm
Commit message (Expand)AuthorAge
...
* 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
* dload: use intmax_t when printing off_tDan McGee2011-09-06
* dload: abstract dload_interrupted reasonsDave Reisner2011-09-06
* dload: improve debug outputDave Reisner2011-09-06
* avoid blowing out the filecache list when using tmpdirDave Reisner2011-09-06
* More package operations cleanupDan McGee2011-09-02
* Former transaction callback rename refactorDan McGee2011-09-02
* Move all callbacks up to the handle levelDan McGee2011-09-02
* Make delta validation/application more logicalDan McGee2011-09-02
* Clean up handling of size fieldsDan McGee2011-09-02
* _alpm_parsedate(): return time_t and not longDan McGee2011-09-01
* Scale package integrity progress bar/percentage by package sizeDan McGee2011-08-30
* Remove outdated comment for _alpm_outerconflictsAllan McRae2011-08-30
* Parse > 2GiB file sizes correctlyDan McGee2011-08-29
* lib/libalpm/handle.c: Removed redundant if conditionHelder Martins2011-08-29
* Streamline alpm_splitdep() comparisonsDan McGee2011-08-29
* _alpm_splitdep(): don't pass bogus length value to strndupDan McGee2011-08-28
* Database read optimizationsDan McGee2011-08-28
* Allow access to package origin dataDan McGee2011-08-28
* Removed multiple definitions of pkgfrom_tDiogo Sousa2011-08-28