summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
| * | Rename pmdepmod_t to alpm_depmod_tAllan McRae2011-06-28
| * | Rename pmpkgreason_t to alpm_pkgreason_tAllan McRae2011-06-28
* | | lib/util: modify entry_prefix, not prefixDave Reisner2011-06-30
* | | lib/alpm: unlock the handle before freeing itDave Reisner2011-06-30
|/ /
* | Remove setter for DB signature levelDan McGee2011-06-27
* | Fix several -Wshadow warningsDan McGee2011-06-27
* | Merge branch 'maint'Dan McGee2011-06-27
|\|
| * Ensure a file can be replaced by a directoryDan McGee2011-06-27
| * File conflict code cleanupsDan McGee2011-06-27
* | Remove two alpm_list_count usagesAllan McRae2011-06-27
* | Make sync DB reading a bit more flexibleDan McGee2011-06-24
* | archive_fgets(): ensure we return any trailing text with no newlineDan McGee2011-06-24
* | Don't require a transaction for sync DB updatesDan McGee2011-06-24
* | Move locking functions to handleDan McGee2011-06-24
* | Add a 'valid' flag to the database objectDan McGee2011-06-24
* | Move database 'version' check to registration timeDan McGee2011-06-24
* | Do database signature checking at load timeDan McGee2011-06-24
* | Remove three unnecessary usages of alpm_list_count()Dan McGee2011-06-24
* | Prevent segfault when parsing unexpected sync database fileDan McGee2011-06-24
* | Merge branch 'po-split'Dan McGee2011-06-23
|\ \
| * | po/: split into scripts/po/ and src/pacman/po/Dan McGee2011-06-23
| * | Update all translation filesDan McGee2011-06-23
* | | Convert backup list to new pmbackup_t typeDan McGee2011-06-22
|/ /
* | lib/util: call _alpm_log before setting handle->pm_errnoDave Reisner2011-06-20
* | Improve cachedir removal and error handlingDan McGee2011-06-20
* | Documented _alpm_download()Kerrick Staley2011-06-20
* | Documented purpose of be_*.cKerrick Staley2011-06-20
* | Correctly duplicate delta objectsDan McGee2011-06-20
* | Clean up util md5sum methodDan McGee2011-06-20
* | Merge branch 'public-structs'Dan McGee2011-06-20
|\ \
| * | Make pmgrp_t publicDan McGee2011-06-16
| * | Make pmdelta_t publicDan McGee2011-06-16
| * | Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
| * | Make struct pmconflict_t publicDan McGee2011-06-16
| * | Make pmfileconflict_t type publicDan McGee2011-06-16
* | | lib/handle: use CALLOC macro instead of bare callocDave Reisner2011-06-20
* | | Don't call public API in _alpm_log()Dan McGee2011-06-20
|/ /
* | API: change 'signaturedir' to 'gpgdir'Dan McGee2011-06-15
* | Rename and rework signing helper methodsDan McGee2011-06-14
* | Alpm pkg accessors: ensure pkg argument is non-NULLDan McGee2011-06-14
* | Ensure handle is valid and pm_errno is reset when calling into APIDan McGee2011-06-14
* | Conflict check and skip_remove code cleanupsDan McGee2011-06-14
* | Small handle related cleanupsDan McGee2011-06-14
* | Add handle argument to _alpm_pkg_should_ignore()Dan McGee2011-06-14
* | Remove alpm_db_get_url()Dan McGee2011-06-14
* | Add a helper method for retrieving the DB signature pathDan McGee2011-06-13
* | alpm_db_update(): refactor out sync dir create/checkDan McGee2011-06-13
* | Remove global handle variableDan McGee2011-06-13
* | Switch all logging to use handle directlyDan McGee2011-06-13
* | Move pm_errno onto the handleDan McGee2011-06-13