summaryrefslogtreecommitdiff
path: root/src/signalController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* fixed not working singletons - still not threadsafe but at least they don't ↵Christian Pointner2014-06-291-9/+3
| | | | pretend to be
* while(1) vs. for(;;)Christian Pointner2014-06-281-1/+1
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* compiler clean windows checksChristian Pointner2012-01-051-1/+1
|
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-21/+24
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* fixed win32 buildMarkus Grüneis2010-02-161-8/+1
|
* type cleanupChristian Pointner2010-01-201-1/+1
|
* added unknown-signal signal handlerChristian Pointner2010-01-201-2/+7
|
* winService works now together with signalControllerChristian Pointner2010-01-201-2/+2
|
* integrated winservice into signal controllerChristian Pointner2010-01-201-4/+15
|
* moved from SignalHandler Classes to boost::functionsChristian Pointner2010-01-201-17/+17
|
* fixed signal handler on windowsChristian Pointner2010-01-191-0/+4
|
* splitted signalController and SignalHandlersChristian Pointner2010-01-191-149/+3
|
* do not end signalcontroller on EINTROthmar Gsenger2009-12-231-2/+9
| | | | | | and write a message to log otherwise
* fixed spelling errorChristian Pointner2009-12-231-1/+1
|
* exit SignalController::handle if sigwait failsOthmar Gsenger2009-12-231-2/+4
|
* 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
* small cleanupChristian Pointner2009-10-041-5/+1
|
* added improved script executionChristian Pointner2009-10-041-1/+1
|
* added SIGERROR to signal ControllerChristian Pointner2009-03-101-7/+21
|
* changed packetSource to use gResolverChristian Pointner2009-03-051-3/+0
|
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-051-7/+11
| | | | | | fixed signalController
* fixed signalcontrollerChristian Pointner2009-03-041-6/+5
| | | | | | fixed BOOST_IS_ABSTRACT Problem with newer versions of boost
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-2/+2
|
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-221-5/+3
|
* fixed signalController on unixChristian Pointner2009-02-221-14/+14
| | | | | | added anytunError
* added signal controller (console control handler) to windowsChristian Pointner2009-02-221-7/+91
|
* added some compile switches for boost using pthreadsChristian Pointner2008-10-211-1/+6
|
* the signal controller uses boost thread now, Christian Pointner2008-10-191-6/+6
| | | | | | | | | however this code can only work as long boost thread uses pthread removed temporarly brocken anyrtpproxy from all target at make use make anyrtpproxy to build it replaced the pthread callbacks for libgcrypt with boost thread callbacks
* changed Foobar to anytun @ file headerChristian Pointner2008-06-191-1/+1
|
* cleaned up file headersOthmar Gsenger2008-06-191-8/+9
|
* !!!!!!!!!!!!!!!!!!!!!!!!!!Othmar Gsenger2008-06-191-1/+1
| | | | | | | | | Big changes: Moved from pThread to boost::threads further testing needed. Version before this was testet pretty well and should become the new release. !!!!!!!!!!!!!!!!!!!!!!!!!!
* big svn cleanupOthmar Gsenger2008-04-121-0/+153