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 ALLDEPS transaction flag mainly to handle "makepkg -s" More... about 19 years ago
code cleanup More... about 19 years ago
- merged pkg_new and pkg_dummy functions - renamed _alpm_log_action to _alpm_logaction More... about 19 years ago
cleanup
jvinet
as Judd Vinet
More... about 19 years ago
removed old/disable provides-conflict checking code
jvinet
as Judd Vinet
More... about 19 years ago
In the database-against-targets conflict checks, scan db packages' provides fields and look for packages that want to exclusively provide a provisio that the target package also provides.
jvinet
as Judd Vinet
More... about 19 years ago
typo fix
jvinet
as Judd Vinet
More... about 19 years ago
removed all code related to PM_SYNC_TYPE_DEPEND More... about 19 years ago
sync_commit can now return conflicting files with a trans_prepare like data structure (patch from VMiklos <[email protected]>) More... about 19 years ago
removed a restriction: the data parameter of XXX_prepare functions can be NULL More... about 19 years ago
code cleanup More... about 19 years ago
Fixed a regression in the conflict handling code More... about 19 years ago
added more debug logs in the sync conflict/replace code More... about 19 years ago
code cleanup More... about 19 years ago
removed handle/uid checks (CYGWIN) More... about 19 years ago
- removed uid checks (CYGWIN) - fixed indentation in parseargs More... about 19 years ago
code cleanup (mainly removed line spaces at the beginning of lines by tabulations) More... about 19 years ago
removed a misleading PM_ERR_XXX occurrence More... about 19 years ago
pacman_sync: handle trans_prepare error cases (patch from VMiklos <[email protected]>) More... about 19 years ago
- sync: populates *data when a conflict can't be resolved - add: code cleanup More... about 19 years ago
removed ORE tags (after tests, no real performance increase by implementing them) More... about 19 years ago
moved pacman_deptest function in its own file More... about 19 years ago
fixed the usage of 4 list_is_in calls (should have been list_is_strin) More... about 19 years ago
- fixed a regression with pacman 2.x (reworked patch from VMiklos <[email protected]>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman More... about 19 years ago
code cleanup More... about 19 years ago
- started to rename list_XXX calls to _alpm_list_XXX - fixed 2 compilation warnings More... about 19 years ago
various code cleanup More... about 19 years ago
added a missing cachedir registration More... about 19 years ago
tweaked a log (patch from VMiklos <[email protected]>) More... about 19 years ago
- fix for sync conflicts (patch from VMiklos <[email protected]>) - sync code cleanup - added the deps check for targets to be removed in sync_prepare() More... about 19 years ago