Age | Commit message (Expand) | Author | Files | Lines |
2011-06-24 | Make sync DB reading a bit more flexible | Dan McGee | 4 | -83/+97 |
2011-06-24 | archive_fgets(): ensure we return any trailing text with no newline | Dan McGee | 1 | -6/+12 |
2011-06-24 | Don't require a transaction for sync DB updates | Dan McGee | 1 | -18/+24 |
2011-06-24 | Move locking functions to handle | Dan McGee | 3 | -50/+59 |
2011-06-24 | Add a 'valid' flag to the database object | Dan McGee | 7 | -29/+63 |
2011-06-24 | Move database 'version' check to registration time | Dan McGee | 6 | -86/+59 |
2011-06-24 | Do database signature checking at load time | Dan McGee | 4 | -5/+64 |
2011-06-24 | Remove three unnecessary usages of alpm_list_count() | Dan McGee | 1 | -2/+3 |
2011-06-24 | Prevent segfault when parsing unexpected sync database file | Dan McGee | 1 | -4/+2 |
2011-06-24 | Merge branch 'po-split' | Dan McGee | 27 | -550/+910 |
2011-06-24 | po/: split into scripts/po/ and src/pacman/po/ | Dan McGee | 1 | -1/+1 |
2011-06-24 | Update all translation files | Dan McGee | 26 | -549/+909 |
2011-06-22 | Convert backup list to new pmbackup_t type | Dan McGee | 9 | -109/+99 |
2011-06-20 | lib/util: call _alpm_log before setting handle->pm_errno | Dave Reisner | 1 | -2/+4 |
2011-06-20 | Improve cachedir removal and error handling | Dan McGee | 1 | -12/+12 |
2011-06-20 | Documented _alpm_download() | Kerrick Staley | 1 | -0/+10 |
2011-06-20 | Documented purpose of be_*.c | Kerrick Staley | 3 | -3/+3 |
2011-06-20 | Correctly duplicate delta objects | Dan McGee | 3 | -3/+20 |
2011-06-20 | Clean up util md5sum method | Dan McGee | 1 | -2/+1 |
2011-06-20 | Merge branch 'public-structs' | Dan McGee | 10 | -263/+94 |
2011-06-20 | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner | 1 | -3/+3 |
2011-06-20 | Don't call public API in _alpm_log() | Dan McGee | 1 | -3/+2 |
2011-06-16 | Make pmgrp_t public | Dan McGee | 4 | -23/+10 |
2011-06-16 | Make pmdelta_t public | Dan McGee | 4 | -68/+25 |
2011-06-16 | Make pmdepend_t and pmdepmissing_t public | Dan McGee | 3 | -95/+33 |
2011-06-16 | Make struct pmconflict_t public | Dan McGee | 3 | -29/+7 |
2011-06-16 | Make pmfileconflict_t type public | Dan McGee | 3 | -48/+19 |
2011-06-15 | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 4 | -15/+15 |
2011-06-14 | Rename and rework signing helper methods | Dan McGee | 1 | -38/+36 |
2011-06-14 | Alpm pkg accessors: ensure pkg argument is non-NULL | Dan McGee | 1 | -0/+28 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 15 | -69/+128 |
2011-06-14 | Conflict check and skip_remove code cleanups | Dan McGee | 2 | -39/+55 |
2011-06-14 | Small handle related cleanups | Dan McGee | 3 | -5/+3 |
2011-06-14 | Add handle argument to _alpm_pkg_should_ignore() | Dan McGee | 4 | -13/+14 |
2011-06-14 | Remove alpm_db_get_url() | Dan McGee | 2 | -20/+0 |
2011-06-14 | Add a helper method for retrieving the DB signature path | Dan McGee | 2 | -0/+15 |
2011-06-14 | alpm_db_update(): refactor out sync dir create/check | Dan McGee | 1 | -22/+31 |
2011-06-14 | Remove global handle variable | Dan McGee | 3 | -15/+0 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 22 | -368/+360 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 29 | -383/+360 |
2011-06-14 | Add handle argument to two more alpm methods | Dan McGee | 5 | -31/+39 |
2011-06-14 | Require handle for alpm_checkconflicts() | Dan McGee | 4 | -11/+15 |
2011-06-14 | Require handle for alpm_pkg_load() | Dan McGee | 4 | -13/+16 |
2011-06-14 | Add handle argument to alpm_(add|remove)_pkg() | Dan McGee | 3 | -10/+15 |
2011-06-14 | Added initialization code for database siglevel | Kerrick Staley | 1 | -0/+1 |
2011-06-14 | Fix memory leak if package sig was invalid | Dan McGee | 1 | -0/+1 |
2011-06-14 | Fix all current return(x) usages | Dan McGee | 1 | -2/+2 |
2011-06-09 | commit_single_pkg(): Use handle object directly | Dan McGee | 1 | -6/+6 |
2011-06-09 | Require handle for alpm_sync_sysupgrade() | Dan McGee | 2 | -5/+3 |
2011-06-09 | Require handle for alpm_db_register_sync() | Dan McGee | 2 | -5/+4 |