xbps/lib
Juan RP 0f17197627 libxbps: use a struct allocated from stack for the unpack cb.
(cherry picked from commit a658586f27fd0a0c2c78ea96f89b54055e1e73be)
2012-09-29 19:00:04 +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 libxbps: use memcpy in critical paths for performance, fixed some memleaks. 2012-06-18 10:43:05 +02:00
Makefile Import proplib-0.6.1. 2012-07-10 23:33:19 +02:00
package_config_files.c libxbps: require a pointer to xbps_handle in functions that need it. 2012-06-14 08:22:11 +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 libxbps: extend the list of symlinks in rootdir to be ignored. 2012-07-14 12:11:55 +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: use a struct allocated from stack for the unpack cb. 2012-09-29 19:00:04 +02:00
pkgdb.c libxbps: simplify pkgdb_get_pkgd and find_pkg_dict_installed internals. 2012-06-16 09:02:07 +02:00
plist_archive_entry.c xbps_dictionary_from_archive_entry: simplify and sync zlib code with proplib. 2012-06-20 09:26:00 +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 libxbps: use memcpy in critical paths for performance, fixed some memleaks. 2012-06-18 10:43:05 +02:00
repository_pool.c libxbps: xbps_rpool_release: don't release repo_pool, it's already released. 2012-06-18 10:49:36 +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 transaction_sortdeps: check if dep is installed by pattern. 2012-07-04 11:55:51 +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 libxbps: xbps_pkg_arch_match: fix conditional tests. 2012-07-21 21:49:37 +02:00