Age | Commit message (Expand) | Author | Files | Lines |
2011-09-30 | Refactor _alpm_runscriptlet() | Dan McGee | 1 | -18/+35 |
2011-09-28 | Track unresolvable transaction packages | Dan McGee | 1 | -0/+3 |
2011-09-20 | _alpm_runscriptlet(): remove clean_tmpdir variable | Dan McGee | 1 | -7/+4 |
2011-09-19 | Be smarter about running ldconfig during removal transactions | Dan McGee | 1 | -1/+1 |
2011-09-03 | Move all callbacks up to the handle level | Dan McGee | 1 | -6/+1 |
2011-08-20 | Remove alpm_option_get_* usage from backend | Dan McGee | 1 | -3/+3 |
2011-08-18 | Remove use of no-op accessor functions in library | Dan McGee | 1 | -2/+2 |
2011-07-18 | replace access() calls for debug info where applicable | Florian Pritz | 1 | -2/+1 |
2011-07-05 | Allow invalid sync DBs to be returned by the library | Dan McGee | 1 | -8/+0 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -19/+19 |
2011-07-01 | Prefix alpm_transflag_t members with ALPM | Allan McRae | 1 | -3/+3 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -6/+6 |
2011-06-28 | Rename pmtransflag_t to alpm_transflag_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmtrans_t to alpm_trans_t | Allan McRae | 1 | -7/+7 |
2011-06-28 | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -10/+10 |
2011-06-24 | Move locking functions to handle | Dan McGee | 1 | -50/+2 |
2011-06-24 | Add a 'valid' flag to the database object | Dan McGee | 1 | -0/+8 |
2011-06-24 | Move database 'version' check to registration time | Dan McGee | 1 | -12/+0 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -8/+8 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -7/+7 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -42/+28 |
2011-06-09 | Require handle argument to all alpm_trans_*() methods | Dan McGee | 1 | -13/+10 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -3/+3 |
2011-06-09 | Require handle argument to alpm_logaction() | Dan McGee | 1 | -1/+1 |
2011-06-03 | Remove global handle dependencies from sync/upgrade paths | Dan McGee | 1 | -2/+2 |
2011-06-03 | Remove global handle from remove.c | Dan McGee | 1 | -2/+2 |
2011-06-03 | Remove global handle from util.c | Dan McGee | 1 | -7/+6 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -0/+3 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -16/+0 |
2011-06-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2011-05-20 | Bail early if we don't have a valid lockfile path | Dan McGee | 1 | -1/+2 |
2011-05-20 | Merge branch 'maint' | Dan McGee | 1 | -9/+10 |
2011-05-16 | trans.c: create transaction prior to checking DB version | Dave Reisner | 1 | -9/+10 |
2011-05-04 | Deal with unused function parameters correctly | Allan McRae | 1 | -2/+2 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -4/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -1/+1 |
2011-04-16 | Merge branch 'maint' | Dan McGee | 1 | -25/+7 |
2011-04-09 | Move documentation of public transaction functions to alpm.h | Rémy Oudompheng | 1 | -23/+5 |
2011-04-09 | Fix broken documentation for alpm_trans_prepare() | Rémy Oudompheng | 1 | -2/+2 |
2011-04-09 | libalpm: set pm_errno correctly in alpm_trans_get_flags() | Rémy Oudompheng | 1 | -2/+2 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -31/+31 |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee | 1 | -2/+13 |
2011-02-28 | Move locking functions to where they are needed | Dan McGee | 1 | -7/+48 |
2011-02-28 | Fix trans no-argument function definitions | Dan McGee | 1 | -3/+3 |
2011-02-27 | Fix double close of the lock file | Jonathan Conder | 1 | -8/+5 |
2011-02-22 | Remove trans->skip_add | Dan McGee | 1 | -1/+0 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 1 | -0/+1 |