summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-16sync with pacman 2.9.8Aurelien Foret
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret
2006-02-15fixed a compilation warningAurelien Foret
2006-02-15fixed a typoAurelien Foret
2006-02-14used MALLOC macro when possibleAurelien Foret
2006-02-14- added a WARN macro to display warningsAurelien Foret
2006-02-14fixed a compilation warningAurelien Foret
2006-02-14better use ERR than fprintf for error messagesAurelien Foret
2006-02-14added the possibility to force synctree update by using -SyyAurelien Foret
2006-02-07copyright updateAurelien Foret
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret
2006-02-04fixed a possible memory leakAurelien Foret
2006-02-04- moved yesno() from util.c to log.cAurelien Foret
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-29added a missing trans_release before pacman_sync callAurelien Foret
2006-01-28cleanup up error cases handling in pacman_deptestAurelien Foret
2006-01-28added a --noprogressbar switch for scripts to useJudd Vinet
2006-01-27added a missing error message in case of lock failureAurelien Foret
2006-01-27added missing retval values in trans_release error casesAurelien Foret
2006-01-26- fixed a compilation warningAurelien Foret
2006-01-21fixed a typoAurelien Foret
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment (for...Aurelien Foret
2006-01-17added the possibility to "-Syy" (can be used to force synctrees update, even ...Aurelien Foret
2006-01-17code cleanupAurelien Foret
2006-01-17code cleanupAurelien Foret
2006-01-14sysupgrade: skip version cmp for pkg elected for removal (patch from VMiklos...Aurelien Foret
2006-01-13code cleanupAurelien Foret
2006-01-13maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret
2006-01-13code cleanupAurelien Foret
2006-01-13added a missing commentary from pacman 2.9.x codeAurelien Foret
2006-01-13fixed a possible memory corruptionAurelien Foret
2006-01-13code cleanupAurelien Foret
2006-01-13code cleanupAurelien Foret
2006-01-10updated README and download comments about mtimes supportAurelien Foret
2006-01-10made use of the new ALLDEPS transaction flag to handle "makepkg -s"Aurelien Foret
2006-01-10code cleanupAurelien Foret
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret
2006-01-07code cleanupAurelien Foret
2006-01-07code cleanupAurelien Foret
2006-01-07- removed uid checks (CYGWIN)Aurelien Foret
2006-01-07code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret
2006-01-06pacman_sync: handle trans_prepare error cases (patch from VMiklos <vmiklos@fr...Aurelien Foret
2006-01-06moved pacman_deptest function in its own fileAurelien Foret
2006-01-06- fixed a regression with pacman 2.x (reworked patch from VMiklos <vmiklos@fr...Aurelien Foret
2006-01-06code cleanupAurelien Foret
2006-01-05- started to rename list_XXX calls to _alpm_list_XXXAurelien Foret
2006-01-05various code cleanupAurelien Foret
2006-01-05added a missing cachedir registrationAurelien Foret