summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2005-10-10Fixed missing parameter in trans_init() callAurelien Foret
2005-10-09fixed a segfault w/ the skiplistJudd Vinet
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret
2005-10-07Merging in recent fixes/additions from 2.9.7Judd Vinet
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret
2005-05-04code cleanupAurelien Foret
2005-05-04reordered operations in add_commit (as in pacman 2.9.x)Aurelien Foret
2005-05-04code cleanupAurelien Foret
2005-05-04code cleanupAurelien Foret
2005-05-04event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret
2005-05-03fixed a small memory leak with md5sums handlingAurelien Foret
2005-05-02code cleanupAurelien Foret
2005-05-02removed the extra line feed appended by asctime()Aurelien Foret
2005-05-01- rework to support pacman_deptest()Aurelien Foret
2005-04-24added support for the package reason fieldAurelien Foret
2005-04-24removed deprecated comments in add_commit()Aurelien Foret
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret
2005-04-20avoided a call to db_scan()Aurelien Foret
2005-04-17add_loadtarget: load package info only when neededAurelien Foret
2005-04-16reworked transaction prototypesAurelien Foret
2005-04-13updated a logAurelien Foret
2005-04-08fixed a potential segfaultAurelien Foret
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret
2005-04-03- added transaction flags for the removal of a package to be upgradeAurelien Foret
2005-04-02- updated transaction eventsAurelien Foret
2005-03-30started the work on "pacman_sync"Aurelien Foret
2005-03-29removed an uneeded call to db_scanAurelien Foret
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret
2005-03-28added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret
2005-03-27made 'provides' actually work when updating 'requiredby' fields from depsAurelien Foret
2005-03-26backport from pacman 2.9.5 (formatting, commentaries)Aurelien Foret
2005-03-26reworked PM_LOG_XXX messages during install/remove/upgrade operationsAurelien Foret
2005-03-26_alpm_runscriplet fixesAurelien Foret
2005-03-26updated commentsAurelien Foret
2005-03-25Backport from pacman 2.9.5Aurelien Foret
2005-03-24fix: one can't add a package twice in transaction targets listAurelien Foret
2005-03-24cleanup for add_loadtarget() logsAurelien Foret
2005-03-23- removed db_find_conflicts() declaration from db.hAurelien Foret
2005-03-16Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internalAurelien Foret
2005-03-16Code cleanupAurelien Foret
2005-03-16One more ORE commentAurelien Foret
2005-03-16Make sure we generate a UPGRADE_DONE event during upgradesAurelien Foret
2005-03-16Improved error handling in add_loadtarget()Aurelien Foret
2005-03-15Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXXAurelien Foret
2005-03-15Fixed a typo in add_loadtarget()Aurelien Foret
2005-03-15Initial revisionJudd Vinet