summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.c
Commit message (Collapse)AuthorAge
...
* removed a leftover commentAurelien Foret2006-02-15
|
* - merged db_open and db_create into one single functionAurelien Foret2006-02-15
| | | | - moved the .lastupdate support to the frontend
* error codes cleanupAurelien Foret2006-02-07
|
* added alpm_pkg_checkmd5sum() to check md5sums for package from the cacheAurelien Foret2006-02-05
|
* added a pmconflict_t structure to handle file conflictsAurelien Foret2006-02-05
|
* doxygen support: added @brief field (patch from VMiklos ↵Aurelien Foret2006-02-01
| | | | <vmiklos@frugalware.org>)
* Added a missing trans_release call upon lib shutdown (patch from VMiklos ↵Aurelien Foret2006-02-01
| | | | <vmiklos@frugalware.org>)
* 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
| | | | <vmiklos@frugalware.org>)
* added more doxygen comments (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2006-01-11
|
* - merged pkg_new and pkg_dummy functionsAurelien Foret2006-01-09
| | | | - renamed _alpm_log_action to _alpm_logaction
* sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret2006-01-07
| | | | structure (patch from VMiklos <vmiklos@frugalware.org>)
* 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 ↵Aurelien Foret2006-01-06
| | | | | | | | <vmiklos@frugalware.org>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman
* 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 ↵Judd Vinet2005-12-19
| | | | from foo to alpm_foo
* cleanupAurelien Foret2005-11-07
|
* do not free the cache right before using it!Aurelien Foret2005-10-22
|
* - more sanity checksAurelien Foret2005-10-10
| | | | - alpm_pkg_free can now return an error code
* 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 ↵Judd Vinet2005-10-07
| | | | whole thing
* Applied reworked patch from VMiklos (vmiklos@frugalware.org)Aurelien Foret2005-10-05
| | | | Close the lock file descriptor upon handle release
* changed license package field to a listJudd Vinet2005-07-22
|
* event transaction callback rework to prepare the introduction of a ↵Aurelien Foret2005-05-04
| | | | conversation callback
* 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
| | | | | - added alpm_trans_sysupgrade() function - relocated some defines
* 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
| | | | & remove)
* - added 'lastupdate' field to pmdb_tAurelien Foret2005-04-02
| | | | | - added a new public function alpm_db_getinfo - added a public parameter PM_PKG_DB for PM_PKG struct
* added support for PACKAGES field in alpm_trans_getinfoAurelien Foret2005-04-02
|
* checked for db_update() archive existenceAurelien Foret2005-03-29
|