summaryrefslogtreecommitdiff
path: root/src/pacman/callback.c
Commit message (Expand)AuthorAge
* Start removing some junk from the function templateDan McGee2008-02-27
* Improve yesno function.Chantry Xavier2008-02-24
* Merge branch 'maint'Dan McGee2008-02-24
|\
| * Add some NULL checks into recently modified output functionsDan McGee2008-02-24
| * Fix wide character output for add/remove/upgrade/conflict progressDan McGee2008-02-22
| * Fix wide character output for download progressDan McGee2008-02-22
* | Remove all unnecessary snprintf usageDan McGee2008-02-24
|/
* Fix conflict progress bar with UTF-8 charsChantry Xavier2008-02-17
* two string fixes.Chantry Xavier2008-01-20
* Notify of package replacements when using noconfirmAllan McRae2008-01-13
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* src/pacman/: use the FREELIST macro when possible.Chantry Xavier2007-12-08
* Delay output during progress barChantry Xavier2007-12-03
* Remove "done" messages from frontend callback functionDan McGee2007-12-02
* Add new --needed option for -S.Chantry Xavier2007-12-02
* War on whitespaceDan McGee2007-11-16
* Implement TotalDownload option.Nathan Jones2007-11-11
* Implement IgnoreGroup.Nathan Jones2007-11-11
* Simplify callback DONE event handlingDan McGee2007-11-08
* Remove the newline automatically added by alpm_logaction.Chantry Xavier2007-11-04
* Clean up usage of extern variablesDan McGee2007-11-04
* Readd scriptlet logging that got lost in an earlier commitDan McGee2007-11-04
* Remove final use of the math library from pacmanDan McGee2007-11-04
* When printing size_t, use %zdDan McGee2007-10-29
* Download delta files if UseDelta is set.Nathan Jones2007-10-19
* Remove the non-user friendly --ask optionDan McGee2007-10-08
* Update comments dealing with pkgext/dbext strippingDan McGee2007-09-28
* Fix some errors spit out by -WextraDan McGee2007-08-16
* Code cleanupDan McGee2007-08-14
* Remove gettext from any alpm_logaction callsDan McGee2007-07-09
* Remove scriptlet START and DONE commands that we don't useDan McGee2007-06-27
* Remove logmask stuff from backend; switch logging callback to new pm_printfDan McGee2007-06-09
* Rip alpm_parse_config out of libalpmDan McGee2007-06-04
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Remove 'removes' array from libalpmDan McGee2007-04-28
* Remove output.c and output.hDan McGee2007-04-26
* Start of the newline fixes after switching over the outputDan McGee2007-04-26
* Set the correct type on the log callback functionDan McGee2007-04-26
* Add -pedantic flag to pacman (frontend) CFLAGSDan McGee2007-04-26
* Remove MSG output macro (#define and in code)Dan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26