| Commit message (Expand) | Author | Age |
... | |
| * | Ensure a file can be replaced by a directory | Dan McGee | 2011-06-27 |
| * | File conflict code cleanups | Dan McGee | 2011-06-27 |
* | | Remove two alpm_list_count usages | Allan McRae | 2011-06-27 |
* | | Make sync DB reading a bit more flexible | Dan McGee | 2011-06-24 |
* | | archive_fgets(): ensure we return any trailing text with no newline | Dan McGee | 2011-06-24 |
* | | Don't require a transaction for sync DB updates | Dan McGee | 2011-06-24 |
* | | Move locking functions to handle | Dan McGee | 2011-06-24 |
* | | Add a 'valid' flag to the database object | Dan McGee | 2011-06-24 |
* | | Move database 'version' check to registration time | Dan McGee | 2011-06-24 |
* | | Do database signature checking at load time | Dan McGee | 2011-06-24 |
* | | Remove three unnecessary usages of alpm_list_count() | Dan McGee | 2011-06-24 |
* | | Prevent segfault when parsing unexpected sync database file | Dan McGee | 2011-06-24 |
* | | Merge branch 'po-split' | Dan McGee | 2011-06-23 |
|\ \ |
|
| * | | po/: split into scripts/po/ and src/pacman/po/ | Dan McGee | 2011-06-23 |
| * | | Update all translation files | Dan McGee | 2011-06-23 |
* | | | Convert backup list to new pmbackup_t type | Dan McGee | 2011-06-22 |
|/ / |
|
* | | lib/util: call _alpm_log before setting handle->pm_errno | Dave Reisner | 2011-06-20 |
* | | Improve cachedir removal and error handling | Dan McGee | 2011-06-20 |
* | | Documented _alpm_download() | Kerrick Staley | 2011-06-20 |
* | | Documented purpose of be_*.c | Kerrick Staley | 2011-06-20 |
* | | Correctly duplicate delta objects | Dan McGee | 2011-06-20 |
* | | Clean up util md5sum method | Dan McGee | 2011-06-20 |
* | | Merge branch 'public-structs' | Dan McGee | 2011-06-20 |
|\ \ |
|
| * | | Make pmgrp_t public | Dan McGee | 2011-06-16 |
| * | | Make pmdelta_t public | Dan McGee | 2011-06-16 |
| * | | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 2011-06-16 |
| * | | Make struct pmconflict_t public | Dan McGee | 2011-06-16 |
| * | | Make pmfileconflict_t type public | Dan McGee | 2011-06-16 |
* | | | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner | 2011-06-20 |
* | | | Don't call public API in _alpm_log() | Dan McGee | 2011-06-20 |
|/ / |
|
* | | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 2011-06-15 |
* | | Rename and rework signing helper methods | Dan McGee | 2011-06-14 |
* | | Alpm pkg accessors: ensure pkg argument is non-NULL | Dan McGee | 2011-06-14 |
* | | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 2011-06-14 |
* | | Conflict check and skip_remove code cleanups | Dan McGee | 2011-06-14 |
* | | Small handle related cleanups | Dan McGee | 2011-06-14 |
* | | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 2011-06-14 |
* | | Remove alpm_db_get_url() | Dan McGee | 2011-06-14 |
* | | Add a helper method for retrieving the DB signature path | Dan McGee | 2011-06-13 |
* | | alpm_db_update(): refactor out sync dir create/check | Dan McGee | 2011-06-13 |
* | | Remove global handle variable | Dan McGee | 2011-06-13 |
* | | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | | Add handle argument to two more alpm methods | Dan McGee | 2011-06-13 |
* | | Require handle for alpm_checkconflicts() | Dan McGee | 2011-06-13 |
* | | Require handle for alpm_pkg_load() | Dan McGee | 2011-06-13 |
* | | Add handle argument to alpm_(add|remove)_pkg() | Dan McGee | 2011-06-13 |
* | | Added initialization code for database siglevel | Kerrick Staley | 2011-06-13 |
* | | Fix memory leak if package sig was invalid | Dan McGee | 2011-06-13 |
* | | Fix all current return(x) usages | Dan McGee | 2011-06-13 |