Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
attackgithub
/
rclone
Public
forked from
rclone/rclone
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
rclone
lib
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 14, 2019
lib/env: Make env_test.go support Windows
id01
authored and
ncw
committed
abeb12c
View commit details
Copy full SHA for abeb12c
View code at this point
Browse repository at this point
Commits on May 11, 2019
Factor ShellExpand from sftp backend to lib/env
ncw
committed
5c0e5b8
View commit details
Copy full SHA for 5c0e5b8
View code at this point
Browse repository at this point
Commits on May 8, 2019
build: more pre go1.8 workarounds removed
ncw
committed
8beab1a
View commit details
Copy full SHA for 8beab1a
View code at this point
Browse repository at this point
Commits on May 2, 2019
Fix Multipart upload check
Show description for b9e16b3
fionera
authored and
ncw
committed
b9e16b3
View commit details
Copy full SHA for b9e16b3
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
fix spelling
B4dM4n
committed
48c0960
View commit details
Copy full SHA for 48c0960
View code at this point
Browse repository at this point
Commits on Apr 26, 2019
lib/errors: don't panic on uncomparable errors #3123
Show description for 7963320
ncw
committed
7963320
View commit details
Copy full SHA for 7963320
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
build: drop support for go1.8
ncw
committed
16d8014
View commit details
Copy full SHA for 16d8014
View code at this point
Browse repository at this point
Commits on Mar 16, 2019
lib/atexit: add SIGTERM to signals which run the exit handlers on unix
ncw
committed
fef7376
View commit details
Copy full SHA for fef7376
View code at this point
Browse repository at this point
Commits on Mar 1, 2019
lib/pacer: fix test on macOS
ncw
committed
f6eb5c6
View commit details
Copy full SHA for f6eb5c6
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
atexit: allow functions to be unregistered
Cnly
authored and
ncw
committed
12c8ee4
View commit details
Copy full SHA for 12c8ee4
View code at this point
Browse repository at this point
Commits on Feb 16, 2019
pacer: make pacer more flexible
Show description for 61616ba
B4dM4n
authored and
ncw
committed
61616ba
View commit details
Copy full SHA for 61616ba
View code at this point
Browse repository at this point
errors: add lib/errors package
B4dM4n
authored and
ncw
committed
9ed721a
View commit details
Copy full SHA for 9ed721a
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
encoder: add lib/encoder to handle character subsitution and quoting
B4dM4n
authored and
ncw
committed
ef5e190
View commit details
Copy full SHA for ef5e190
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
lib/pool: fix memory leak by freeing buffers on flush
ncw
committed
cfba337
View commit details
Copy full SHA for cfba337
View code at this point
Browse repository at this point
Commits on Feb 3, 2019
lib/pool: only flush buffers if they are unused between flush intervals
ncw
committed
da90069
View commit details
Copy full SHA for da90069
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
lib/pool: a buffer recycling library which can be optionally be used with mmap
ncw
committed
bed2971
View commit details
Copy full SHA for bed2971
View code at this point
Browse repository at this point
lib/mmap: library to do memory allocation with anonymous memory maps
ncw
committed
f0696df
View commit details
Copy full SHA for f0696df
View code at this point
Browse repository at this point
build: fix problems found with unconvert
ncw
committed
d966cef
View commit details
Copy full SHA for d966cef
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
drive: add --drive-pacer-burst config to control bursting of the rate limiter
ncw
committed
0855608
View commit details
Copy full SHA for 0855608
View code at this point
Browse repository at this point
pacer: control the minSleep with a rate limiter and allow burst
Show description for f8dbf82
ncw
committed
f8dbf82
View commit details
Copy full SHA for f8dbf82
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
rest: fix upload of 0 length files
Show description for 5f0a8a4
ncw
committed
5f0a8a4
View commit details
Copy full SHA for 5f0a8a4
View code at this point
Browse repository at this point
Commits on Jan 18, 2019
config: when using auto confirm make user interaction configurable
Show description for a30e805
ncw
committed
a30e805
View commit details
Copy full SHA for a30e805
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
lib/file: reimplement os.OpenFile allowing rename/delete open files under Windows
Show description for 42d997f
ncw
committed
42d997f
View commit details
Copy full SHA for 42d997f
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
oauthutil: read a fresh token config file before using the refresh token.
Show description for 2d01a65
ncw
committed
2d01a65
View commit details
Copy full SHA for 2d01a65
View code at this point
Browse repository at this point
Commits on Dec 28, 2018
oauthutil: suppress ERROR message when doing remote config
Show description for 3c97933
ncw
committed
3c97933
View commit details
Copy full SHA for 3c97933
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
lib/readers: add mutex to RepeatableReader - fixes #2572
ncw
committed
ee700ec
View commit details
Copy full SHA for ee700ec
View code at this point
Browse repository at this point
Commits on Oct 13, 2018
rest: Fix documentation so it is clearer when resp.Body is closed
ncw
committed
b24facb
View commit details
Copy full SHA for b24facb
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
rest: Remove auth headers on HTTP redirect
Show description for bc8f020
ncw
committed
bc8f020
View commit details
Copy full SHA for bc8f020
View code at this point
Browse repository at this point
readers: add NewPatternReader
B4dM4n
authored and
ncw
committed
84289d1
View commit details
Copy full SHA for 84289d1
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
S3: Use (custom) pacer, to retry operations when reasonable - fixes #2503
craig-miskell-fluxfederation
authored and
ncw
committed
2543278
View commit details
Copy full SHA for 2543278
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
fs/asyncreader: skip some tests to work around race detector bug
Show description for 7712a0e
ncw
committed
7712a0e
View commit details
Copy full SHA for 7712a0e
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
Implement new backend config system
Show description for f3f48d7
ncw
committed
f3f48d7
View commit details
Copy full SHA for f3f48d7
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
rest: add NoRedirect flag to Options
ncw
committed
1a65c3a
View commit details
Copy full SHA for 1a65c3a
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
oauthutil: Use go template for web response
Show description for 04d18d2
hensur
authored and
ncw
committed
04d18d2
View commit details
Copy full SHA for 04d18d2
View code at this point
Browse repository at this point
oauthutil: support backend-specific errorHandler
Show description for c5286ee
hensur
authored and
ncw
committed
c5286ee
View commit details
Copy full SHA for c5286ee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.