Age | Commit message (Collapse) | Author |
|
|
|
- reworked some comments
|
|
|
|
|
|
- added a new public function alpm_db_getinfo
- added a public parameter PM_PKG_DB for PM_PKG struct
|
|
|
|
- the cache is rebuilt after each package installation (to be reworked)
|
|
|
|
- used the cache instead of db_scan() calls
- improved log messages
- more sanity checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copying strings
|
|
|
|
different locations at the same time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- took into account sliptdep returned value
|
|
(it can trigger segmentation faults when freeing long lists)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- list_remove, list_check and list_reverse
- sortbydeps(mode)
|
|
|
|
|
|
|
|
|
|
|
|
- included conflict.h from add.c
|
|
|
|
|
|
- moved db_update from db.c to alpm.c
|
|
|
|
|