xbps/lib
Juan RP 6a985190aa xbps_archive_fetch_xxx: avoid races with multiple threads in the libfetch code.
Protect our critical sections with a mutex for now, until libfetch
is really fixed to work correctly with multiple threads.
2014-12-22 18:18:20 +01:00
..
compat
external
fetch
portableproplib lib/portableproplib/prop_array.c: comment out another debug printf. 2014-11-13 15:22:58 +01:00
archive.c xbps-query(8: added --cat=FILE mode support. 2014-11-17 15:45:46 +01:00
cb_util.c
download.c Remove xdelta support: it never worked and wasn't fully implemented. 2014-10-24 11:04:51 +02:00
initend.c Files in the configuration directory have preference. 2014-12-09 12:05:18 +01:00
Makefile Introduce xbps_{pkgdb,rpool}_get_pkg_fulldeptree(). 2014-11-20 09:23:51 +01:00
package_config_files.c
package_configure.c xbps-reconfigure(8): new option -i, --ignore to ignore pkgs with -a, --all. 2014-12-09 13:10:48 +01:00
package_conflicts.c
package_find_obsoletes.c
package_fulldeptree.c Introduce xbps_{pkgdb,rpool}_get_pkg_fulldeptree(). 2014-11-20 09:23:51 +01:00
package_msg.c
package_orphans.c
package_register.c
package_remove.c lib/package_remove.c: simplify link relative check. 2014-10-25 10:32:58 +02:00
package_script.c Replaced config/system {repo,preserve,virtualpkg}.d with a single directory. 2014-11-06 09:58:04 +01:00
package_state.c
package_unpack.c unpack: get rid of code that checks for modified symlinks. 2014-10-25 06:52:12 +02:00
pkgdb_conversion.c
pkgdb.c Introduce xbps_{pkgdb,rpool}_get_pkg_fulldeptree(). 2014-11-20 09:23:51 +01:00
plist_fetch.c xbps_archive_fetch_xxx: avoid races with multiple threads in the libfetch code. 2014-12-22 18:18:20 +01:00
plist_find.c
plist_match.c xbps-reconfigure(8): new option -i, --ignore to ignore pkgs with -a, --all. 2014-12-09 13:10:48 +01:00
plist_remove.c
plist.c
proplib_wrapper.c Introduce xbps_array_add_first() to insert obj at the head of array. 2014-11-13 15:18:21 +01:00
pubkey2fp.c
repo_pkgdeps.c
repo_sync.c xbps_repo_sync: fix regression introduced in 87ca42f3. 2014-10-24 11:16:24 +02:00
repo.c repo: if local repodata archive is incomplete, remove it. 2014-11-29 08:44:21 +01:00
rpool.c Gratuitous ABI break: xbps_binpkg_get_xxx() -> xbps_archive_fetch_xxx(). 2014-11-21 09:51:57 +01:00
transaction_commit.c xbps_transaction_commit: if the pkg RSA signature is invalid print rval too. 2014-12-01 12:52:26 +01:00
transaction_dictionary.c xbps_transaction_prepare: check for unresolved shlibs a bit early. 2014-11-13 11:39:20 +01:00
transaction_ops.c Replaced config/system {repo,preserve,virtualpkg}.d with a single directory. 2014-11-06 09:58:04 +01:00
transaction_package_replace.c Introduce xbps_array_add_first() to insert obj at the head of array. 2014-11-13 15:18:21 +01:00
transaction_revdeps.c
transaction_shlibs.c
transaction_store.c
util_hash.c
util.c xbps_binpkg_{arch,pkgver}: return a buffer of matched string instead. 2014-11-19 11:56:16 +01:00
verifysig.c