aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/platform (follow)
Commit message (Collapse)AuthorAgeFilesLines
* darwin: allow for gnu mktemp in pathJason A. Donenfeld2014-06-301-1/+1
|
* darwin: fix mktemp argument orderJason A. Donenfeld2014-06-291-1/+1
|
* darwin: properly ejects ramdisksJason A. Donenfeld2014-06-291-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. Donenfeld2014-04-242-4/+4
|
* Use aliases instead of variables for command portability.Jason A. Donenfeld2014-04-232-4/+4
|
* platform: add cygwin supportJason A. Donenfeld2014-04-171-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. Donenfeld2014-04-161-14/+0
|
* All globals are upper-case.Jason A. Donenfeld2014-04-152-8/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Reorganize entire programJason A. Donenfeld2014-04-152-5/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Fix path to /dev/nullPeter Haza2014-04-051-1/+1
|
* clip: wait longer for slow systemsJason A. Donenfeld2014-03-231-1/+1
|
* clip: suppress kill errorJason A. Donenfeld2014-03-221-2/+2
|
* clip: do not race on osxJason A. Donenfeld2014-03-221-5/+5
|
* Shred shm files.Jason A. Donenfeld2014-03-182-0/+2
|
* Explicitly use gpg2 rather than relying on symlink.Jason A. Donenfeld2012-09-302-2/+0
|
* Fix style.Jason A. Donenfeld2012-09-231-11/+9
|
* Add FreeBSD platform fileJonathan Chu2012-09-231-0/+21
| | | | | Redefine GNUPG and GETOPT for port paths Redefine tmpdir() for a different ramdisk path
* Normalize copyright headers.Jason A. Donenfeld2012-09-221-0/+3
|
* Quote the template.Jason A. Donenfeld2012-09-181-1/+1
|
* Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld2012-09-171-0/+32