Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-05 | Corrected -Rsc operation - dependancy info was not being read from the DB | Aaron Griffin | 1 | -4/+4 | |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 1 | -230/+116 | |
(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 | |||||
2006-10-31 | Numerous changes: | Aaron Griffin | 1 | -4/+7 | |
* 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. | |||||
2006-10-21 | More extern moving - keep extern decls in the headers makes for easier/better | Aaron Griffin | 1 | -12/+1 | |
reuse. | |||||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 1 | -4/+132 | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||||
2006-05-15 | first stage of i18n stuff from VMiklos | Judd Vinet | 1 | -13/+14 | |
2006-03-02 | added a debug log | Aurelien Foret | 1 | -0/+1 | |
2006-02-20 | the library must provide default values for main options | Aurelien Foret | 1 | -0/+3 | |
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 1 | -3/+3 | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||||
2006-01-21 | added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵ | Aurelien Foret | 1 | -0/+6 | |
(for tests purpose) | |||||
2006-01-07 | removed handle/uid checks (CYGWIN) | Aurelien Foret | 1 | -0/+4 | |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 | |
2005-12-28 | Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>) | Aurelien Foret | 1 | -0/+2 | |
2005-10-10 | added PM_OPT_CACHEDIR library option | Aurelien Foret | 1 | -0/+8 | |
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -0/+10 | |
2005-10-05 | Applied reworked patch from VMiklos (vmiklos@frugalware.org) | Aurelien Foret | 1 | -0/+1 | |
Close the lock file descriptor upon handle release | |||||
2005-04-16 | reworked handle structure initialization | Aurelien Foret | 1 | -14/+2 | |
2005-03-28 | reworked dbpath handling to make it possible to use databases stored at ↵ | Aurelien Foret | 1 | -20/+3 | |
different locations at the same time | |||||
2005-03-18 | Fixed some typo... | Aurelien Foret | 1 | -2/+2 | |
2005-03-18 | Removed unuseful getuid() calls | Aurelien Foret | 1 | -2/+2 | |
2005-03-16 | Renamed PM_RET_ERR to RET_ERR (no need for a PM_ prefix for internal | Aurelien Foret | 1 | -12/+12 | |
defines). | |||||
2005-03-16 | New ORE tag | Aurelien Foret | 1 | -0/+3 | |
2005-03-16 | Removed the "__" prefix from __pm_logcb and __pm_logmask | Aurelien Foret | 1 | -6/+6 | |
Not needed for library internal data | |||||
2005-03-16 | Renamed PACXXX defines to PM_XXX | Aurelien Foret | 1 | -1/+1 | |
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+229 | |