xbps/lib
classabbyamp 6de3c0f1fd lib/repo.c: add user-facing error message when repodata doesn't exist
Instead of just cryptically exiting 0 when opening a non-existant
repodata or stagedata, with the only message existing in the debug
output, show an error to the user on stderr.

mentioned in #519
2023-01-30 15:32:55 +01:00
..
compat Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
external lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
fetch lib/fetch: return 0 if buffer len is 0 and buf is NULL 2022-07-19 15:19:01 +02:00
portableproplib Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
archive.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
cb_util.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
conf.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
download.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
initend.c add XBPS_SYSLOG environment variable to overwrite configuration 2022-12-24 14:29:24 +01:00
log.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
Makefile lib: add binary package internalization step 2021-06-26 18:41:37 +02:00
package_alternatives.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_config_files.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_configure.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_fulldeptree.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_msg.c lib/package_msg: don't roundtrip data with fmemopen 2021-06-26 16:06:55 +02:00
package_orphans.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_register.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_remove.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_script.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
package_state.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_unpack.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
pkgdb_conversion.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
pkgdb.c lib: remove xhp argument from xbps_plist_{array,dictionary}_from_file 2022-12-24 14:29:24 +01:00
plist_fetch.c lib: only include fetch.h where required 2022-12-22 16:47:05 +01:00
plist_find.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
plist_match.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
plist_remove.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
plist.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
proplib_wrapper.c lib: remove xhp argument from xbps_plist_{array,dictionary}_from_file 2022-12-24 14:29:24 +01:00
pubkey2fp.c lib: remove xhp argument from xbps_pubkey2fp 2022-12-24 14:29:24 +01:00
repo_sync.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
repo.c lib/repo.c: add user-facing error message when repodata doesn't exist 2023-01-30 15:32:55 +01:00
rpool.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_check_conflicts.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_check_replaces.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_check_revdeps.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
transaction_check_shlibs.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_commit.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_fetch.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_files.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_internalize.c lib/transaction_internalize.c: switch out deprecated libarchive function 2021-06-26 19:19:10 +02:00
transaction_ops.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_pkg_deps.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_prepare.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
transaction_store.c lib: change xbps_dbg_printf to not require xbps_handle 2022-12-24 14:29:23 +01:00
util_hash.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
util_path.c lib: only include fetch.h where required 2022-12-22 16:47:05 +01:00
util.c lib: only include fetch.h where required 2022-12-22 16:47:05 +01:00
verifysig.c lib: remove xhp argument from xbps_pubkey2fp 2022-12-24 14:29:24 +01:00