summaryrefslogtreecommitdiffstats
path: root/src/pacman/callback.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Strip extension off all package compression typesDan McGee1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15fix a few warnings reported by clangXavier Chantry1-1/+3
2010-03-15callback: use variable length for progressbar textXavier Chantry1-4/+15
2010-03-15callback.c : less magic progress barsXavier Chantry1-10/+13
2009-10-11Merge branch 'maint'Dan McGee1-4/+14
2009-10-04callback.c : fallback to normal download with bogus sizeXavier Chantry1-4/+14
2009-09-09Do not remove conflict by defaultNagy Gabor1-2/+2
2009-09-09Re-add the non-user friendly --ask optionXavier Chantry1-0/+6
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-4/+14
2009-09-09Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callbackNagy Gabor1-1/+1
2009-07-28Fix an untranslated message in src/callback.cNagy Gabor1-2/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-9/+2
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-0/+16
2009-01-13HoldPkg reworkNagy Gabor1-4/+0
2008-12-03Merge branch 'maint'Dan McGee1-0/+1
2008-12-02Add flush after downloading messageSimo Leone1-0/+1
2008-10-13Merge branch 'maint'Dan McGee1-8/+16
2008-09-02Another attempt at fixing totaldownload.Xavier Chantry1-8/+16
2008-08-26pacman : smarter optdepends handling.Xavier Chantry1-1/+1
2008-08-23Move -Sp implementation to the front-endNagy Gabor1-3/+0
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry1-7/+7
2008-08-23download : disable progressbar when total is unknown.Xavier Chantry1-1/+4
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry1-0/+2
2008-08-14pacman/callback.c : fix detection of totaldownloadXavier Chantry1-2/+2
2008-07-08Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor1-2/+2
2008-06-04Reimplement TotalDownload functionalityDan McGee1-18/+58
2008-06-04Use correct C type for file sizesDan McGee1-4/+5
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry1-1/+0
2008-04-08Merge branch 'maint'Dan McGee1-0/+10
2008-04-08Add check for swprintf() and a workaround when it is missingDan McGee1-0/+10
2008-02-28Start removing some junk from the function templateDan McGee1-47/+20
2008-02-25Improve yesno function.Chantry Xavier1-23/+11
2008-02-24Merge branch 'maint'Dan McGee1-23/+66
2008-02-24Add some NULL checks into recently modified output functionsDan McGee1-1/+1
2008-02-24Remove all unnecessary snprintf usageDan McGee1-26/+10
2008-02-23Fix wide character output for add/remove/upgrade/conflict progressDan McGee1-16/+33
2008-02-23Fix wide character output for download progressDan McGee1-6/+33
2008-02-18Fix conflict progress bar with UTF-8 charsChantry Xavier1-24/+8
2008-01-20two string fixes.Chantry Xavier1-1/+1
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