Joey Hess
06db8e0bd9
squash compiler warnings on Windows
2013-08-04 13:18:05 -04:00
Joey Hess
6a97896b47
missed some __WINDOWS__ defines
2013-08-04 13:07:55 -04:00
Joey Hess
abe8d549df
fix permission damage (thanks, Windows)
2013-05-11 23:54:25 -04:00
Joey Hess
18bdff3fae
clean up from windows porting
2013-05-11 18:23:41 -04:00
Joey Hess
3c7e30a295
git-annex now builds on Windows (doesn't work)
2013-05-11 15:03:00 -05:00
Joey Hess
763cbda14f
fixup #if 0 stubs to use #ifndef mingw32_HOST_OS
...
That's needed in files used to build the configure program.
For the other files, I'm keeping my __WINDOWS__ define, as I find that much easier to type.
I may search and replace it to use the mingw32_HOST_OS thing later.
2013-05-10 16:57:21 -05:00
Joey Hess
6c74a42cc6
stub out POSIX stuff
2013-05-10 16:29:59 -05:00
Joey Hess
280934111e
fix for Android
2013-05-09 13:57:31 -04:00
Joey Hess
8a5b397ac4
hlint
2013-04-03 03:52:41 -04:00
guilhem
d2bc0e9f3e
GnuPG options for symmetric encryption.
2013-03-11 09:48:38 -04:00
Joey Hess
8dd1d9aaf9
webapp: Defaults to sharing box.com account info with friends, allowing one-click enabling of the repository.
2012-11-28 13:31:49 -04:00
Joey Hess
a5111a6d85
Amazon Glacier special remote; 100% working
2012-11-20 16:43:58 -04:00
Joey Hess
9221e62d87
Allow controlling whether login credentials for S3 and webdav are committed to the repository, by setting embedcreds=yes|no when running initremote.
2012-11-19 17:32:58 -04:00
Joey Hess
81379bb29c
better streaming while encrypting/decrypting
...
Both the directory and webdav special remotes used to have to buffer
the whole file contents before it could be decrypted, as they read
from chunks. Now the chunks are streamed through gpg with no buffering.
2012-11-18 15:27:44 -04:00
Joey Hess
e250f6f11f
factor out Creds
2012-11-14 19:32:27 -04:00