.. |
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: fix potential insecure usage in vfork().
|
2019-06-18 18:49:29 +02:00 |
fetch
|
lib/fetch: fix CID 284966 in a different way.
|
2020-04-20 10:31:13 +02:00 |
portableproplib
|
lib/portableproplib/prop_object.c: fix CID 284969 (Double free).
|
2020-04-19 11:17:39 +02:00 |
archive.c
|
Revert "Verify repodata signature"
|
2020-01-06 14:33:49 +01:00 |
cb_util.c
|
Remove the config.h kludge and override vasprintf detection via HAVE_VASPRINTF.
|
2014-01-20 18:50:33 +01:00 |
conf.c
|
lib/conf.c: fix CID 284952 (Identical branches).
|
2020-04-19 11:22:17 +02:00 |
download.c
|
lib/download.c: fix digestlen assert and add if condition to avoid misuse
|
2020-02-10 15:03:54 +01:00 |
initend.c
|
xbps_init: fix typo in debug output.
|
2020-04-20 20:20:29 +02:00 |
log.c
|
xbps_dbg_printf{,_append}: return if xhp is NULL.
|
2020-01-11 09:48:38 +01:00 |
Makefile
|
lib/Makefile: bump LIBXBPS_MICRO.
|
2020-04-14 20:27:54 +02:00 |
package_alternatives.c
|
Fix warnings detected by LTO.
|
2020-04-23 08:32:54 +02:00 |
package_config_files.c
|
lib/package_config_files.c: use _get_cstring_nocopy for sha256_orig
|
2020-02-10 13:32:17 +01:00 |
package_configure.c
|
libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes.
|
2020-02-08 19:49:57 +01:00 |
package_fulldeptree.c
|
xbps_get_pkg_fulldeptree: switch to uthash.
|
2020-02-23 22:18:34 +01:00 |
package_msg.c
|
Added LTO support and fix warnings (maybe-uninitialized).
|
2019-06-27 18:09:26 +02:00 |
package_orphans.c
|
Fix warnings detected by LTO.
|
2020-04-23 08:32:54 +02:00 |
package_register.c
|
lib: keep pkgdb props on updates in the proper place.
|
2020-04-22 12:20:38 +02:00 |
package_remove.c
|
libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes.
|
2020-02-08 19:49:57 +01:00 |
package_script.c
|
libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes.
|
2020-02-08 19:49:57 +01:00 |
package_state.c
|
libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes.
|
2020-02-08 19:49:57 +01:00 |
package_unpack.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
pkgdb_conversion.c
|
Introduce xbps_plist_{array,dictionary}_from_file().
|
2015-05-28 10:15:05 +02:00 |
pkgdb.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
plist_fetch.c
|
xbps_repo_fetch_remote: use XBPS_REPOIDX_META.
|
2020-01-06 15:09:16 +01:00 |
plist_find.c
|
lib/plist_find.c: fix false positive detecting vpkgs.
|
2020-02-24 10:22:52 +01:00 |
plist_match.c
|
libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes.
|
2020-02-08 19:49:57 +01:00 |
plist_remove.c
|
libxbps: ABI/API break due to xbps_pkg{,pattern}_name changes.
|
2020-02-08 19:49:57 +01:00 |
plist.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
proplib_wrapper.c
|
Introduce xbps_plist_{array,dictionary}_from_file().
|
2015-05-28 10:15:05 +02:00 |
pubkey2fp.c
|
upgrade to openssl 1.1.x.
|
2019-01-24 14:57:50 -05:00 |
repo_sync.c
|
lib/repo_sync.c: set umask before creating repo cache directories
|
2019-06-14 21:08:55 +02:00 |
repo.c
|
Use xbps_repo_release() where applicable.
|
2020-04-19 11:09:05 +02:00 |
rpool.c
|
repo: introduce xbps_repo_release(), misc changes.
|
2020-04-14 20:27:54 +02:00 |
transaction_check_conflicts.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
transaction_check_replaces.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
transaction_check_revdeps.c
|
Fix warnings detected by LTO.
|
2020-04-23 08:32:54 +02:00 |
transaction_check_shlibs.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
transaction_commit.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
transaction_fetch.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
transaction_files.c
|
lib/transaction_files.c: fix CID 284958 (Resource leak).
|
2020-04-19 11:17:02 +02:00 |
transaction_ops.c
|
Multiple changes to pkgs on hold mode.
|
2020-04-23 06:03:56 +02:00 |
transaction_pkg_deps.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
transaction_prepare.c
|
Multiple changes to pkgs on hold mode.
|
2020-04-23 06:03:56 +02:00 |
transaction_store.c
|
xbps_transaction_*: multiple performance improvements (v2).
|
2020-02-21 09:37:32 +01:00 |
util_hash.c
|
lib/util_hash.c: add conditions to avoid misuse without asserts
|
2020-02-10 15:03:54 +01:00 |
util_path.c
|
lib/util_path.c: add some util functions to work with paths
|
2020-02-14 19:20:54 +01:00 |
util.c
|
lib/util.c: add assertions everywhere.
|
2020-02-08 20:00:56 +01:00 |
verifysig.c
|
libxbps: ABI/API break due to hash function changes
|
2020-02-10 13:32:17 +01:00 |