summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.c
Commit message (Expand)AuthorAge
...
* removed unlock code from alpm_release()Aurelien Foret2006-01-29
* reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-26
* doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-26
* document package, group, sync and transaction functions (patch from VMiklos <...Aurelien Foret2006-01-21
* added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-11
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
* sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret2006-01-07
* removed a restriction: the data parameter of XXX_prepare functions can be NULLAurelien Foret2006-01-07
* - fixed a regression with pacman 2.x (reworked patch from VMiklos <vmiklos@fr...Aurelien Foret2006-01-06
* terminated .lastupdate implementation for HTTP protocolAurelien Foret2006-01-05
* code cleanupAurelien Foret2006-01-02
* more sanity checks: do not add or remove databases while a trasaction is runningAurelien Foret2006-01-02
* renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.czJudd Vinet2005-12-26
* patch from VMiklos: regarding the documentation, groups have to be renamed fr...Judd Vinet2005-12-19
* cleanupAurelien Foret2005-11-07
* do not free the cache right before using it!Aurelien Foret2005-10-22
* - more sanity checksAurelien Foret2005-10-10
* started some doxygen comment blocksJudd Vinet2005-10-09
* added conversation callback support for transactionsJudd Vinet2005-10-09
* added more error messages, enabled the db permission check in trans_commitJudd Vinet2005-10-08
* Code update to make use of PKG_FULLNAME_LENAurelien Foret2005-10-08
* Reworked the cache handling to only load DEPENDS info by defaultAurelien Foret2005-10-08
* Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entryAurelien Foret2005-10-08
* patch from vmiklos -- properly remove each db entry instead of rmrf'ing the w...Judd Vinet2005-10-07
* Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret2005-10-05
* changed license package field to a listJudd Vinet2005-07-22
* event transaction callback rework to prepare the introduction of a conversati...Aurelien Foret2005-05-04
* code cleanupAurelien Foret2005-05-03
* make use of the new list_remove implementationAurelien Foret2005-05-03
* do not register an already registered dbAurelien Foret2005-05-02
* added support for the package reason fieldAurelien Foret2005-04-24
* code cleanupAurelien Foret2005-04-24
* renamed list_is_ptrin() in list_is_in()Aurelien Foret2005-04-23
* code beautifyingAurelien Foret2005-04-20
* fixed args order in list_is_ptrin()Aurelien Foret2005-04-20
* - general cleanupAurelien Foret2005-04-16
* replaced a call to list_free by the macro FREELISTAurelien Foret2005-04-13
* reworked alpm_db_readpkgAurelien Foret2005-04-08
* reverted back to trans->packages instead of install and remove queuesAurelien Foret2005-04-06
* updated structure names (PM_SYNCPKG), and added transaction queues (install &...Aurelien Foret2005-04-06
* - added 'lastupdate' field to pmdb_tAurelien Foret2005-04-02
* added support for PACKAGES field in alpm_trans_getinfoAurelien Foret2005-04-02
* checked for db_update() archive existenceAurelien Foret2005-03-29
* changed alpm_db_register() prototypeAurelien Foret2005-03-29
* Turned pmdepmissing_t into an opaque structureAurelien Foret2005-03-29
* Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret2005-03-29
* improved logs (use _alpm_log instead of fprintf)Aurelien Foret2005-03-28
* improved log message for alpm_db_updateAurelien Foret2005-03-28
* added a FREELISTPTR macro to free a PMList without freeing its dataAurelien Foret2005-03-28
* updated commentsAurelien Foret2005-03-26