summaryrefslogtreecommitdiff
path: root/src/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add openbsd platform file from David DahlbergJason A. Donenfeld2015-05-111-0/+40
* enhance winpath detection: gpg --help will have a line like this: Home: C:\.....Lorenz Weber2015-05-111-1/+1
* critcal fix for cygwin: gpg output to stdout ("gpg -o -") would have been put...Lenz Weber2015-05-111-1/+1
* Bad code is bad.Jason A. Donenfeld2015-01-281-3/+3
* cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ...Lenz Weber2015-01-281-0/+25
* darwin: Fix up order of operations.Jason A. Donenfeld2014-12-231-1/+1
* platform: find getopt in alternate osx locationsJamie Couture2014-09-211-1/+1
* clip: use CLIP_TIME in messagesJason A. Donenfeld2014-07-241-1/+1
* 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
* 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
* 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
* Reorganize entire programJason A. Donenfeld2014-04-152-5/+5
* 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
* 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
sh?h=1.7.4&id=38543d1bd5f3c46f08a42146f942c2147d77f634&follow=1'>usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33