summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-08src/pacman/: use the FREELIST macro when possible.Chantry Xavier
2007-12-03Delay output during progress barChantry Xavier
2007-12-02Remove "done" messages from frontend callback functionDan McGee
2007-12-02Add new --needed option for -S.Chantry Xavier
2007-11-16War on whitespaceDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-11-08Simplify callback DONE event handlingDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04Clean up usage of extern variablesDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
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