xbps/lib
Juan RP ebc0f27ae1 Do not add to the queue a pkgdep that has been already added via a vpkg.
The problem was after merging udev into systemd, udev is now a virtual pkg
and another dependency was requiring it and added systemd (real pkg) to
the list, but later in the sorting phase systemd was added again breaking
the dependency order.
2012-10-06 10:34:29 +02:00
..
compat libxbps: hide compat symbols. 2012-06-18 09:52:19 +02:00
external libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
fetch libfetch: fix warnings. 2012-07-19 18:00:31 +02:00
portableproplib Import proplib-0.6.1. 2012-07-10 23:33:19 +02:00
cb_util.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
download.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
initend.c xbps-{bin,repo}: add -B flag to set default repo if xbps.conf not found. 2012-09-29 19:10:48 +02:00
Makefile Import proplib-0.6.1. 2012-07-10 23:33:19 +02:00
package_config_files.c libxbps: unpack: simplify file hash matching code. 2012-09-30 17:07:51 +02:00
package_configure.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
package_conflicts.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
package_orphans.c libxbps: performance improvements by caching the most accessed paths. 2012-06-15 15:33:11 +02:00
package_register.c Added "install-date" object to pkg's pkgdb dictionary, make xbps-bin(8) print it. 2012-07-11 12:19:39 +02:00
package_remove_obsoletes.c remove_obsoletes: deal with unexistent arrays in both dictionaries. 2012-09-30 08:57:57 +02:00
package_remove.c xbps_remove_pkg: do not pass dangling pointers to state cb after removing pkgdict. 2012-07-04 09:52:51 +02:00
package_requiredby.c libxbps: performance improvements by caching the most accessed paths. 2012-06-15 15:33:11 +02:00
package_state.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
package_unpack.c libxbps: unpack: before extracting re-set entry_pname. 2012-10-01 16:41:50 +02:00
pkgdb.c pkgdb: flush uncompressed pkgdb for performance reasons. 2012-09-29 20:28:39 +02:00
plist_archive_entry.c xbps_dictionary_from_archive_entry: fixed internalizing uncompressed dictionaries. 2012-09-29 19:05:33 +02:00
plist_fetch.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
plist_find.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
plist_match.c libxbps: require an underscore in strings to detect correctly pkgname/version. 2012-06-05 10:58:39 +02:00
plist_remove.c libxbps: performance improvements by caching the most accessed paths. 2012-06-15 15:33:11 +02:00
plist.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
repository_finddeps.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
repository_pool_find.c xbps_rpool_dictionary_metadata_plist: do not release dictionary without refcounts! 2012-09-30 08:10:49 +02:00
repository_pool.c xbps_rpool_release: fix a memleak found by valgrind. 2012-09-29 19:10:28 +02:00
repository_sync_index.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
transaction_commit.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
transaction_dictionary.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
transaction_ops.c xbps_transaction_update_packages: make packages on hold work (duh!). 2012-09-29 18:58:21 +02:00
transaction_package_replace.c xbps_transaction_package_replace: misc cosmetic changes to dbg printfs. 2012-07-04 11:54:37 +02:00
transaction_sortdeps.c Do not add to the queue a pkgdep that has been already added via a vpkg. 2012-10-06 10:34:29 +02:00
util_hash.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +02:00
util.c xbps_path_from_repository_uri: do not look for binpkgs in repo arch dirs anymore. 2012-09-30 10:13:06 +02:00