pacman/lib/libalpm
morganamilo 58c81fa213 alpm: return -1 for error in find_dl_candidates
This is the error value generally used and the calling function
explicitly checks for -1, later causing the error to be missed
and the transaction to continue.

> pacman -S xterm
warning: xterm-369-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)  Old Version  New Version  Net Change  Download Size

extra/xterm  369-1        369-1          0.00 MiB       0.42 MiB

Total Download Size:   0.42 MiB
Total Installed Size:  1.05 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n]
error: no servers configured for repository: extra
(1/1) checking keys in keyring                                                                 [--------------------------------------------------------] 100%
(1/1) checking package integrity                                                               [--------------------------------------------------------] 100%
error: failed to commit transaction (wrong or NULL argument passed)
Errors occurred, no packages were upgraded.
2021-12-29 16:16:18 +10:00
..
po Include az_AZ translation files 2021-09-04 18:02:39 +10:00
.gitignore libalpm: add pkg-config file 2012-04-25 20:02:36 -04:00
add.c Update mailing list url 2021-11-20 12:38:25 -08:00
add.h Update mailing list url 2021-11-20 12:38:25 -08:00
alpm.c Update mailing list url 2021-11-20 12:38:25 -08:00
alpm.h Update mailing list url 2021-11-20 12:38:25 -08:00
alpm_list.c Update mailing list url 2021-11-20 12:38:25 -08:00
alpm_list.h Update mailing list url 2021-11-20 12:38:25 -08:00
backup.c Update mailing list url 2021-11-20 12:38:25 -08:00
backup.h Update mailing list url 2021-11-20 12:38:25 -08:00
base64.c base64.c: comment out unused variable 2014-01-15 15:54:56 +10:00
base64.h Do not #define _RESERVED_IDENTIFIERS 2016-09-25 18:04:57 +10:00
be_local.c Update mailing list url 2021-11-20 12:38:25 -08:00
be_package.c Update mailing list url 2021-11-20 12:38:25 -08:00
be_sync.c Update mailing list url 2021-11-20 12:38:25 -08:00
conflict.c Update mailing list url 2021-11-20 12:38:25 -08:00
conflict.h Update mailing list url 2021-11-20 12:38:25 -08:00
db.c Update mailing list url 2021-11-20 12:38:25 -08:00
db.h Update mailing list url 2021-11-20 12:38:25 -08:00
deps.c Update mailing list url 2021-11-20 12:38:25 -08:00
deps.h Update mailing list url 2021-11-20 12:38:25 -08:00
diskspace.c Update mailing list url 2021-11-20 12:38:25 -08:00
diskspace.h Update mailing list url 2021-11-20 12:38:25 -08:00
dload.c Prevent translation of curl 2021-11-20 12:39:42 -08:00
dload.h Update mailing list url 2021-11-20 12:38:25 -08:00
error.c Update mailing list url 2021-11-20 12:38:25 -08:00
filelist.c Update mailing list url 2021-11-20 12:38:25 -08:00
filelist.h Update mailing list url 2021-11-20 12:38:25 -08:00
graph.c Update mailing list url 2021-11-20 12:38:25 -08:00
graph.h Update mailing list url 2021-11-20 12:38:25 -08:00
group.c Update mailing list url 2021-11-20 12:38:25 -08:00
group.h Update mailing list url 2021-11-20 12:38:25 -08:00
handle.c Update mailing list url 2021-11-20 12:38:25 -08:00
handle.h Update mailing list url 2021-11-20 12:38:25 -08:00
hook.c Update mailing list url 2021-11-20 12:38:25 -08:00
hook.h Update mailing list url 2021-11-20 12:38:25 -08:00
libalpm.pc.in Update urls to not use www. for archlinux.org 2021-04-08 10:14:33 +10:00
libarchive-compat.h Update mailing list url 2021-11-20 12:38:25 -08:00
log.c Update mailing list url 2021-11-20 12:38:25 -08:00
log.h Update mailing list url 2021-11-20 12:38:25 -08:00
meson.build Remove support for deltas from libalpm 2019-03-07 11:12:12 +10:00
package.c Update mailing list url 2021-11-20 12:38:25 -08:00
package.h Update mailing list url 2021-11-20 12:38:25 -08:00
pkghash.c Update mailing list url 2021-11-20 12:38:25 -08:00
pkghash.h Update mailing list url 2021-11-20 12:38:25 -08:00
rawstr.c Remove all modelines from the project 2018-05-14 09:59:15 +10:00
remove.c alpm: fix wrong access() being used 2021-11-20 12:39:22 -08:00
remove.h Update mailing list url 2021-11-20 12:38:25 -08:00
signing.c Update mailing list url 2021-11-20 12:38:25 -08:00
signing.h Update mailing list url 2021-11-20 12:38:25 -08:00
sync.c alpm: return -1 for error in find_dl_candidates 2021-12-29 16:16:18 +10:00
sync.h Update mailing list url 2021-11-20 12:38:25 -08:00
trans.c Update mailing list url 2021-11-20 12:38:25 -08:00
trans.h Update mailing list url 2021-11-20 12:38:25 -08:00
util.c Update mailing list url 2021-11-20 12:38:25 -08:00
util.h Update mailing list url 2021-11-20 12:38:25 -08:00
version.c Update mailing list url 2021-11-20 12:38:25 -08:00