| Commit message (Expand) | Author | Age |
... | |
* | Make local_db_read() private to the local backend | Dan McGee | 2011-06-30 |
* | Rename pmdbinfrq_t to alpm_dbinfrq_t | Allan McRae | 2011-06-28 |
* | Rename pmbackup_t to alpm_backup_t | Allan McRae | 2011-06-28 |
* | Rename pmdepend_t to alpm_depend_t | Allan McRae | 2011-06-28 |
* | Rename pmpkg_t to alpm_pkg_t | Allan McRae | 2011-06-28 |
* | Rename pmdb_t to alpm_db_t | Allan McRae | 2011-06-28 |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Rename pmpkgreason_t to alpm_pkgreason_t | Allan McRae | 2011-06-28 |
* | Make sync DB reading a bit more flexible | 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 |
* | Convert backup list to new pmbackup_t type | Dan McGee | 2011-06-22 |
* | Documented purpose of be_*.c | Kerrick Staley | 2011-06-20 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |
* | Move pm_errno onto the handle | Dan McGee | 2011-06-13 |
* | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 2011-06-09 |
* | New signatures for alpm initialize and release | Dan McGee | 2011-06-07 |
* | Remove global handle from some package and db code | Dan McGee | 2011-06-03 |
* | Push down extern handle variable to files that need it | Dan McGee | 2011-06-03 |
* | Add handle attribute to pmpkg_t struct | Dan McGee | 2011-06-03 |
* | Add handle attribute to pmdb_t struct | Dan McGee | 2011-06-03 |
* | Remove ALPM_LOG_FUNC macro | Dan McGee | 2011-06-03 |
* | Merge branch 'maint' | Dan McGee | 2011-05-05 |
|\ |
|
| * | Ensure populate error return codes are consistent | Dan McGee | 2011-05-05 |
* | | Logging changes during DB load | Dan McGee | 2011-05-05 |
* | | Deal with unused function parameters correctly | Allan McRae | 2011-05-04 |
* | | Header inclusion cleanup | Dan McGee | 2011-04-20 |
* | | syntax: if/while statements should have no trailing space | Dan McGee | 2011-04-20 |
* | | lib: remove dead code in be_local and be_package | Dave Reisner | 2011-04-20 |
* | | Remove indirection on get_name and get_version operations | Dan McGee | 2011-04-15 |
* | | Merge branch 'maint' | Dan McGee | 2011-04-05 |
|\| |
|
| * | libalpm/be_local.c: unused variable ent | Xavier Chantry | 2011-04-04 |
* | | Merge branch 'maint' | Dan McGee | 2011-03-21 |
|\| |
|
| * | Fix assignment before NULL check | Dan McGee | 2011-03-20 |
* | | Style change: return(x) --> return x | Dan McGee | 2011-03-20 |
|/ |
|
* | Ensure d_type is not DT_UNKNOWN before relying on it | Dan McGee | 2011-03-01 |
* | Check local DB version before continuing transaction | Dan McGee | 2011-02-28 |
* | Fix some database size estimation problems | Dan McGee | 2011-02-15 |
* | Handle null pkgcache for local/sync db_populate() | Pang Yan Han | 2011-02-07 |
* | Remove redundant _alpm_strtrim() in be_local.c | Pang Yan Han | 2011-02-06 |
* | Read pkgcache into hash | Allan McRae | 2011-02-04 |
* | Get estimated package count when populating databases | Dan McGee | 2011-02-04 |
* | Fix locale.h/setlocale inclusion with --disable-nls | Dan McGee | 2011-02-01 |
* | Remove need to explicitly register the local DB | Dan McGee | 2011-01-29 |
* | Remove epoch as an independent field | Dan McGee | 2011-01-21 |
* | Fix double filelist issue when upgrading a package | Dan McGee | 2011-01-11 |
* | Use size_t for alpm_list sizes | Allan McRae | 2011-01-07 |
* | Refactor old date parsing into single method | Dan McGee | 2011-01-07 |
* | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | Remove FORCE reading from local DB | Dan McGee | 2011-01-05 |