summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2007-11-04Remove final use of the math library from pacmanDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-08Remove the non-user friendly --ask optionDan McGee
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-14Code cleanupDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-06-27Remove scriptlet START and DONE commands that we don't useDan McGee
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-04-28Remove 'removes' array from libalpmDan McGee
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Start of the newline fixes after switching over the outputDan McGee
2007-04-26Set the correct type on the log callback functionDan McGee
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee