Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-20 | * Updated conflict checking one last time. You can finally have a file move | Dan McGee | 1 | -3/+4 | |
from one package to another seemlessly (knock on wood). This is implemented through the use of two skip lists in the trans struct- skip_add and skip_remove, which replace the former trans->skiplist. * Removed an unnecessary function parameter, added a necessary one. * If a package has no backup files, print '(none)' under the heading so it is more obvious. * Updated my TODO list. | |||||
2007-02-18 | Moved the update_depends function to trans.c, as it depends on a transaction | Aaron Griffin | 1 | -0/+1 | |
object | |||||
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -13/+15 | |
optimizations in order to make the code much more readable and type-checkable. Every enum in the library now has it's own type that should be used instead of the generic 'unsigned char'. In addition, several #define statements dealing with constants were converted to enums. Signed-off-by: Dan McGee <dpmcgee@gmail.com> | |||||
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -5/+5 | |
* renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup | |||||
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 1 | -12/+13 | |
(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 | 1 | -5/+5 | |
* 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 | 1 | -3/+14 | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||||
2006-07-15 | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | 1 | -1/+3 | |
DB in an inconsistent state | |||||
2006-07-15 | spelling fix | Judd Vinet | 1 | -1/+1 | |
2006-03-04 | - changed flags type from char to int | Aurelien Foret | 1 | -2/+2 | |
- downloadonly implies FLAG_NOCONFLICTS | |||||
2006-02-22 | improved _alpm_list_free handling | Aurelien Foret | 1 | -1/+1 | |
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 1 | -8/+8 | |
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 | 1 | -1/+1 | |
structure (patch from VMiklos <vmiklos@frugalware.org>) | |||||
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 | |
2005-11-07 | fixed compilation warnings | Aurelien Foret | 1 | -1/+1 | |
2005-10-10 | Fixed EVENT and QUESTION macros | Aurelien Foret | 1 | -4/+4 | |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 1 | -2/+9 | |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -0/+1 | |
2005-05-04 | event transaction callback rework to prepare the introduction of a ↵ | Aurelien Foret | 1 | -5/+5 | |
conversation callback | |||||
2005-04-24 | code cleanup | Aurelien Foret | 1 | -4/+15 | |
2005-04-17 | - reworked transaction prototypes | Aurelien Foret | 1 | -0/+1 | |
- added a trans_sysupgrade function | |||||
2005-04-06 | reverted back to trans->packages instead of install and remove queues | Aurelien Foret | 1 | -2/+1 | |
2005-04-06 | replaced transaction 'packages' field by 2 queues: one for packages to be ↵ | Aurelien Foret | 1 | -1/+2 | |
installed and the other for the ones to be removed | |||||
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+54 | |