Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed global maxcols - it is looked up on the fly now, so the progress bar is | Aaron Griffin | 2006-11-22 |
| | | | | resized. Also used ioctl in place of the COLUMNS env variable | ||
* | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 2006-11-20 |
| | | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm | ||
* | * Fixed some alpm_get_option calls (long params were used for C99 compliance, | Aaron Griffin | 2006-11-02 |
| | | | | | | but were used in error) * Cleaned up some output newlines * Added "local database is up to date" when no packages are upgraded | ||
* | Added a newline upong progress completion - this was accidentally left out ↵ | Aaron Griffin | 2006-11-01 |
| | | | | causing the second progress bar to overwrite the first | ||
* | Numerous changes: | Aaron Griffin | 2006-10-31 |
| | | | | | | | * Added 'ILoveCandy' support to all progress bars * Changed download callback with regards to libfetch libalpm changes * libfetch error output on failed sync * Misc others I may have forgot to name (check the diff, heh) | ||
* | Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu> | Aaron Griffin | 2006-10-15 |
| | | | | | | for file-conflict progress bar Also did some CVS cleanup, removing some of the autogenerated files that shouldn't have been there | ||
* | Merged frugalware changes. Added a few other minor things too, but there's alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | fixed indentation | Aurelien Foret | 2006-02-22 |
| | |||
* | fixed outputs when downloadonly flag is set (patch from VMiklos ↵ | Aurelien Foret | 2006-02-22 |
| | | | | <vmiklos@frugalware.org>) | ||
* | code cleanup | Aurelien Foret | 2006-01-07 |
| | |||
* | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 2006-01-07 |
| | | | | tabulations) | ||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-02 |
| | |||
* | applied first try at sync conflict handling (VMiklos) plus a couple changes | Judd Vinet | 2005-12-26 |
| | |||
* | improved the Replace question format a bit | Judd Vinet | 2005-10-20 |
| | |||
* | added a missing header file declaration | Aurelien Foret | 2005-10-10 |
| | |||
* | added conversation callback support for transactions | Judd Vinet | 2005-10-09 |
| | |||
* | fixed cb_trans() prototype | Aurelien Foret | 2005-05-09 |
| | |||
* | fixed a log message | Aurelien Foret | 2005-04-17 |
| | |||
* | - updated sync feature | Aurelien Foret | 2005-04-13 |
| | | | | - added 2 new transaction events | ||
* | sync with changes in alpm.h and new RESOLVEDEPS event | Aurelien Foret | 2005-04-02 |
| | |||
* | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 2005-03-19 |