summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Require handle for alpm_checkconflicts()Dan McGee2011-06-13
* Require handle for alpm_pkg_load()Dan McGee2011-06-13
* Add handle argument to alpm_(add|remove)_pkg()Dan McGee2011-06-13
* Added initialization code for database siglevelKerrick Staley2011-06-13
* Fix memory leak if package sig was invalidDan McGee2011-06-13
* Fix all current return(x) usagesDan McGee2011-06-13
* commit_single_pkg(): Use handle object directlyDan McGee2011-06-09
* Require handle for alpm_sync_sysupgrade()Dan McGee2011-06-09
* Require handle for alpm_db_register_sync()Dan McGee2011-06-09
* Require handle argument to all alpm_trans_*() methodsDan McGee2011-06-09
* Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee2011-06-09
* Require handle argument to alpm_logaction()Dan McGee2011-06-09
* Kill all remaining 'PATH_MAX + 1' usagesDan McGee2011-06-09
* _alpm_lstat: only duplicate string if necessaryDan McGee2011-06-09
* Fix graph free valgrind warningsDan McGee2011-06-08
* Plug a memory leakDan McGee2011-06-08
* Merge branch 'maint'Dan McGee2011-06-07
|\
| * Remove incorrect output when downloading onlyAllan McRae2011-06-07
* | New signatures for alpm initialize and releaseDan McGee2011-06-07
* | Add cachedirs one-by-one in set_cachedirs()Dan McGee2011-06-07
* | Be consistent with memory treatment for plural option settersDan McGee2011-06-07
* | Add helper methods for setting directory optionsDan McGee2011-06-07
* | Use standard errno codes in return from _alpm_archive_fgetsDan McGee2011-06-03
* | Remove global handle dependencies from sync/upgrade pathsDan McGee2011-06-03
* | Remove global handle from remove.cDan McGee2011-06-03