summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 targ...Aurelien Foret1-15/+32
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-03changes merged from 2.9.8 -- clarified license usage, new options var in PKGB...Judd Vinet2-26/+81
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
2006-02-01added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)Aurelien Foret3-1/+26
2006-02-01doxygen support: added @brief field (patch from VMiklos <vmiklos@frugalware.o...Aurelien Foret1-1/+12
2006-02-01Added a missing trans_release call upon lib shutdown (patch from VMiklos <vmi...Aurelien Foret1-0/+5
2006-01-29removed unlock code from alpm_release()Aurelien Foret1-10/+0
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-28Search through package provides if no literal matches are found when scanning...Judd Vinet2-3/+23
2006-01-28makeworld sudo supportJudd Vinet1-1/+4
2006-01-28use sudo for -i if available (fw)Judd Vinet1-0/+11
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-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-27little fix for erroneous outputJudd Vinet1-0/+2
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-26reordered group entry position in db_write (to be in line with alpm/db_write)Aurelien Foret1-7/+7
2006-01-26- fixed a compilation warningAurelien Foret3-24/+52
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
2006-01-22cleaned up format a bit, added global KEEPDOCS and NOSTRIP flagsJudd Vinet1-18/+35
2006-01-22added new options field to PKGBUILDs for package-by-package overridesJudd Vinet3-32/+71
2006-01-21document package, group, sync and transaction functions (patch from VMiklos <...Aurelien Foret1-1/+62
2006-01-21fixed a typoAurelien Foret1-4/+0
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 (for...Aurelien Foret3-0/+22
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-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-17even more code cleanupAurelien Foret1-97/+94
2006-01-17reworked log messagesAurelien Foret1-6/+6
2006-01-17- code cleanupAurelien Foret3-13/+15
2006-01-16more code cleanupAurelien Foret5-50/+39
2006-01-16fixed tabsAurelien Foret1-1/+1
2006-01-15pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret6-314/+314