summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
AgeCommit message (Expand)Author
2010-03-18Strip extension off all package compression typesDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2010-03-14callback: use variable length for progressbar textXavier Chantry
2010-03-14callback.c : less magic progress barsXavier Chantry
2009-10-11Merge branch 'maint'Dan McGee
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry
2009-09-08Do not remove conflict by defaultNagy Gabor
2009-09-08Re-add the non-user friendly --ask optionXavier Chantry
2009-09-08Add a new reason field to pmconflict_t structNagy Gabor
2009-09-08Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callbackNagy Gabor
2009-07-28Fix an untranslated message in src/callback.cNagy Gabor
2009-07-01Update copyright headers and messagesDan McGee
2009-02-23Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo
2009-02-23Enabled new interactive prompt and updated some testsBryan Ischo
2009-01-12HoldPkg reworkNagy Gabor
2008-12-02Merge branch 'maint'Dan McGee
2008-12-02Add flush after downloading messageSimo Leone
2008-10-12Merge branch 'maint'Dan McGee
2008-09-02Another attempt at fixing totaldownload.Xavier Chantry
2008-08-25pacman : smarter optdepends handling.Xavier Chantry
2008-08-23Move -Sp implementation to the front-endNagy Gabor
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry
2008-08-23download : disable progressbar when total is unknown.Xavier Chantry
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry
2008-08-13pacman/callback.c : fix detection of totaldownloadXavier Chantry
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