| Commit message (Expand) | Author | Age |
* | Use _alpm_local_db_pkgpath in _cache_changelog_open | Dan McGee | 2011-09-30 |
* | Revamp scriptlet path formation for scriptlets in local database | Dan McGee | 2011-09-30 |
* | Reduce path allocation on the stack in local database | Dan McGee | 2011-09-19 |
* | be_local: cope with a desc file without trailing newline | Dan McGee | 2011-09-18 |
* | Remove const specifier from changelog_read() void parameter | Dan McGee | 2011-09-18 |
* | More package operations cleanup | Dan McGee | 2011-09-02 |
* | Clean up handling of size fields | Dan McGee | 2011-09-02 |
* | Parse > 2GiB file sizes correctly | Dan McGee | 2011-08-29 |
* | Database read optimizations | Dan McGee | 2011-08-28 |
* | Check local database status flag in db_write sanity check block | Dan McGee | 2011-08-28 |
* | Remove alpm_option_get_* usage from backend | Dan McGee | 2011-08-19 |
* | Remove use of no-op accessor functions in library | Dan McGee | 2011-08-18 |
* | Enhance and utilize database status flags | Dan McGee | 2011-08-18 |
* | Parse conflicts/provides/replaces at database load time | Dan McGee | 2011-08-15 |
* | Remove checksum access indirection | Dan McGee | 2011-08-15 |
* | Load and allow access to sha256sum | Dan McGee | 2011-08-15 |
* | Store a package info level flag if we fail to load data | Dan McGee | 2011-08-08 |
* | Don't trim whitespace when reading database entries | Dan McGee | 2011-08-02 |
* | Convert package filelists to an array instead of linked list | Dan McGee | 2011-07-21 |
* | Merge remote-tracking branch 'allan/ALPM' | Dan McGee | 2011-07-03 |
|\ |
|
| * | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
| * | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | | Move alpm filelists to a struct object | Dan McGee | 2011-07-03 |
* | | be_local: use macros in database loading similar to be_sync | Dan McGee | 2011-07-03 |
|/ |
|
* | Add an alpm_db_get_valid() public function | Dan McGee | 2011-06-30 |
* | 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 |