66cf2df780
drive: check errors in Open() better
2014-07-15 13:28:35 +01:00
c1a245d1c8
Factor UserAgent to fs and move Version to fs
2014-07-13 19:19:58 +01:00
e40b09fe61
drive: Fix comment
2014-07-13 10:54:35 +01:00
eb2b4ea8aa
rclone: Don't purge if --dry-run set
2014-07-13 10:54:30 +01:00
e055ed0489
rclone: change "ls" and add "lsl" and "md5sum" commands
...
Changed "ls" command not to show modification time by default only
size and path. That is because it is slow for nearly all the remotes
as it requires extra metadata lookup. All remotes can look up files
and sizes without extra operations.
Added "lsl" which does what "ls" used to - namely show modification
time, size and path.
Added "md5sum" which produces the same output as the md5sum command -
md5sums and paths that is.
2014-07-12 12:09:20 +01:00
dd6d7cad3a
Notes about storage systems
2014-07-09 20:50:08 +01:00
37b2274e10
Version 1.01
v1.01
2014-07-04 21:15:27 +01:00
91cfbd4146
drive: fix transfer of big files using up lots of memory - fixes #5
...
This was done by making a seekWrapper which wraps an io.Reader with a
basic Seek for code.google.com/p/google-api-go-client/googleapi to
detect the length. Without this the getReaderSize function reads the
entire file into memory to find its length.
2014-07-04 17:17:21 +01:00
d4817399ff
Fix release procedure
2014-07-03 22:01:25 +01:00
48d259da68
Version 1.00
v1.00
2014-07-03 21:56:54 +01:00
f86fa6a062
Fix make tag
2014-07-03 21:43:14 +01:00
93cb0a47e4
drive: fix whole second dates - fixes #4
2014-07-03 21:32:01 +01:00
a12760c038
Travis build correction - fixes #2
2014-06-26 19:05:48 +01:00
fdcd6a3a4c
Add travis build file
2014-06-26 18:23:54 +01:00
cb7891f4ff
Fix retag
2014-06-26 17:57:32 +01:00
8f2684fa70
Version 0.99
v0.99
2014-06-26 17:49:26 +01:00
7ebf48ef42
Fix --dry-run not working and add tests for it - fixes #3
2014-06-26 15:33:06 +01:00
1d67b014cb
Make compatible with go 1.1 - fixes #1
2014-06-26 15:18:48 +01:00
4bfca75012
Version v0.98
v0.98
2014-05-30 17:32:05 +01:00
8e411afca3
Website fixes
2014-05-30 17:18:43 +01:00
10d44a0302
Update to latest javascript for Google+ and Twitter and include FB button
2014-05-21 18:02:30 +01:00
907a3aa88f
Website tweaks: More stuff in footer, icons on front page
2014-05-18 12:57:39 +01:00
862bf2eae1
Add github button thanks to http://ghbtns.com/
2014-05-18 12:38:51 +01:00
2b70658b2c
Redesign website from scratch using new hugo template
2014-05-16 22:02:47 +01:00
def9adac4e
s3: Treat missing Content-Length as 0 for some ceph installations
2014-05-16 16:27:53 +01:00
083bb154ba
rclonetest: add file with a space in
2014-05-16 16:27:25 +01:00
ebc757ac6b
Add custom G+ URL
2014-05-11 15:20:10 +01:00
c6dfd5f2d3
Version 0.97
v0.97
2014-05-05 22:25:29 +01:00
99695d57ab
Implement single file operations for all file systems
2014-05-05 22:17:57 +01:00
ca3752f824
s3: support sub-bucket paths
2014-05-05 18:26:37 +01:00
d0ca58bbb1
swift: Support sub container paths
2014-05-05 18:26:37 +01:00
580fa3a5a7
Documentation updates
2014-04-26 17:43:41 +01:00
365dc2ff59
Version v0.96 - automate the release process
v0.96
2014-04-25 18:18:58 +01:00
a81ae3c3f9
Add version number, -V and --version
2014-04-24 17:59:05 +01:00
8fd59f2e7d
drive: Use o.Update and fs.Put to optimise transfers
2014-04-18 17:49:01 +01:00
02afcb00e9
Factor Fs.Put into Object.Update and call Update rather than Put if possible
2014-04-18 17:49:01 +01:00
d6a5bfe2d4
Get rid of fs.CopyFs and replace with fs.Sync in preparation for Object.Update
2014-04-18 17:48:46 +01:00
bb0bf2fa8e
How to build the docs
2014-04-17 22:39:23 +01:00
2c1e6b54f9
Remove examples - leave them for the website
2014-04-17 22:39:07 +01:00
40f755df20
Rename docs directory
2014-04-17 22:32:39 +01:00
8d32651c53
Fix uplaod_website
2014-04-17 22:28:47 +01:00
86b77f3ca8
drive: Fix multiple files of same name being created
...
ModifiedDate seems to be set on Insert if set, so do that
2014-04-17 22:27:33 +01:00
bd62eb17e3
Add favicon
2014-04-17 20:49:12 +01:00
6c045c00df
rclone.org: website, docs and graphics
v0.95
2014-03-28 22:34:13 +00:00
f5ad93714d
rclonetest: used test to the internals of rclone
2014-03-28 22:30:18 +00:00
92ec29fe3f
Factor the generic code into fs and add some more intefaces
2014-03-28 22:26:42 +00:00
bc221fb27e
drive: Fix path parsing
2014-03-27 17:49:36 +00:00
b0064e6405
Change remote format one last time
v0.94
2014-03-27 17:31:57 +00:00
3eda36f6da
Factor rclone main() in preparation for tests
2014-03-27 17:26:24 +00:00
a628bef9c2
Use pflag for gnu style flags
2014-03-27 16:55:29 +00:00