summaryrefslogtreecommitdiff
path: root/lib/libalpm/alpm.c
Commit message (Collapse)AuthorAge
...
* 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
|
* 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
| | | | copying strings
* 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
|
* cleanup for add_loadtarget() logsAurelien Foret2005-03-24
|
* removed leftover debug printfAurelien Foret2005-03-23
|
* - added db_setlastupdate to db.cAurelien Foret2005-03-22
| | | | - moved db_update from db.c to alpm.c
* Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret2005-03-20
|
* Rework for fixed length stringsAurelien Foret2005-03-19
|
* One more sanity check, and one more ORE tagAurelien Foret2005-03-18
|