rclone/fs
Nick Craig-Wood 74994a2ec1 Fix uploading big files which was causing timeouts or panics
The symtom was one of these two on upload of files only
  * panic: d.nx != 0 in crypto/md5.(*digest).checkSum
  * read tcp: i/o timeout

It turned out to be a combination of two upstream bugs

  * 5a2187309e
  * https://groups.google.com/forum/#!topic/golang-dev/0Nl6k5Sj6UU

This commit contains a work-around for the second problem, I've fixed
the first and had the change accepted upstream.
2015-06-09 17:32:45 +01:00
..
accounting.go Fix uploading big files which was causing timeouts or panics 2015-06-09 17:32:45 +01:00
config_test.go Make file size render more neatly and prevent from being < 0 2015-03-15 15:27:55 +00:00
config.go Implement --size-only flag to sync on size not checksum & modtime - fixes #75 2015-06-06 08:49:01 +01:00
driveletter_windows.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
driveletter.go windows: Stop drive letters (eg C:) getting mixed up with remotes (eg drive:) 2015-02-07 22:32:51 +00:00
fs.go Fix package docs so they appear in godoc correctly 2015-06-06 14:24:30 +01:00
limited.go Implement single file operations for all file systems 2014-05-05 22:17:57 +01:00
operations_test.go Implement --size-only flag to sync on size not checksum & modtime - fixes #75 2015-06-06 08:49:01 +01:00
operations.go Don't check md5sum after download with --size-only - fixes #75 2015-06-09 13:18:40 +01:00
test_all.sh Move rclonetest into go tests for fs module 2014-08-03 11:18:25 +01:00
version.go Version v1.15 2015-06-06 15:45:00 +01:00