summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Aurelien Foret
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 Foret
2006-02-04- moved yesno() from util.c to log.cAurelien Foret
- fixed a missing line feed in yesno when printing the message
2006-02-02changes merged from 2.9.8 -- clarified license usage, new options var in ↵Judd Vinet
PKGBUILDs, --noprogressbar pacman switch...
2006-02-01fixed vprint implementation (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-02-01fixed typos in 2 debug logsAurelien Foret
2006-02-01added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-02-01added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-02-01doxygen support: added @brief field (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-01-29removed unlock code from alpm_release()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-28Search through package provides if no literal matches are found when ↵Judd Vinet
scanning for targets with -S
2006-01-28makeworld sudo supportJudd Vinet
2006-01-28use sudo for -i if available (fw)Judd Vinet
2006-01-27improved log messages for add_commitAurelien Foret
2006-01-27cleaned up db_write error cases handlingAurelien Foret
2006-01-27fixed potential file descriptor leaksAurelien Foret
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-26little fix for erroneous outputJudd Vinet
2006-01-26fixed a compilation warningAurelien Foret
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-26reworked lock handling (patch from VMiklos <vmiklos@frugalware.fr>)Aurelien Foret
2006-01-26reordered group entry position in db_write (to be in line with alpm/db_write)Aurelien Foret
2006-01-26- fixed a compilation warningAurelien Foret
- added missing alpm_trans_release() calls upon transation completion - put back error messages from pacman 2.x in case of PM_ERR_HANDLE_LOCK error
2006-01-26doxygen comments update (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret
2006-01-22changed behaviour with original=X,current=Y,new=Z backup scenario -- install ↵Judd Vinet
new file as .pacnew and keep old one in place
2006-01-22cleaned up format a bit, added global KEEPDOCS and NOSTRIP flagsJudd Vinet
2006-01-22added new options field to PKGBUILDs for package-by-package overridesJudd Vinet
2006-01-21document package, group, sync and transaction functions (patch from VMiklos ↵Aurelien Foret
<vmiklos@frugalware.org>)
2006-01-21fixed a typoAurelien Foret
2006-01-21resolvedeps: return the depmiss info to the frontend in case of failureAurelien Foret
2006-01-21added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵Aurelien Foret
(for tests purpose)
2006-01-18more code cleanup yetAurelien Foret
2006-01-17fixed detection for duplicate entries in list of deps/conflictsAurelien Foret
2006-01-17added the possibility to "-Syy" (can be used to force synctrees update, even ↵Aurelien Foret
if mtimes are ok)
2006-01-17code cleanupAurelien Foret
2006-01-17code cleanupAurelien Foret
2006-01-17even more code cleanupAurelien Foret
2006-01-17reworked log messagesAurelien Foret
2006-01-17- code cleanupAurelien Foret
- log improvements
2006-01-16more code cleanupAurelien Foret
2006-01-16fixed tabsAurelien Foret
2006-01-15pulled out conflict checkings from checkdeps() in its own function: ↵Aurelien Foret
checkconflicts()