Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Numerous changes: | Aaron Griffin | 2006-10-31 |
| | | | | | | | | | | | | * Furthered the "lazy caching" to force the pkgcache to read nothing (INFRQ_NONE) by default. Anything requiring package data should now check the infolevel of each package and attempt to update it. This could be ironed out a bit more later (by using the front-end get_info function * Switched to libfetch. Drastic changes to the download code and the callback progress bar functions. Also fixed the return value of _alpm_downloadfiles_forreal. Downloading now supports http, ftp, https, and files urls, along with 'mtime's and numerous other fancy features from libfetch. | ||
* | A handful of minor changes: | Aaron Griffin | 2006-10-20 |
| | | | | | | | | * Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | ||
* | Copyright changes | Aaron Griffin | 2006-10-16 |
| | |||
* | 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 | ||
* | Applied changes from frugalware: | Aaron Griffin | 2006-10-15 |
| | | | | http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061009002226-e2957-93b82621b6b060312559ea0539699f659bd9cb97.gz | ||
* | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 2006-10-15 |
| | | | | | handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | removed db_scan calls - take 2 | Aurelien Foret | 2006-03-07 |
| | |||
* | removed db_scan calls | Aurelien Foret | 2006-03-07 |
| | |||
* | added more debug logs | Aurelien Foret | 2006-03-04 |
| | |||
* | code cleanup | Aurelien Foret | 2006-03-02 |
| | |||
* | conflict checks: when doing db-vs-target checks, opt to use the NEWER, ↵ | Judd Vinet | 2006-02-21 |
| | | | | to-be-installed package instead of the local db version if there's one available | ||
* | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 2006-02-17 |
| | | | | | | VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | ||
* | added a pmconflict_t structure to handle file conflicts | Aurelien Foret | 2006-02-05 |
| | |||
* | fixed typos in 2 debug logs | Aurelien Foret | 2006-02-01 |
| | |||
* | more code cleanup yet | Aurelien Foret | 2006-01-18 |
| | |||
* | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 2006-01-17 |
| | |||
* | reworked log messages | Aurelien Foret | 2006-01-17 |
| | |||
* | - code cleanup | Aurelien Foret | 2006-01-17 |
| | | | | - log improvements | ||
* | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | 2006-01-15 |
| | | | | checkconflicts() | ||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | fixed a possible memory corruption | Aurelien Foret | 2006-01-02 |
| | |||
* | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 2005-10-07 |
| | |||
* | Added a CYGWIN define to include header files required to build in a Cygwin ↵ | Aurelien Foret | 2005-10-06 |
| | | | | environment | ||
* | fixed a commented MLK in db_find_conflicts()/CHECK1 | Aurelien Foret | 2005-04-24 |
| | |||
* | moved db_find_conflicts from db.c to conflict.c | Aurelien Foret | 2005-03-22 |