Age | Commit message (Expand) | Author | Files | Lines |
2006-01-21 | resolvedeps: return the depmiss info to the frontend in case of failure | Aurelien Foret | 1 | -4/+23 |
2006-01-18 | more code cleanup yet | Aurelien Foret | 1 | -89/+53 |
2006-01-17 | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 1 | -3/+18 |
2006-01-15 | pulled out conflict checkings from checkdeps() in its own function: checkconf... | Aurelien Foret | 1 | -232/+102 |
2006-01-14 | checkdeps: | Aurelien Foret | 1 | -9/+50 |
2006-01-09 | - merged pkg_new and pkg_dummy functions | Aurelien Foret | 1 | -2/+2 |
2006-01-08 | cleanup | Judd Vinet | 1 | -3/+0 |
2006-01-08 | removed old/disable provides-conflict checking code | Judd Vinet | 1 | -29/+1 |
2006-01-08 | In the database-against-targets conflict checks, scan db packages' provides | Judd Vinet | 1 | -3/+52 |
2006-01-07 | added more debug logs in the sync conflict/replace code | Aurelien Foret | 1 | -4/+10 |
2006-01-05 | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 1 | -1/+0 |
2006-01-03 | fixed a segfault in removdeps | Aurelien Foret | 1 | -5/+31 |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 |
2005-12-28 | Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 1 | -1/+1 |
2005-12-26 | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 1 | -5/+5 |
2005-10-21 | bugfix: before searching databases for a dependency, make sure one of the pac... | Judd Vinet | 1 | -1/+17 |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 1 | -5/+5 |
2005-05-04 | fixed a memory leak and avoided to modify a read-only parameter | Aurelien Foret | 1 | -30/+25 |
2005-04-24 | got ride of an ORE tag in resolvedeps() | Aurelien Foret | 1 | -6/+3 |
2005-04-24 | use the cache instead of calling db_scan() | Aurelien Foret | 1 | -13/+8 |
2005-04-23 | renamed list_is_ptrin() in list_is_in() | Aurelien Foret | 1 | -6/+6 |
2005-04-20 | avoided two calls to db_scan() in checkdeps() | Aurelien Foret | 1 | -9/+5 |
2005-04-20 | - fixed args order in list_is_ptrin() | Aurelien Foret | 1 | -6/+18 |
2005-04-08 | removed a leftover comment | Aurelien Foret | 1 | -4/+0 |
2005-04-06 | updated structure names (PM_SYNCPKG), and added transaction queues (install &... | Aurelien Foret | 1 | -1/+1 |
2005-04-03 | fixed a log level | Aurelien Foret | 1 | -1/+1 |
2005-04-02 | reworked resolvedeps: | Aurelien Foret | 1 | -18/+11 |
2005-03-31 | started the work on "pacman_sync" | Aurelien Foret | 1 | -69/+42 |
2005-03-29 | Turned pmdepmissing_t into an opaque structure | Aurelien Foret | 1 | -36/+35 |
2005-03-29 | Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ... | Aurelien Foret | 1 | -20/+20 |
2005-03-28 | replaced occ of list_free() by FREELIST/FREELISTPTR macros | Aurelien Foret | 1 | -19/+7 |
2005-03-28 | improved logs (use _alpm_log instead of fprintf) | Aurelien Foret | 1 | -7/+5 |
2005-03-28 | added a FREELISTPTR macro to free a PMList without freeing its data | Aurelien Foret | 1 | -8/+2 |
2005-03-26 | backport from pacman 2.9.5 (splitdep returns an int) | Aurelien Foret | 1 | -4/+4 |
2005-03-26 | More backport from pacman 2.9.5 (mainly for resolvedeps) | Aurelien Foret | 1 | -5/+34 |
2005-03-26 | updated comments | Aurelien Foret | 1 | -1/+5 |
2005-03-25 | Backport from pacman 2.9.5 | Aurelien Foret | 1 | -3/+17 |
2005-03-25 | added a missing goto! | Aurelien Foret | 1 | -2/+1 |
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+685 |