summaryrefslogtreecommitdiff
path: root/src/sysExec.h
Commit message (Collapse)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* compiler clean windows checksChristian Pointner2012-01-051-4/+4
|
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-20/+20
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* malloc/free vs new at posix sysexecChristian Pointner2010-02-161-4/+4
|
* removed NO_EXECChristian Pointner2010-02-061-3/+0
| | | | | | added NOMINMAX to windows build targets
* some cleanupChristian Pointner2010-02-041-1/+1
|
* fixed build on posixChristian Pointner2010-02-041-2/+2
| | | | | | some cleanup
* win32 support for sysExec, sysExec.hpp arch-specific files introducedMarkus Grüneis2010-02-041-2/+9
|
* references are better than pointer ;)Christian Pointner2010-01-121-1/+1
|
* improved new SysExec cleanupChristian Pointner2010-01-121-1/+8
|
* bugfix in new sysexecOthmar Gsenger2010-01-101-0/+1
|
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-101-5/+15
| | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-111-2/+3
| | | | ANYTUN_<filename>_INCLUDED
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* added improved script executionChristian Pointner2009-10-041-0/+50