1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/lib/libalpm
Aaron Griffin af2fb3324a Numerous changes:
*   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-31 06:39:59 +00:00
..
po Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu> 2006-10-15 23:54:43 +00:00
.cvsignore added .cvsignore files 2006-03-27 17:17:35 +00:00
add.c Numerous changes: 2006-10-31 06:39:59 +00:00
add.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
alpm.c Numerous changes: 2006-10-31 06:39:59 +00:00
alpm.h Numerous changes: 2006-10-31 06:39:59 +00:00
backup.c Numerous changes: 2006-10-31 06:39:59 +00:00
backup.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
be_files.c Numerous changes: 2006-10-31 06:39:59 +00:00
cache.c Numerous changes: 2006-10-31 06:39:59 +00:00
cache.h Numerous changes: 2006-10-31 06:39:59 +00:00
conflict.c Numerous changes: 2006-10-31 06:39:59 +00:00
conflict.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
db.c Numerous changes: 2006-10-31 06:39:59 +00:00
db.h Moved downloaded db unpacking to the backend files, to easier allow conversion 2006-10-25 18:15:25 +00:00
deps.c Numerous changes: 2006-10-31 06:39:59 +00:00
deps.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
Doxyfile added Doxyfile 2005-11-21 22:14:32 +00:00
error.c Numerous changes: 2006-10-31 06:39:59 +00:00
error.h Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
group.c Numerous changes: 2006-10-31 06:39:59 +00:00
group.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
handle.c Numerous changes: 2006-10-31 06:39:59 +00:00
handle.h Minor changes: 2006-10-21 01:27:35 +00:00
list.c Numerous changes: 2006-10-31 06:39:59 +00:00
list.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
log.c - db_write: add support to write both local and sync entries 2006-02-16 21:02:39 +00:00
log.h More extern moving - keep extern decls in the headers makes for easier/better 2006-10-21 01:38:59 +00:00
Makefile.am Numerous changes: 2006-10-31 06:39:59 +00:00
md5.c Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5.h Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
md5driver.c Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
package.c Numerous changes: 2006-10-31 06:39:59 +00:00
package.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
provide.c Numerous changes: 2006-10-31 06:39:59 +00:00
provide.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
remove.c Numerous changes: 2006-10-31 06:39:59 +00:00
remove.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
server.c Numerous changes: 2006-10-31 06:39:59 +00:00
server.h Numerous changes: 2006-10-31 06:39:59 +00:00
sha1.c Added sha1 support (for now?) 2006-10-15 22:20:21 +00:00
sha1.h Added sha1 support (for now?) 2006-10-15 22:20:21 +00:00
sync.c Numerous changes: 2006-10-31 06:39:59 +00:00
sync.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
trans.c Numerous changes: 2006-10-31 06:39:59 +00:00
trans.h A handful of minor changes: 2006-10-20 06:26:55 +00:00
util.c Numerous changes: 2006-10-31 06:39:59 +00:00
util.h Numerous changes: 2006-10-31 06:39:59 +00:00
versioncmp.c Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00
versioncmp.h Merged frugalware changes (too many to list). Also added some config file 2006-10-15 19:31:03 +00:00