Aurelien Foret
|
6dd2ecf4fa
|
pulled out conflict checkings from checkdeps() in its own function: checkconflicts()
|
2006-01-15 15:55:16 +00:00 |
|
Aurelien Foret
|
cb9d23baf8
|
checkdeps:
- merged missing chunks of code from pacman 2.9.7
- more debug logs
|
2006-01-14 15:05:59 +00:00 |
|
Aurelien Foret
|
fd6ce1f4cb
|
- merged pkg_new and pkg_dummy functions
- renamed _alpm_log_action to _alpm_logaction
|
2006-01-09 20:16:00 +00:00 |
|
Judd Vinet
|
45a7e57f6c
|
cleanup
|
2006-01-08 22:07:31 +00:00 |
|
Judd Vinet
|
6866b8ce6f
|
removed old/disable provides-conflict checking code
|
2006-01-08 22:06:19 +00:00 |
|
Judd Vinet
|
38180d5231
|
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.
|
2006-01-08 21:58:27 +00:00 |
|
Aurelien Foret
|
bde9d69636
|
added more debug logs in the sync conflict/replace code
|
2006-01-07 17:59:26 +00:00 |
|
Aurelien Foret
|
5fc2e009dc
|
- started to rename list_XXX calls to _alpm_list_XXX
- fixed 2 compilation warnings
|
2006-01-05 21:49:42 +00:00 |
|
Aurelien Foret
|
9ad7b1a4a8
|
fixed a segfault in removdeps
updated removedeps to keep in sync with pacman 2.9.x
|
2006-01-02 23:13:42 +00:00 |
|
Judd Vinet
|
96de3501ab
|
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
|
2006-01-02 19:55:35 +00:00 |
|
Aurelien Foret
|
a1b005d239
|
Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)
|
2005-12-28 10:31:23 +00:00 |
|
Judd Vinet
|
6bd15469b1
|
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
|
2005-12-26 16:48:37 +00:00 |
|
Judd Vinet
|
fa627d4776
|
bugfix: before searching databases for a dependency, make sure one of the packages in the final list doesn't already provide that dependency
|
2005-10-21 19:55:24 +00:00 |
|
Judd Vinet
|
a36ded25eb
|
added conversation callback support for transactions
|
2005-10-09 06:09:57 +00:00 |
|
Aurelien Foret
|
a5e4fec74e
|
fixed a memory leak and avoided to modify a read-only parameter
|
2005-05-04 19:30:00 +00:00 |
|
Aurelien Foret
|
90b9888d3a
|
got ride of an ORE tag in resolvedeps()
|
2005-04-24 20:06:00 +00:00 |
|
Aurelien Foret
|
85203ff675
|
use the cache instead of calling db_scan()
|
2005-04-24 11:17:39 +00:00 |
|
Aurelien Foret
|
348cb923c7
|
renamed list_is_ptrin() in list_is_in()
|
2005-04-23 08:28:13 +00:00 |
|
Aurelien Foret
|
406f383192
|
avoided two calls to db_scan() in checkdeps()
|
2005-04-20 19:46:53 +00:00 |
|
Aurelien Foret
|
b7d584feb6
|
- fixed args order in list_is_ptrin()
- fixed several memory leaks
|
2005-04-20 19:41:54 +00:00 |
|
Aurelien Foret
|
2decade81f
|
removed a leftover comment
|
2005-04-08 17:27:03 +00:00 |
|
Aurelien Foret
|
3b49720e39
|
updated structure names (PM_SYNCPKG), and added transaction queues (install & remove)
|
2005-04-06 18:29:17 +00:00 |
|
Aurelien Foret
|
a94c24c406
|
fixed a log level
|
2005-04-02 23:17:44 +00:00 |
|
Aurelien Foret
|
c5418ebfbc
|
reworked resolvedeps:
- used the cache instead of db_scan() calls
- improved log messages
- more sanity checks
|
2005-04-02 20:30:09 +00:00 |
|
Aurelien Foret
|
4d21e4f721
|
started the work on "pacman_sync"
|
2005-03-30 22:32:43 +00:00 |
|
Aurelien Foret
|
95ea99e197
|
Turned pmdepmissing_t into an opaque structure
|
2005-03-29 20:31:03 +00:00 |
|
Aurelien Foret
|
6063424c82
|
Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings
|
2005-03-29 17:18:59 +00:00 |
|
Aurelien Foret
|
61231c9ba8
|
replaced occ of list_free() by FREELIST/FREELISTPTR macros
|
2005-03-28 08:25:33 +00:00 |
|
Aurelien Foret
|
56917dc304
|
improved logs (use _alpm_log instead of fprintf)
|
2005-03-28 08:21:17 +00:00 |
|
Aurelien Foret
|
0ef95757d6
|
added a FREELISTPTR macro to free a PMList without freeing its data
|
2005-03-28 07:45:24 +00:00 |
|
Aurelien Foret
|
d77f8be802
|
backport from pacman 2.9.5 (splitdep returns an int)
|
2005-03-26 20:23:03 +00:00 |
|
Aurelien Foret
|
43f4505b1e
|
More backport from pacman 2.9.5 (mainly for resolvedeps)
|
2005-03-26 13:29:47 +00:00 |
|
Aurelien Foret
|
bcfc1244b4
|
updated comments
|
2005-03-26 08:50:27 +00:00 |
|
Aurelien Foret
|
7c847fd7d4
|
Backport from pacman 2.9.5
- list_remove, list_check and list_reverse
- sortbydeps(mode)
|
2005-03-25 22:09:14 +00:00 |
|
Aurelien Foret
|
3b229d3a1a
|
added a missing goto!
|
2005-03-25 06:39:00 +00:00 |
|
Judd Vinet
|
d04baabafa
|
Initial revision
|
2005-03-15 01:51:43 +00:00 |
|