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