111
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added support for PACKAGES field in alpm_trans_getinfo More... almost 20 years ago
sync with changes in alpm.h and new RESOLVEDEPS event More... almost 20 years ago
reworked resolvedeps: - used the cache instead of db_scan() calls - improved log messages - more sanity checks More... almost 20 years ago
added RESOLVEDEPS to the list of transaction events More... almost 20 years ago
reworked sync_cleanup More... almost 20 years ago
fixed a compilation warning More... almost 20 years ago
started the work on "pacman_sync" More... almost 20 years ago
checked for db_update() archive existence More... almost 20 years ago
removed an uneeded call to db_scan More... almost 20 years ago
fixed a log mask More... almost 20 years ago
backport from pacman 2.9.5 - chdir More... almost 20 years ago
*** empty log message *** More... almost 20 years ago
changed alpm_db_register() prototype More... almost 20 years ago
put back 3 _alpm_log() calls More... almost 20 years ago
put back 5 _alpm_log() calls More... almost 20 years ago
changed alpm_db_register() prototype More... almost 20 years ago
turned pmdepmissing_t into an opaque structure More... almost 20 years ago
Turned pmdepmissing_t into an opaque structure More... almost 20 years ago
clearer string length for a strncpy call More... almost 20 years ago
Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings More... almost 20 years ago
maked use of db->path instead of handle->root+handle->dbpath+db->treename More... almost 20 years ago
reworked dbpath handling to make it possible to use databases stored at different locations at the same time More... almost 20 years ago
replaced occ of list_free() by FREELIST/FREELISTPTR macros More... almost 20 years ago
improved logs (use _alpm_log instead of fprintf) More... almost 20 years ago
improved log message for alpm_db_update More... almost 20 years ago
added a FREELISTPTR macro to free a PMList without freeing its data More... almost 20 years ago
fixed an error message More... almost 20 years ago
renamed temp files from pacman_XXXXXX to alpm_XXXXXX More... almost 20 years ago
made 'provides' actually work when updating 'requiredby' fields from deps More... almost 20 years ago
- fixed a small memory leak - took into account sliptdep returned value More... almost 20 years ago