| Commit message (Expand) | Author | Age |
... | |
* | * Comment clarification | Aaron Griffin | 2007-03-01 |
* | * Switched some functions to alpm_pkg_get_* usage as I came across them | Aaron Griffin | 2007-03-01 |
* | * Added another test as suggested by Nagy on the ML- a package both provides | Dan McGee | 2007-02-28 |
* | * Enforce const char* params when using strings | Aaron Griffin | 2007-02-26 |
* | * Fixed inconsistency of args- _alpm_db_read, _alpm_db_write. | Dan McGee | 2007-02-21 |
* | * Some cascade removal changes. Mainly code cleanup, but this is an attempt to | Aaron Griffin | 2007-02-20 |
* | * Fix version comparisons when one pkgrel doesn't exist (this ony fails on an == | Aaron Griffin | 2007-02-18 |
* | * Removed unnecessary #define | Dan McGee | 2007-02-16 |
* | Switched an int to an enum | Aaron Griffin | 2007-01-31 |
* | Debug logging changes: | Aaron Griffin | 2007-01-31 |
* | K. Piche <kevin.piche@cgi.com> | Aaron Griffin | 2007-01-30 |
* | K. Piche <kpiche@rogers.com> | Aaron Griffin | 2007-01-30 |
* | * Remove -fno-strict-aliasing as it is now unnecessary to compile. | Dan McGee | 2007-01-30 |
* | Discussed on IRC for a bit, this makes the following changes for clarity: | Dan McGee | 2007-01-30 |
* | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2007-01-26 |
* | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 2007-01-24 |
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |
* | Dan McGee <dpmcgee@gmail.com> | Aaron Griffin | 2007-01-18 |
* | Corrected -Rsc operation - dependancy info was not being read from the DB | Aaron Griffin | 2006-12-05 |
* | * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgB | Aaron Griffin | 2006-12-01 |
* | * Cosmetic changes and typo fixes | Aaron Griffin | 2006-12-01 |
* | * Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignored | Aaron Griffin | 2006-11-24 |
* | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | 2006-11-22 |
* | Numerous changes: | Aaron Griffin | 2006-10-31 |
* | Fixes from frugalware: few 'typos' included while patching | Aaron Griffin | 2006-10-21 |
* | A handful of minor changes: | Aaron Griffin | 2006-10-20 |
* | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 2006-10-15 |
* | bugfix: when looking at provides, defer to the new, to-be-installed package's... | Judd Vinet | 2006-07-04 |
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
* | removed an unexpected log | Aurelien Foret | 2006-03-07 |
* | reworked the db object to prepare future integration with different backends | Aurelien Foret | 2006-03-02 |
* | added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug... | Aurelien Foret | 2006-03-01 |
* | prepend library function names with _alpm (helped with the patch from VMiklos... | Aurelien Foret | 2006-02-17 |
* | code cleanup | Aurelien Foret | 2006-02-07 |
* | resolvedeps: return the depmiss info to the frontend in case of failure | Aurelien Foret | 2006-01-21 |
* | more code cleanup yet | Aurelien Foret | 2006-01-18 |
* | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 2006-01-17 |
* | pulled out conflict checkings from checkdeps() in its own function: checkconf... | Aurelien Foret | 2006-01-15 |
* | checkdeps: | Aurelien Foret | 2006-01-14 |
* | - merged pkg_new and pkg_dummy functions | Aurelien Foret | 2006-01-09 |
* | cleanup | Judd Vinet | 2006-01-08 |
* | removed old/disable provides-conflict checking code | Judd Vinet | 2006-01-08 |
* | In the database-against-targets conflict checks, scan db packages' provides | Judd Vinet | 2006-01-08 |
* | added more debug logs in the sync conflict/replace code | Aurelien Foret | 2006-01-07 |
* | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 2006-01-05 |
* | fixed a segfault in removdeps | Aurelien Foret | 2006-01-02 |
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
* | Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2005-12-28 |
* | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 2005-12-26 |
* | bugfix: before searching databases for a dependency, make sure one of the pac... | Judd Vinet | 2005-10-21 |