xbps/lib
Juan RP 8f20f4c0c6 libxbps: use OpenSSL SHA256, 5x faster xbps_get_file_hash() implementation.
* libxbps: improved xbps_get_file_hash() to mmap(2) rather than read(2)
  the file we have to process. With mmap'ed files the hash can be
  processed 5x faster than before, or even more in some cases.

* libxbps: switch to OpenSSL SHA256 implementation and remove the one
  previously used. It's faster and OpenSSL is required for libfetch so
  there is not point in using it.
2010-05-20 02:43:56 +02:00
..
compat Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
fetch Merge libfetch-2.30 from NetBSD's pkgsrc. 2010-01-24 15:47:53 +01: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
humanize_number.c
Makefile libxbps: use OpenSSL SHA256, 5x faster xbps_get_file_hash() implementation. 2010-05-20 02:43:56 +02:00
mkpath.c
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 libxbps: if XBPS_FLAG_VERBOSE is set print to stdout some info about binary 2010-05-18 23:04:14 +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 libxbps: bah do not ignore ENOENT when running INSTALL/REMOVE scripts. 2010-05-18 13:40:51 +02:00
util.c libxbps: use OpenSSL SHA256, 5x faster xbps_get_file_hash() implementation. 2010-05-20 02:43:56 +02:00