xbps/lib
Juan RP f9fc39fcdc Repair xbps_find_pkg_orphans() after pkgdb 0.21 format switch.
The problem was that pkgdb is now a dictionary, thus this contains
an unordered set of objects, therefore we cannot depend in the order
anymore.
2013-03-09 09:56:36 +01:00
..
compat lib/compat/vasprintf.c: make this build and fix sign-compare warnings. 2013-02-02 01:31:20 +01:00
external lib/external/fexec.c: add some parens so that expression is evaluated correctly. 2013-03-07 20:15:16 +01:00
fetch lib/fetch/common.c: merge 2.34 and backport a patch for select(2) and SSL. 2013-01-13 21:09:15 +01:00
portableproplib XBPS can now be built on NetBSD (and probably any other BSD variant). 2012-12-06 12:58:17 +01:00
cb_util.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
download.c Set _BSD_SOURCE before including string.h to get strlc{at,py} with musl. 2013-03-03 08:21:00 +01:00
initend.c Ignore executing install/remove scripts if XBPS_TARGET_ARCH is set. 2013-03-07 18:08:12 +01:00
Makefile XBPS can now be built on NetBSD (and probably any other BSD variant). 2012-12-06 12:58:17 +01:00
package_config_files.c Re-use pkgname from unpack to handle config files. 2013-03-08 10:11:16 +01:00
package_configure.c Introduce XBPS_STATE_CONFIGURE_DONE and use it in xbps-reconfigure(8). 2013-03-07 09:24:04 +01:00
package_conflicts.c lib/package_conflicts.c: adapt to pkgdb 0.21 format. 2013-03-06 12:55:00 +01:00
package_orphans.c Repair xbps_find_pkg_orphans() after pkgdb 0.21 format switch. 2013-03-09 09:56:36 +01:00
package_register.c Respect automatic-install mode from pkgdb in transaction updates. 2013-03-07 10:03:59 +01:00
package_remove_obsoletes.c Major API/ABI cleanup bringing performance improvements and fixes. 2012-11-30 07:11:51 +01:00
package_remove.c Respect automatic-install mode from pkgdb in transaction updates. 2013-03-07 10:03:59 +01:00
package_script.c Ignore executing install/remove scripts if XBPS_TARGET_ARCH is set. 2013-03-07 18:08:12 +01:00
package_state.c Respect automatic-install mode from pkgdb in transaction updates. 2013-03-07 10:03:59 +01:00
package_unpack.c Re-use pkgname from unpack to handle config files. 2013-03-08 10:11:16 +01:00
pkgdb.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
plist_archive_entry.c xbps_dictionary_from_archive_entry: faster when plist is already uncompressed. 2012-11-11 16:57:23 +01:00
plist_fetch.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
plist_find.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
plist_match.c Use prop iterators when needed to retain the obj. 2012-11-30 09:49:09 +01:00
plist_remove.c Major API/ABI cleanup bringing performance improvements and fixes. 2012-11-30 07:11:51 +01:00
plist.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
rindex_get.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
rindex_pkgdeps.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
rindex_sync.c Ignore executing install/remove scripts if XBPS_TARGET_ARCH is set. 2013-03-07 18:08:12 +01:00
rpool_get.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
rpool.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
transaction_commit.c Ignore executing install/remove scripts if XBPS_TARGET_ARCH is set. 2013-03-07 18:08:12 +01:00
transaction_dictionary.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
transaction_ops.c Revert code to update xbps independently; I'll use another way to implement this. 2013-03-08 09:44:57 +01:00
transaction_package_replace.c New pkgdb (0.21) and repo index (1.7) format, see NEWS for info. 2013-03-05 04:08:42 +01:00
transaction_sortdeps.c libxbps: when resolving deps, ignore all of them that depend on the origin pkg. 2013-02-07 18:50:55 +01:00
util_hash.c xbps_file_hash: use madvise(2). 2012-12-15 09:51:05 +01:00
util.c Ignore executing install/remove scripts if XBPS_TARGET_ARCH is set. 2013-03-07 18:08:12 +01:00