xbps/lib
Juan RP 463d182c49 When sorting packages also look for virtual packages.
A new function xbps_find_virtual_pkg_in_dict() has been made public
to the API to make this find duplicate packages in the transaction
when updating packages.
2011-01-28 20:56:28 +01:00
..
compat
fetch
portableproplib
cmpver.c Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
download.c xbps_fetch_file: memset the stat(2) struct before using it. 2011-01-25 17:49:24 +01:00
fexec.c Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
humanize_number.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
initend.c Update API documentation for recent changes. 2011-01-22 14:24:51 +01:00
Makefile Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
mkpath.c lib/mkpath.c: don't document this file, it's included in the util group. 2011-01-22 16:38:52 +01:00
package_config_files.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_configure.c Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00
package_orphans.c Rename xbps_find_orphan_packages() to xbps_find_pkg_orphans(). 2011-01-27 12:19:05 +01:00
package_purge.c Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00
package_register.c Make xbps_remove_pkg_from_* use shared code, and add another variant. 2011-01-27 18:22:57 +01:00
package_remove_obsoletes.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_remove.c Rename a few symbols for clarity. 2011-01-27 12:34:13 +01:00
package_requiredby.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_state.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_unpack.c xbps_unpack_binary_pkg: rename fn callback arg to be shorter. 2011-01-22 12:56:33 +01:00
pkgmatch.c xbps_pkgpattern_match: remove a wrong memset(3) call. 2011-01-22 17:25:37 +01:00
plist.c When sorting packages also look for virtual packages. 2011-01-28 20:56:28 +01:00
regpkgdb_dictionary.c regpkgdb_dictionary.c: bump copyright year for previous changes. 2011-01-18 20:21:35 +01:00
repository_finddeps.c xbps_repository_find_pkg_deps: do not recurse more than MAX_DEPTH times, return ELOOP. 2011-01-28 12:12:47 +01:00
repository_findpkg.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
repository_plist.c Rename some symbols in repository_plist.c. 2011-01-27 13:53:33 +01:00
repository_pool.c Implemented support for virtual packages. 2011-01-26 18:05:43 +01:00
repository_register.c repository_register.c: fix doxygen @file mark. 2011-01-27 12:44:32 +01:00
repository_sync_index.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
transaction_dictionary.c Start moving code from repository_find* to transaction_*. 2011-01-24 16:55:58 +01:00
transaction_sortdeps.c When sorting packages also look for virtual packages. 2011-01-28 20:56:28 +01:00
util.c Fix two asserts. 2011-01-27 20:47:34 +01:00