Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 2006-11-20 |
| | | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm | ||
* | A handful of minor changes: | Aaron Griffin | 2006-10-20 |
| | | | | | | | | * Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | ||
* | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 2006-10-15 |
| | | | | | handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | ||
* | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | 2006-07-14 |
| | | | | DB in an inconsistent state | ||
* | spelling fix | Judd Vinet | 2006-07-14 |
| | |||
* | - changed flags type from char to int | Aurelien Foret | 2006-03-04 |
| | | | | - downloadonly implies FLAG_NOCONFLICTS | ||
* | improved _alpm_list_free handling | Aurelien Foret | 2006-02-22 |
| | |||
* | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 2006-02-17 |
| | | | | | | VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | ||
* | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | 2006-01-07 |
| | | | | structure (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | fixed compilation warnings | Aurelien Foret | 2005-11-07 |
| | |||
* | Fixed EVENT and QUESTION macros | Aurelien Foret | 2005-10-10 |
| | |||
* | added conversation callback support for transactions | Judd Vinet | 2005-10-09 |
| | |||
* | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 2005-10-07 |
| | |||
* | event transaction callback rework to prepare the introduction of a ↵ | Aurelien Foret | 2005-05-04 |
| | | | | conversation callback | ||
* | code cleanup | Aurelien Foret | 2005-04-24 |
| | |||
* | - reworked transaction prototypes | Aurelien Foret | 2005-04-16 |
| | | | | - added a trans_sysupgrade function | ||
* | reverted back to trans->packages instead of install and remove queues | Aurelien Foret | 2005-04-06 |
| | |||
* | replaced transaction 'packages' field by 2 queues: one for packages to be ↵ | Aurelien Foret | 2005-04-06 |
| | | | | installed and the other for the ones to be removed | ||
* | Initial revision | Judd Vinet | 2005-03-15 |