xbps/lib
Juan RP 8534b79ffc Prepare for going-to-be-released 0.6.1.
Includes the following change:

* When replacing a package that is going to be updated in the transaction
   do not remove it, just overwrite its files and continue. The updated
   package will find that old files didn't match the SHA256 hash and will
   skip them. This solves the issue of new package updates requiring new
   dependencies with files that were previously stored in the old version.
   For example gtk+-2.20 containing gdk-pixbuf, and gtk+-2.22 requiring
   gdk-pixbuf externally.
2010-10-23 18:09:35 +02:00
..
compat Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
fetch Import and merge libfetch-2.31 from NetBSD pkgsrc. 2010-06-02 23:44:25 +02:00
portableproplib Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
cmpver.c libxbps: change the epoch char to ':' to differentiate the starting char in pkgname. 2010-05-11 13:38:35 +02:00
config_files.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
configure.c libxbps: bah do not ignore ENOENT when running INSTALL/REMOVE scripts. 2010-05-18 13:40:51 +02:00
download.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
fexec.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
humanize_number.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
Makefile libxbps: use OpenSSL SHA256, 5x faster xbps_get_file_hash() implementation. 2010-05-20 02:43:56 +02:00
mkpath.c Mega-commit to document the API with doxygen. 2010-01-21 03:10:19 +01:00
orphans.c xbps_find_orphan_packages: improve doxygen documentation. 2010-01-23 06:29:34 +01:00
pkgmatch.c Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
plist.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
purge.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
register.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
regpkgs_dictionary.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
remove_obsoletes.c libxbps::xbps_remove_obsoletes(): reset a var to 0 in non fatal errors! 2010-05-18 15:33:27 +02:00
remove.c libxbps: bah do not ignore ENOENT when running INSTALL/REMOVE scripts. 2010-05-18 13:40:51 +02:00
repository_finddeps.c lib/repository_finddeps.c: change var names to be more descriptive, add 2010-05-20 07:21:24 +02:00
repository_findpkg.c libxbps: if XBPS_FLAG_VERBOSE is set print to stdout some info about binary 2010-05-18 23:04:14 +02:00
repository_plist.c xbps_repository_get_pkg_plist_dict_from_url: stop processing the archive 2010-01-22 23:54:33 +01:00
repository_pool.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
repository_sync_index.c libxbps: fixed all warnings found by clang. 2010-04-28 23:30:56 +02:00
repository.c xbps_repository_register(): if repository already exists return EEXIST. 2010-04-27 18:01:25 +02:00
requiredby.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
sortdeps.c Avoid endless loop while sorting dependencies due to missing packages. 2010-01-29 04:44:40 +01:00
state.c Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
unpack.c Prepare for going-to-be-released 0.6.1. 2010-10-23 18:09:35 +02:00
util.c xbps_[gs]et_cachedir(): ensure we don't copy more than buffer's size including NUL. 2010-05-20 15:10:36 +02:00