summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2006-02-22improved _alpm_list_free handlingAurelien Foret12-38/+32
2006-02-22skipped conflict resolution for targets removed from transaction setAurelien Foret1-0/+5
2006-02-22conflict checks: when doing db-vs-target checks, opt to use the NEWER, ↵Judd Vinet1-2/+20
to-be-installed package instead of the local db version if there's one available
2006-02-20the library must provide default values for main optionsAurelien Foret1-0/+3
2006-02-20checkmd5sums enhancementsAurelien Foret1-3/+13
2006-02-20dropped the MALLOC macroAurelien Foret4-18/+27
2006-02-20FW: spaces -> tabs cosmetic fixJudd Vinet1-12/+12
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret27-429/+428
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-02-17doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>Aurelien Foret1-0/+9
2006-02-17code cleanupAurelien Foret1-1/+1
2006-02-16code cleanupAurelien Foret1-1/+1
2006-02-16fixed directory roots when running scripletsAurelien Foret1-1/+7
2006-02-16- grep is now a static functionAurelien Foret2-29/+26
- code cleanup
2006-02-16- db_write: add support to write both local and sync entriesAurelien Foret8-58/+103
- code cleanup
2006-02-15removed a leftover commentAurelien Foret1-1/+0
2006-02-15- merged db_open and db_create into one single functionAurelien Foret4-115/+20
- moved the .lastupdate support to the frontend
2006-02-12reworked logsAurelien Foret1-4/+4
2006-02-12added a add_faketarget functionAurelien Foret1-47/+55
reworked logs
2006-02-11reworked debug messagesAurelien Foret1-7/+7
2006-02-11- reworked debug messagesAurelien Foret1-24/+66
- synchro with pacman 2.9.8
2006-02-11added more logsAurelien Foret1-3/+4
2006-02-11db_write: only write non-empty fields to databaseAurelien Foret1-52/+82
2006-02-07error codes cleanupAurelien Foret3-13/+16
2006-02-07code factorization: take 2Aurelien Foret1-2/+2
2006-02-07code factorizationAurelien Foret1-7/+7
2006-02-07code cleanupAurelien Foret1-8/+0
2006-02-05added alpm_pkg_checkmd5sum() to check md5sums for package from the cacheAurelien Foret2-0/+39
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret4-14/+80
2006-02-05copyright updateAurelien Foret1-1/+1
2006-02-05code cleanupAurelien Foret1-2/+2
2006-02-05- sync_prepare: fixed a case where a conflict should be removed from the ↵Aurelien Foret1-15/+32
target list - avoided possible duplicates in target list (patch from VMiklos <vmiklos@frugalware.org>) - added more debug logs
2006-02-01fixed typos in 2 debug logsAurelien Foret1-2/+2
2006-02-01doxygen support: added @brief field (patch from VMiklos ↵Aurelien Foret1-1/+12
<vmiklos@frugalware.org>)
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos ↵Aurelien Foret1-0/+5
<vmiklos@frugalware.org>)
2006-01-29removed unlock code from alpm_release()Aurelien Foret1-10/+0
2006-01-28Search through package provides if no literal matches are found when ↵Judd Vinet2-3/+23
scanning for targets with -S
2006-01-27improved log messages for add_commitAurelien Foret1-6/+9
2006-01-27cleaned up db_write error cases handlingAurelien Foret1-7/+15
2006-01-27fixed potential file descriptor leaksAurelien Foret1-12/+21
2006-01-26fixed a compilation warningAurelien Foret1-1/+0
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret2-21/+27
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>)Aurelien Foret1-0/+2
2006-01-26doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-1/+34
2006-01-22changed behaviour with original=X,current=Y,new=Z backup scenario -- install ↵Judd Vinet1-9/+4
new file as .pacnew and keep old one in place
2006-01-21document package, group, sync and transaction functions (patch from VMiklos ↵Aurelien Foret1-1/+62
<vmiklos@frugalware.org>)
2006-01-21resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret5-9/+26
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵Aurelien Foret1-0/+6
(for tests purpose)
2006-01-18more code cleanup yetAurelien Foret8-197/+111
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret3-9/+25
2006-01-17even more code cleanupAurelien Foret1-97/+94