summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-17prepend library function names with _alpm (helped with the patch from ↵Aurelien Foret29-431/+430
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions
2006-02-17commented out doxygen support as it produces an errorAurelien Foret1-3/+3
2006-02-17partial support for version comparators (patch from VMiklos ↵Aurelien Foret1-3/+6
<vmiklos@frugalware.org>)
2006-02-17doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>Aurelien Foret4-0/+43
2006-02-17*** empty log message ***Aurelien Foret1-0/+4
2006-02-17code cleanupAurelien Foret1-1/+1
2006-02-16sync with pacman 2.9.8Aurelien Foret2-18/+51
2006-02-16*** empty log message ***Aurelien Foret1-0/+24
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-15moved the .lastupdate support from libalpm to pacmanAurelien Foret3-9/+75
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-15fixed a compilation warningAurelien Foret1-1/+1
2006-02-15fixed a typoAurelien Foret1-1/+1
2006-02-14used MALLOC macro when possibleAurelien Foret2-17/+3
2006-02-14- added a WARN macro to display warningsAurelien Foret3-24/+22
- used ERR macro for error messages
2006-02-14fixed a compilation warningAurelien Foret1-0/+1
2006-02-14better use ERR than fprintf for error messagesAurelien Foret1-1/+2
2006-02-14added the possibility to force synctree update by using -SyyAurelien Foret1-5/+7
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-11db_write cleanup: only write non-empty fieldsAurelien Foret1-7/+11
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-07synchro with pacman 2.9.8Aurelien Foret1-7/+18
2006-02-07copyright updateAurelien Foret2-3/+3
2006-02-07copyright updateAurelien Foret1-1/+1
2006-02-07pacman 2.9.8 synchroAurelien Foret1-3/+3
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret1-22/+7
2006-02-05added alpm_pkg_checkmd5sum() to check md5sums for package from the cacheAurelien Foret2-0/+39
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret2-4/+28
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-04fixed a possible memory leakAurelien Foret1-0/+1
2006-02-04- moved yesno() from util.c to log.cAurelien Foret4-47/+42
- fixed a missing line feed in yesno when printing the message
2006-02-03changes merged from 2.9.8 -- clarified license usage, new options var in ↵Judd Vinet2-26/+81
PKGBUILDs, --noprogressbar pacman switch...
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-8/+4
2006-02-01fixed typos in 2 debug logsAurelien Foret1-2/+2
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret3-1/+8