summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2008-07-07Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-06-04Use correct C type for file sizesDan McGee
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry
2008-04-07Merge branch 'maint'Dan McGee
2008-04-07Add check for swprintf() and a workaround when it is missingDan McGee
2008-02-27Start removing some junk from the function templateDan McGee
2008-02-24Improve yesno function.Chantry Xavier
2008-02-24Merge branch 'maint'Dan McGee
2008-02-24Add some NULL checks into recently modified output functionsDan McGee
2008-02-24Remove all unnecessary snprintf usageDan McGee
2008-02-22Fix wide character output for add/remove/upgrade/conflict progressDan McGee
2008-02-22Fix wide character output for download progressDan McGee
2008-02-17Fix conflict progress bar with UTF-8 charsChantry Xavier
2008-01-20two string fixes.Chantry Xavier
2008-01-13Notify of package replacements when using noconfirmAllan McRae
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