summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2006-01-02code cleanupAurelien Foret1-10/+7
2006-01-02fixed possible memory corruptionAurelien Foret1-1/+1
2006-01-02fixed various memory leaksAurelien Foret1-1/+4
2006-01-02fixed a typoAurelien Foret1-1/+1
2006-01-02code cleanupAurelien Foret1-2/+1
2006-01-02fixed a possible memory leakAurelien Foret1-0/+1
2005-12-28Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-4/+3
2005-12-26renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet1-3/+3
2005-11-09fixed a file descriptor leakAurelien Foret1-3/+7
2005-10-10Fixed missing parameter in trans_init() callAurelien Foret1-1/+1
2005-10-09fixed a segfault w/ the skiplistJudd Vinet1-1/+1
2005-10-08Code update to make use of PKG_FULLNAME_LENAurelien Foret1-2/+2
2005-10-08Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret1-2/+0
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-5/+25
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret1-0/+3
2005-05-04code cleanupAurelien Foret1-1/+2
2005-05-04reordered operations in add_commit (as in pacman 2.9.x)Aurelien Foret1-203/+212
2005-05-04code cleanupAurelien Foret1-1/+1
2005-05-04code cleanupAurelien Foret1-10/+10
2005-05-04event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret1-8/+8
2005-05-03fixed a small memory leak with md5sums handlingAurelien Foret1-0/+2
2005-05-02code cleanupAurelien Foret1-5/+3
2005-05-02removed the extra line feed appended by asctime()Aurelien Foret1-1/+4
2005-05-01- rework to support pacman_deptest()Aurelien Foret1-18/+63
2005-04-24added support for the package reason fieldAurelien Foret1-26/+13
2005-04-24removed deprecated comments in add_commit()Aurelien Foret1-7/+0
2005-04-23rework the cache handling to avoid as much as possible calls to db_scan()Aurelien Foret1-23/+13
2005-04-20avoided a call to db_scan()Aurelien Foret1-6/+7
2005-04-17add_loadtarget: load package info only when neededAurelien Foret1-24/+47
2005-04-16reworked transaction prototypesAurelien Foret1-5/+5
2005-04-13updated a logAurelien Foret1-3/+3
2005-04-08fixed a potential segfaultAurelien Foret1-2/+2
2005-04-06reverted back to trans->packages instead of install and remove queuesAurelien Foret1-9/+9
2005-04-06replaced transaction 'packages' field by 2 queues: one for packages to be ins...Aurelien Foret1-9/+9
2005-04-03- added transaction flags for the removal of a package to be upgradeAurelien Foret1-8/+9
2005-04-02- updated transaction eventsAurelien Foret1-8/+12
2005-03-31started the work on "pacman_sync"Aurelien Foret1-4/+1
2005-03-30removed an uneeded call to db_scanAurelien Foret1-5/+1
2005-03-29Turned pmdepmissing_t into an opaque structureAurelien Foret1-4/+3
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret1-2/+2
2005-03-28added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret1-9/+2
2005-03-27made 'provides' actually work when updating 'requiredby' fields from depsAurelien Foret1-7/+9
2005-03-26backport from pacman 2.9.5 (formatting, commentaries)Aurelien Foret1-10/+17
2005-03-26reworked PM_LOG_XXX messages during install/remove/upgrade operationsAurelien Foret1-40/+50
2005-03-26_alpm_runscriplet fixesAurelien Foret1-4/+4
2005-03-26updated commentsAurelien Foret1-8/+45
2005-03-25Backport from pacman 2.9.5Aurelien Foret1-1/+1
2005-03-24fix: one can't add a package twice in transaction targets listAurelien Foret1-0/+3
2005-03-24cleanup for add_loadtarget() logsAurelien Foret1-1/+0