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. | ||
* | More extern moving - keep extern decls in the headers makes for easier/better | Aaron Griffin | 2006-10-21 |
| | | | | reuse. | ||
* | 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 |
| | |||
* | added a debug log | Aurelien Foret | 2006-03-02 |
| | |||
* | the library must provide default values for main options | Aurelien Foret | 2006-02-20 |
| | |||
* | 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 FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵ | Aurelien Foret | 2006-01-21 |
| | | | | (for tests purpose) | ||
* | removed handle/uid checks (CYGWIN) | Aurelien Foret | 2006-01-07 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>) | Aurelien Foret | 2005-12-28 |
| | |||
* | added PM_OPT_CACHEDIR library option | Aurelien Foret | 2005-10-10 |
| | |||
* | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 2005-10-07 |
| | |||
* | Applied reworked patch from VMiklos (vmiklos@frugalware.org) | Aurelien Foret | 2005-10-05 |
| | | | | Close the lock file descriptor upon handle release | ||
* | reworked handle structure initialization | Aurelien Foret | 2005-04-16 |
| | |||
* | reworked dbpath handling to make it possible to use databases stored at ↵ | Aurelien Foret | 2005-03-28 |
| | | | | different locations at the same time | ||
* | Fixed some typo... | Aurelien Foret | 2005-03-18 |
| | |||
* | Removed unuseful getuid() calls | Aurelien Foret | 2005-03-18 |
| | |||
* | Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal | Aurelien Foret | 2005-03-16 |
| | | | | defines). | ||
* | New ORE tag | Aurelien Foret | 2005-03-16 |
| | |||
* | Removed the "__" prefix from __pm_logcb and __pm_logmask | Aurelien Foret | 2005-03-16 |
| | | | | Not needed for library internal data | ||
* | Renamed PACXXX defines to PM_XXX | Aurelien Foret | 2005-03-16 |
| | |||
* | Initial revision | Judd Vinet | 2005-03-15 |