index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | |
(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 | |||
2006-10-20 | A handful of minor changes: | Aaron Griffin | |
* 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 | |||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||
2006-07-14 | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | |
DB in an inconsistent state | |||
2006-07-14 | spelling fix | Judd Vinet | |
2006-03-04 | - changed flags type from char to int | Aurelien Foret | |
- downloadonly implies FLAG_NOCONFLICTS | |||
2006-02-22 | improved _alpm_list_free handling | Aurelien Foret | |
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-01-07 | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | |
structure (patch from VMiklos <vmiklos@frugalware.org>) | |||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | |
2005-11-07 | fixed compilation warnings | Aurelien Foret | |
2005-10-10 | Fixed EVENT and QUESTION macros | Aurelien Foret | |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | |
2005-10-07 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | |
2005-05-04 | event transaction callback rework to prepare the introduction of a ↵ | Aurelien Foret | |
conversation callback | |||
2005-04-24 | code cleanup | Aurelien Foret | |
2005-04-16 | - reworked transaction prototypes | Aurelien Foret | |
- added a trans_sysupgrade function | |||
2005-04-06 | 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 | |
installed and the other for the ones to be removed | |||
2005-03-15 | Initial revision | Judd Vinet | |