rclone:fix-local-symlink

Last commit made on 2021-04-29
Get this branch:
git clone -b fix-local-symlink https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-local-symlink
Repository:
lp:rclone

Recent commits

1dc58a9... by Nick Craig-Wood

local: add debugging for link problem

See: https://forum.rclone.org/t/problem-with-symlinks-and-links/23840/13

34627c5... by Nick Craig-Wood

librclone: update docs for merge #4891

e33303d... by Nick Craig-Wood

librclone: add basic Python bindings with tests #4891

665ecea... by Nick Craig-Wood

librclone: catch panics at the language change boundary #4891

ba09ee1... by Nick Craig-Wood

librclone: factor into gomobile and internal implementation #4891

This was needed because gomobile can't use a main package wheras this
is required to make a normal shared C library.

62bf63d... by Nick Craig-Wood

librclone: add tests for build and execute them in the actions #4891

f38c262... by Nick Craig-Wood

librclone: change interface for C code and add Mobile interface #4891

This changes the interface for the C code to return a struct on the
stack that is defined in the code rather than one which is defined by
the cgo compiler. This is more future proof and inline with the
gomobile interface.

This also adds a gomobile interface RcloneMobileRPC which uses generic
go types conforming to the gobind restrictions.

It also fixes up initialisation errors.

5db88fe... by Nick Craig-Wood

librclone: exports, errors, docs and examples #4891

- rename C exports to be namespaced with Rclone prefix
- fix error handling in RcloneRPC
- add more examples
- add more docs
- add README
- simplify ctest Makefile

316e655... by lewisxy <email address hidden>

librclone: export the rclone RC as a C library #4891

4401d18... by Tatsuya Noyori <email address hidden>

s3: add --s3-no-head-object

This stops rclone doing any HEAD requests on objects.