rclone/cmd
nielash 616a280aac bisync: fix error handling for renamed conflicts
Before this change, rclone could crash during modifyListing if a rename's
srcNewName is known but not found in the srcList
(srcNewName != "" && new == nil).
This scenario should not happen, but if it does, we should print an error
instead of crashing.

On #8458 there is a report of this possibly happening on v1.68.2. It is unknown
what the underlying issue was, and whether it still exists in the latest
version, but if it does, the user will now see an error and debug info instead
of a crash.
2025-09-22 17:31:08 +01:00
..
about docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
all convmv: add convmv command 2025-06-04 17:24:07 +01:00
authorize docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
backend docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
bisync bisync: fix error handling for renamed conflicts 2025-09-22 17:31:08 +01:00
cachestats docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
cat docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
check docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
checksum docs: consistent newline of first line in command output 2024-08-15 18:26:34 +02:00
cleanup docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
cmount cmount: introduce symlink support #2975 2024-12-13 12:43:20 +00:00
config docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
convmv docs: add some more details about supported regex syntax 2025-09-22 17:31:08 +01:00
copy docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
copyto docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
copyurl docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
cryptcheck docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
cryptdecode docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
dedupe docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
delete docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
deletefile docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
genautocomplete docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
gendocs build: restore error handling in gendocs 2025-09-22 17:31:08 +01:00
gitannex docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
hashsum docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
link docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
listremotes docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
ls docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
lsd docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
lsf docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
lsjson docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
lsl docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
md5sum docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
mkdir docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
mount mount: fix identification of symlinks in directory listings 2025-08-17 12:57:35 +01:00
mount2 mount2: introduce symlink support #2975 2024-12-13 12:43:20 +00:00
mountlib vfs: fix SIGHUP killing serve instead of flushing directory caches 2025-09-22 17:31:08 +01:00
move docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
moveto docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
ncdu docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
nfsmount serve nfs: make metadata files have special file handles 2025-04-07 13:41:29 +01:00
obscure docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
purge docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
rc docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
rcat docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
rcd docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
reveal docs: add minimum versions to the command pages 2022-12-03 18:58:55 +01:00
rmdir docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
rmdirs docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
selfupdate docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
serve vfs: fix SIGHUP killing serve instead of flushing directory caches 2025-09-22 17:31:08 +01:00
settier docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
sha1sum docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
size docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
sync docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
test docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
touch docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
tree docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
version docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
cmd.go config: make parsing of duration options consistent 2025-07-08 12:08:14 +02:00
completion.go cmd: make auto completion work for all shells and reduce the size 2024-02-29 14:46:50 +00:00
help.go docs: fix markdown lint issues in command docs 2025-09-22 17:31:07 +01:00
progress.go fs: Remove github.com/sirupsen/logrus and replace with log/slog 2025-05-23 11:27:49 +01:00
selfupdate_disabled.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
selfupdate_enabled.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
siginfo_bsd.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
siginfo_others.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00