summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-13Notify of package replacements when using noconfirmAllan McRae1-5/+13
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-09src/pacman/: use the FREELIST macro when possible.Chantry Xavier1-3/+1
2007-12-04Delay output during progress barChantry Xavier1-3/+29
2007-12-02Remove "done" messages from frontend callback functionDan McGee1-31/+16
2007-12-02Add new --needed option for -S.Chantry Xavier1-11/+0
2007-11-17War on whitespaceDan McGee1-5/+5
2007-11-11Implement TotalDownload option.Nathan Jones1-20/+44
2007-11-11Implement IgnoreGroup.Nathan Jones1-2/+2
2007-11-09Simplify callback DONE event handlingDan McGee1-15/+11
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier1-3/+3
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-0/+3
2007-11-04Remove final use of the math library from pacmanDan McGee1-2/+1
2007-10-30When printing size_t, use %zdDan McGee1-1/+2
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-1/+22
2007-10-09Remove the non-user friendly --ask optionDan McGee1-88/+35
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee1-2/+1
2007-08-16Fix some errors spit out by -WextraDan McGee1-1/+1
2007-08-14Code cleanupDan McGee1-1/+0
2007-07-09Remove gettext from any alpm_logaction callsDan McGee1-3/+3
2007-06-28Remove scriptlet START and DONE commands that we don't useDan McGee1-14/+0
2007-06-09Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee1-44/+3
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-2/+1
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-1/+1
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee1-7/+7
2007-04-29Remove 'removes' array from libalpmDan McGee1-4/+0
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-27Start of the newline fixes after switching over the outputDan McGee1-7/+39
2007-04-27Set the correct type on the log callback functionDan McGee1-1/+1
2007-04-26Add -pedantic flag to pacman (frontend) CFLAGSDan McGee1-2/+9
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-43/+29
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-0/+627