Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | darwin: fix mktemp argument order | Jason A. Donenfeld | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | darwin: properly ejects ramdisks | Jason A. Donenfeld | 2014-06-29 | 1 | -10/+10 |
| | | | | | | | In the move away from extensive global variables and improved cleanup routines, we forgot to fix the darwin platform file, which means temporary ramdisks never got unmounted. This patch cleans up the general cleanup trap logic routines. | ||||
* | Turns out aliases were a bad idea. | Jason A. Donenfeld | 2014-04-24 | 2 | -4/+4 |
| | |||||
* | Use aliases instead of variables for command portability. | Jason A. Donenfeld | 2014-04-23 | 2 | -4/+4 |
| | |||||
* | platform: add cygwin support | Jason A. Donenfeld | 2014-04-17 | 1 | -0/+16 |
| | | | | | | | | | 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> | ||||
* | Apparantly we can't get a secure tmpdir on freebsd. | Jason A. Donenfeld | 2014-04-16 | 1 | -14/+0 |
| | |||||
* | All globals are upper-case. | Jason A. Donenfeld | 2014-04-15 | 2 | -8/+8 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Reorganize entire program | Jason A. Donenfeld | 2014-04-15 | 2 | -5/+5 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Fix path to /dev/null | Peter Haza | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | clip: wait longer for slow systems | Jason A. Donenfeld | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | clip: suppress kill error | Jason A. Donenfeld | 2014-03-22 | 1 | -2/+2 |
| | |||||
* | clip: do not race on osx | Jason A. Donenfeld | 2014-03-22 | 1 | -5/+5 |
| | |||||
* | Shred shm files. | Jason A. Donenfeld | 2014-03-18 | 2 | -0/+2 |
| | |||||
* | Explicitly use gpg2 rather than relying on symlink. | Jason A. Donenfeld | 2012-09-30 | 2 | -2/+0 |
| | |||||
* | Fix style. | Jason A. Donenfeld | 2012-09-23 | 1 | -11/+9 |
| | |||||
* | Add FreeBSD platform file | Jonathan Chu | 2012-09-23 | 1 | -0/+21 |
| | | | | | Redefine GNUPG and GETOPT for port paths Redefine tmpdir() for a different ramdisk path | ||||
* | Normalize copyright headers. | Jason A. Donenfeld | 2012-09-22 | 1 | -0/+3 |
| | |||||
* | Quote the template. | Jason A. Donenfeld | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Abstract potentially platform specific commands into their own commands. | Jason A. Donenfeld | 2012-09-17 | 1 | -0/+32 |