summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret2-2/+2
2006-02-16sync with pacman 2.9.8Aurelien Foret1-3/+11
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret3-9/+75
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
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-07copyright updateAurelien Foret1-1/+1
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret1-22/+7
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret2-4/+28
2006-02-04fixed a possible memory leakAurelien Foret1-0/+1
2006-02-04- moved yesno() from util.c to log.cAurelien Foret4-47/+42
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret1-8/+4
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret3-1/+8
2006-01-29added a missing trans_release before pacman_sync callAurelien Foret1-0/+7
2006-01-28cleanup up error cases handling in pacman_deptestAurelien Foret1-21/+14
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet3-0/+8
2006-01-27added a missing error message in case of lock failureAurelien Foret1-0/+4
2006-01-27added missing retval values in trans_release error casesAurelien Foret3-0/+3
2006-01-26- fixed a compilation warningAurelien Foret3-24/+52
2006-01-21fixed a typoAurelien Foret1-4/+0
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret1-0/+2
2006-01-17added the possibility to "-Syy" (can be used to force synctrees update, even ...Aurelien Foret2-3/+3
2006-01-17code cleanupAurelien Foret1-3/+3
2006-01-17code cleanupAurelien Foret3-6/+12
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret1-1/+1
2006-01-13code cleanupAurelien Foret1-4/+4
2006-01-13maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret2-3/+3
2006-01-13code cleanupAurelien Foret1-4/+9
2006-01-13added a missing commentary from pacman 2.9.x codeAurelien Foret1-1/+5
2006-01-13fixed a possible memory corruptionAurelien Foret1-1/+2
2006-01-13code cleanupAurelien Foret1-5/+4
2006-01-13code cleanupAurelien Foret1-13/+10
2006-01-10updated README and download comments about mtimes supportAurelien Foret1-6/+2
2006-01-10made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret1-0/+1
2006-01-10code cleanupAurelien Foret1-1/+1
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret4-4/+15
2006-01-07code cleanupAurelien Foret1-5/+4
2006-01-07code cleanupAurelien Foret2-5/+4
2006-01-07- removed uid checks (CYGWIN)Aurelien Foret1-17/+41
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret6-25/+32
2006-01-07pacman_sync: handle trans_prepare error cases (patch from VMiklos <vmiklos@fr...Aurelien Foret1-0/+28
2006-01-06moved pacman_deptest function in its own fileAurelien Foret4-108/+185
2006-01-06- fixed a regression with pacman 2.x (reworked patch from VMiklos <vmiklos@fr...Aurelien Foret1-10/+24
2006-01-06code cleanupAurelien Foret1-4/+3
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret1-1/+1
2006-01-05various code cleanupAurelien Foret3-27/+31