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. | ||
* | Minor changes: | Aaron Griffin | 2006-10-21 |
| | | | | | * Moved the pmhandle_t extern decl around * Fixed a doxygen complaint | ||
* | 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 | ||
* | 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) | ||
* | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | 2006-07-14 |
| | | | | DB in an inconsistent state | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | added a NOSCRIPLET flag to transactions (patch from VMiklos ↵ | Aurelien Foret | 2006-03-07 |
| | | | | <vmiklos@frugalware.org>) | ||
* | code cleanup | Aurelien Foret | 2006-03-02 |
| | |||
* | 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 | ||
* | reworked logs | Aurelien Foret | 2006-02-12 |
| | |||
* | code cleanup | Aurelien Foret | 2006-02-05 |
| | |||
* | more code cleanup yet | Aurelien Foret | 2006-01-18 |
| | |||
* | - code cleanup | Aurelien Foret | 2006-01-17 |
| | | | | - log improvements | ||
* | more code cleanup | Aurelien Foret | 2006-01-16 |
| | |||
* | pulled out conflict checkings from checkdeps() in its own function: ↵ | Aurelien Foret | 2006-01-15 |
| | | | | checkconflicts() | ||
* | removed a restriction: the data parameter of XXX_prepare functions can be NULL | Aurelien Foret | 2006-01-07 |
| | |||
* | removed ORE tags (after tests, no real performance increase by implementing ↵ | Aurelien Foret | 2006-01-06 |
| | | | | them) | ||
* | - started to rename list_XXX calls to _alpm_list_XXX | Aurelien Foret | 2006-01-05 |
| | | | | - fixed 2 compilation warnings | ||
* | tweaked a log (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-01-05 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2005-12-28 |
| | |||
* | renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz | Judd Vinet | 2005-12-26 |
| | |||
* | 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 memory leak with md5 sums handling | Aurelien Foret | 2005-05-04 |
| | |||
* | event transaction callback rework to prepare the introduction of a ↵ | Aurelien Foret | 2005-05-04 |
| | | | | conversation callback | ||
* | code cleanup | Aurelien Foret | 2005-05-03 |
| | |||
* | make use of the new list_remove implementation | Aurelien Foret | 2005-05-03 |
| | |||
* | avoided to load twice the same target in remove_loadtarget() | Aurelien Foret | 2005-04-24 |
| | |||
* | some more efficiency in remove_prepare() cascade loop | Aurelien Foret | 2005-04-24 |
| | |||
* | rework the cache handling to avoid as much as possible calls to db_scan() | Aurelien Foret | 2005-04-23 |
| | |||
* | improved logs for package removal | Aurelien Foret | 2005-04-17 |
| | |||
* | reworked transaction prototypes | Aurelien Foret | 2005-04-16 |
| | |||
* | fixed a small memory leak | Aurelien Foret | 2005-04-08 |
| | |||
* | reverted back to trans->packages instead of install and remove queues | Aurelien Foret | 2005-04-06 |
| | |||
* | replaced transaction 'packages' field by 2 queues: one for packages to be ↵ | Aurelien Foret | 2005-04-06 |
| | | | | installed and the other for the ones to be removed | ||
* | reworked a log | Aurelien Foret | 2005-04-03 |
| | |||
* | - updated transaction events | Aurelien Foret | 2005-04-02 |
| | | | | - the cache is rebuilt after each package installation (to be reworked) | ||
* | started the work on "pacman_sync" | Aurelien Foret | 2005-03-30 |
| | |||
* | maked use of db->path instead of handle->root+handle->dbpath+db->treename | Aurelien Foret | 2005-03-28 |
| | |||
* | added a FREELISTPTR macro to free a PMList without freeing its data | Aurelien Foret | 2005-03-28 |
| | |||
* | made 'provides' actually work when updating 'requiredby' fields from deps | Aurelien Foret | 2005-03-27 |
| | |||
* | - fixed a small memory leak | Aurelien Foret | 2005-03-26 |
| | | | | - took into account sliptdep returned value | ||
* | reworked PM_LOG_XXX messages during install/remove/upgrade operations | Aurelien Foret | 2005-03-26 |
| | |||
* | More backport from pacman 2.9.5 (mainly for resolvedeps) | Aurelien Foret | 2005-03-26 |
| | |||
* | Backport from pacman 2.9.5 | Aurelien Foret | 2005-03-25 |
| | | | | | - list_remove, list_check and list_reverse - sortbydeps(mode) | ||
* | Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal | Aurelien Foret | 2005-03-16 |
| | | | | defines). | ||
* | Renamed PM_TRANS_CB_XXX to PM_TRANS_EVT_XXX | Aurelien Foret | 2005-03-15 |
| | |||
* | Initial revision | Judd Vinet | 2005-03-15 |