index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
conflict.c
Age
Commit message (
Collapse
)
Author
2006-02-21
conflict checks: when doing db-vs-target checks, opt to use the NEWER, ↵
Judd Vinet
to-be-installed package instead of the local db version if there's one available
2006-02-17
prepend library function names with _alpm (helped with the patch from ↵
Aurelien Foret
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-02-05
added a pmconflict_t structure to handle file conflicts
Aurelien Foret
2006-02-01
fixed typos in 2 debug logs
Aurelien Foret
2006-01-18
more code cleanup yet
Aurelien Foret
2006-01-17
fixed detection for duplicate entries in list of deps/conflicts
Aurelien Foret
2006-01-17
reworked log messages
Aurelien Foret
2006-01-17
- code cleanup
Aurelien Foret
- log improvements
2006-01-15
pulled out conflict checkings from checkdeps() in its own function: ↵
Aurelien Foret
checkconflicts()
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
2006-01-02
fixed a possible memory corruption
Aurelien Foret
2005-10-07
Merging in recent fixes/additions from 2.9.7
Judd Vinet
2005-10-06
Added a CYGWIN define to include header files required to build in a Cygwin ↵
Aurelien Foret
environment
2005-04-24
fixed a commented MLK in db_find_conflicts()/CHECK1
Aurelien Foret
2005-03-22
moved db_find_conflicts from db.c to conflict.c
Aurelien Foret