1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
rclone/lib
2023-07-30 03:02:08 +01:00
..
atexit lib/atexit: ensure OnError only calls cancel function once 2023-03-22 12:50:58 +00:00
bucket bucket: add Join function for a simplified path.Join 2023-03-03 15:51:00 +00:00
buildinfo version: fix reported os/kernel version for windows 2023-04-10 12:02:26 +02:00
cache lib/cache: fix alias backend shutting down too soon 2022-11-09 16:29:23 +00:00
daemonize build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
debug build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00
dircache lib: fix typos found by codespell 2023-03-24 20:40:52 +00:00
encoder Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
env
errors lib: fix typos found by codespell 2023-03-24 20:40:52 +00:00
exitcode --max-transfer - add new exit code (10) 2023-07-18 09:51:31 +01:00
file authorize: add support for custom templates 2023-02-24 15:08:38 +00:00
http http: CORS should not be send if not set (#6433) 2023-07-29 16:12:31 +09:00
israce
jwtutil Use jwt-go (golang-jwt) instead of deprecated jws (x/oauth2/jws) 2023-03-26 19:20:50 +02:00
kv build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
mmap build: add package comments to silence revive linter 2022-08-28 13:43:51 +02:00
oauthutil rclone config redacted: implement support mechanism for showing redacted config 2023-07-07 16:25:14 +01:00
pacer
plugin Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
pool
proxy ftp,sftp: add socks_proxy support for SOCKS5 proxies 2023-07-30 03:02:08 +01:00
random
ranges
readers test: use decompressed.String() instead of string(decompressed.Bytes()) 2023-03-26 14:28:15 +02:00
rest build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00
structs test: do not test deprecated and unused Dial and DialTLS functions on http Transport type 2023-03-26 14:28:15 +02:00
terminal lib: fix typos found by codespell 2023-03-24 20:40:52 +00:00
version