summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2006-03-07added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalwa...Aurelien Foret
2006-03-04- changed flags type from char to intAurelien Foret
2006-03-04fixed alpm_db_update extraction pathAurelien Foret
2006-03-04added a FLAG_NOCONFLICTAurelien Foret
2006-03-04added more debug logsAurelien Foret
2006-03-04make cache works when loading it with DEPENDS info onlyAurelien Foret
2006-03-02removed HoldPkg option (frontend only feature)Aurelien Foret
2006-03-02reworked the db object to prepare future integration with different backendsAurelien Foret
2006-03-02code cleanupAurelien Foret
2006-03-02code cleanupAurelien Foret
2006-03-02added a debug logAurelien Foret
2006-03-01added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...Aurelien Foret
2006-02-22improved _alpm_list_free handlingAurelien Foret
2006-02-22skipped conflict resolution for targets removed from transaction setAurelien Foret
2006-02-21conflict checks: when doing db-vs-target checks, opt to use the NEWER, to-be...Judd Vinet
2006-02-20the library must provide default values for main optionsAurelien Foret
2006-02-20checkmd5sums enhancementsAurelien Foret
2006-02-20dropped the MALLOC macroAurelien Foret
2006-02-20FW: spaces -> tabs cosmetic fixJudd Vinet
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret
2006-02-17doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>Aurelien Foret
2006-02-16code cleanupAurelien Foret
2006-02-16code cleanupAurelien Foret
2006-02-16fixed directory roots when running scripletsAurelien Foret
2006-02-16- grep is now a static functionAurelien Foret
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret
2006-02-15removed a leftover commentAurelien Foret
2006-02-15- merged db_open and db_create into one single functionAurelien Foret
2006-02-12reworked logsAurelien Foret
2006-02-12added a add_faketarget functionAurelien Foret
2006-02-11reworked debug messagesAurelien Foret
2006-02-11- reworked debug messagesAurelien Foret
2006-02-11added more logsAurelien Foret
2006-02-11db_write: only write non-empty fields to databaseAurelien Foret
2006-02-07error codes cleanupAurelien Foret
2006-02-07code factorization: take 2Aurelien Foret
2006-02-07code factorizationAurelien Foret
2006-02-07code cleanupAurelien Foret
2006-02-05added alpm_pkg_checkmd5sum() to check md5sums for package from the cacheAurelien Foret
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret
2006-02-05copyright updateAurelien Foret
2006-02-05code cleanupAurelien Foret
2006-02-05- sync_prepare: fixed a case where a conflict should be removed from the targ...Aurelien Foret
2006-02-01fixed typos in 2 debug logsAurelien Foret
2006-02-01doxygen support: added @brief field (patch from VMiklos <vmiklos@frugalware.o...Aurelien Foret
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos <vmi...Aurelien Foret
2006-01-29removed unlock code from alpm_release()Aurelien Foret
2006-01-28Search through package provides if no literal matches are found when scanning...Judd Vinet
2006-01-27improved log messages for add_commitAurelien Foret
2006-01-27cleaned up db_write error cases handlingAurelien Foret