Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-11 | enhance winpath detection: gpg --help will have a line like this: Home: C:\..... | Lorenz Weber | |
2015-05-11 | critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been ↵ | Lenz Weber | |
putput to a file named "-" | |||
2015-01-28 | Bad code is bad. | Jason A. Donenfeld | |
2015-01-28 | cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ↵ | Lenz Weber | |
instead of cygwin's gpg binary | |||
2014-04-17 | platform: add cygwin support | Jason A. Donenfeld | |
According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |