summaryrefslogtreecommitdiff
path: root/src/pacman/trans.c
Commit message (Expand)AuthorAge
* * Updated Italian translationDan McGee2007-03-19
* * Fix FS #6534- unclear IgnorePkg message. Sorry translators, had to updateDan McGee2007-03-06
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* Big commit this time:Aaron Griffin2007-03-03
* * Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignoresAaron Griffin2007-02-23
* * Forgot the second printf in the last commitAaron Griffin2007-02-22
* * Using positional params (POSIX compliant, not C standard) for printfs thatAaron Griffin2007-02-22
* * A whole mess of backup changesAaron Griffin2007-02-17
* * Updated Italian translationDan McGee2007-02-14
* * strlen -> mbstowcs (multibyte str to wide char str) conversion where weDan McGee2007-02-14
* * Cleaned up direct pm_fprintf usage (move to MSG/ERR macros for now)Aaron Griffin2007-02-09
* * Hopefully fixed the download progres bar for real. We should no longerDan McGee2007-02-08
* * unified the progress bars (fill_progress function)Aaron Griffin2007-02-04
* * Refactored some functions to clean up variable declaration.Dan McGee2007-01-31
* * copy and paste error, "resolving deps" -> "cleaning up"Aaron Griffin2007-01-26
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* * Fix a missing slash separator in printed uriAaron Griffin2006-12-29
* Modified front end output routines to accept a "padding' setting, which pads anyAaron Griffin2006-12-22
* Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* * Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin2006-11-02
* Added a newline upong progress completion - this was accidentally left out ca...Aaron Griffin2006-11-01
* Numerous changes:Aaron Griffin2006-10-31
* Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin2006-10-15
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* fixed indentationAurelien Foret2006-02-22
* fixed outputs when downloadonly flag is set (patch from VMiklos <vmiklos@frug...Aurelien Foret2006-02-22
* code cleanupAurelien Foret2006-01-07
* code cleanup (mainly removed line spaces at the beginning of lines by tabulat...Aurelien Foret2006-01-07
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
* code cleanupAurelien Foret2006-01-02
* applied first try at sync conflict handling (VMiklos) plus a couple changesJudd Vinet2005-12-26
* improved the Replace question format a bitJudd Vinet2005-10-20
* added a missing header file declarationAurelien Foret2005-10-10
* added conversation callback support for transactionsJudd Vinet2005-10-09
* fixed cb_trans() prototypeAurelien Foret2005-05-09
* fixed a log messageAurelien Foret2005-04-17
* - updated sync featureAurelien Foret2005-04-13
* sync with changes in alpm.h and new RESOLVEDEPS eventAurelien Foret2005-04-02
* Relocated log and transaction stuffs from pacman.c to log.c and trans.cAurelien Foret2005-03-19