Age | Commit message (Expand) | Author |
2011-09-20 | _alpm_sync_commit: extract two static methods | Dan McGee |
2011-09-20 | Pass package signature data up one more level | Dan McGee |
2011-09-20 | Split package validation and load loops | Dan McGee |
2011-09-20 | Extract an _alpm_pkg_validate_internal() method | Dan McGee |
2011-09-20 | Remove all usages of alpm_list_getdata() from the library | Dan McGee |
2011-09-19 | Be smarter about running ldconfig during removal transactions | Dan McGee |
2011-09-11 | make compute_download_size consider .part files | Dave Reisner |
2011-09-02 | More package operations cleanup | Dan McGee |
2011-09-02 | Former transaction callback rename refactor | Dan McGee |
2011-09-02 | Move all callbacks up to the handle level | Dan McGee |
2011-09-02 | Make delta validation/application more logical | Dan McGee |
2011-09-02 | Clean up handling of size fields | Dan McGee |
2011-08-30 | Scale package integrity progress bar/percentage by package size | Dan McGee |
2011-08-28 | Refactor some args out of pkg_load_internal | Dan McGee |
2011-08-23 | sync: halt file discovery if repo has no servers | Dave Reisner |
2011-08-19 | dload: rename payload->filename to payload->remote_name | Dave Reisner |
2011-08-19 | Be more robust when copying package data | Dan McGee |
2011-08-19 | sync: fix garbled output in conflict prompt | Dave Reisner |
2011-08-18 | Fix replacement of provider issue | Dan McGee |
2011-08-18 | Replacements refactor: extract check_replacers() | Dan McGee |
2011-08-18 | Replacements refactor: extract check_literal() | Dan McGee |
2011-08-18 | Remove use of no-op accessor functions in library | Dan McGee |
2011-08-18 | Enhance and utilize database status flags | Dan McGee |
2011-08-16 | dload: zero out pm_errno in curl_download_internal | Dave Reisner |
2011-08-15 | lib/sync: ignore download errors for as long as possible | Dave Reisner |
2011-08-15 | Further fixes to replacement iteration | Dan McGee |
2011-08-15 | Parse conflicts/provides/replaces at database load time | Dan McGee |
2011-08-15 | Validate the sha256sum if available | Dan McGee |
2011-08-15 | lib/sync: reset flag after rejecting a replace | Dave Reisner |
2011-08-09 | Parse replaces strings as dep strings with version specs | Dan McGee |
2011-08-08 | Add reason to corrupted package callback | Dan McGee |
2011-08-08 | Attempt to fix up some of the brokenness around failed package loads | Dan McGee |
2011-07-05 | absorb some _alpm_download params into payload struct | Dave Reisner |
2011-07-05 | lib/dload: prevent large file attacks | Dave Reisner |
2011-07-05 | dload: handle irregular URLs | Dave Reisner |
2011-07-05 | Allow invalid sync DBs to be returned by the library | Dan McGee |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee |
2011-07-02 | Prefix _alpm_errno_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_transprog_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_transconv_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_transevt_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_transflag_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_loglevel_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_pkgreason_t members with ALPM | Allan McRae |
2011-06-30 | Make alpm_db_get_sigverify_level() public | Dan McGee |
2011-06-29 | Rename public functions with grp in their name | Allan McRae |
2011-06-28 | Rename pmdelta_t to alpm_delta_t | Allan McRae |
2011-06-28 | Rename pmgrp_t to alpm_group_t | Allan McRae |
2011-06-28 | Rename pmconflict_t to alpm_conflict_t | Allan McRae |
2011-06-28 | Rename pmdepend_t to alpm_depend_t | Allan McRae |