Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mingw build works now | Christian Pointner | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | some mingw build fixes (still not working) | Christian Pointner | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | non-functional changes only: use standard writing of stdint.h types; still ↵ | Markus Grüneis | 2010-02-18 | 1 | -4/+4 |
| | | | | import from boost (compiler compatibility) | ||||
* | whitespace only change: unified formatting with "astyle --style=k/r ↵ | Markus Grüneis | 2010-02-17 | 8 | -421/+450 |
| | | | | --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 sysexec | Christian Pointner | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | fixed win32 build | Markus Grüneis | 2010-02-16 | 4 | -17/+14 |
| | |||||
* | introduced posixDaemon as DaemonService for posix targets | Christian Pointner | 2010-02-06 | 2 | -0/+33 |
| | | | | | | some dependency cleanups | ||||
* | some cleanup | Christian Pointner | 2010-02-04 | 1 | -4/+4 |
| | |||||
* | win32 support for sysExec, sysExec.hpp arch-specific files introduced | Markus Grüneis | 2010-02-04 | 1 | -0/+160 |
| | |||||
* | fixed build on windows (version.h) | Christian Pointner | 2010-01-24 | 1 | -0/+22 |
| | |||||
* | fixed build for WinService | Christian Pointner | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | type cleanup | Christian Pointner | 2010-01-20 | 2 | -6/+6 |
| | |||||
* | added unknown-signal signal handler | Christian Pointner | 2010-01-20 | 1 | -0/+1 |
| | |||||
* | winService works now together with signalController | Christian Pointner | 2010-01-20 | 4 | -24/+19 |
| | |||||
* | integrated winservice into signal controller | Christian Pointner | 2010-01-20 | 4 | -80/+79 |
| | |||||
* | updated windows signal handler | Christian Pointner | 2010-01-20 | 1 | -52/+27 |
| | |||||
* | fixed signal handler on windows | Christian Pointner | 2010-01-19 | 1 | -5/+5 |
| | |||||
* | splitted signalController and SignalHandlers | Christian Pointner | 2010-01-19 | 1 | -0/+111 |
| | |||||
* | improved new SysExec cleanup | Christian Pointner | 2010-01-12 | 1 | -1/+2 |
| | |||||
* | fixed priviledge dropping on freebsd | Othmar Gsenger | 2010-01-10 | 1 | -0/+4 |
| | | | | | | 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üneis | 2009-11-11 | 3 | -4/+12 |
| | | | | ANYTUN_<filename>_INCLUDED | ||||
* | fixed copyrightrel-0.3.1v0.3.1 | Christian Pointner | 2009-10-29 | 5 | -5/+5 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 5 | -10/+15 |
| | | | | | | this is release 0.3.1 | ||||
* | changed windows tap device for new version | Othmar Gsenger | 2009-10-17 | 1 | -1/+1 |
| | | | | | works with 64bit windows now | ||||
* | fixed const @ tundevice | Christian Pointner | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | cleanup (less warnings on MSVC) | Christian Pointner | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | added log message at windows service stop | Christian Pointner | 2009-02-22 | 1 | -0/+1 |
| | |||||
* | remove useless log priorities CRIT,EMERG,ALERT | Christian Pointner | 2009-02-22 | 2 | -7/+7 |
| | |||||
* | fixed build on windows | Christian Pointner | 2009-02-22 | 1 | -1/+1 |
| | |||||
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 3 | -26/+26 |
| | |||||
* | replaced regular throws with AnytunError::thowErr | Christian Pointner | 2009-02-22 | 2 | -62/+28 |
| | |||||
* | added signal controller (console control handler) to windows | Christian Pointner | 2009-02-22 | 1 | -6/+6 |
| | |||||
* | fixed build on Windows (after logging chances) | Christian Pointner | 2009-02-22 | 1 | -1/+1 |
| | |||||
* | windows tunDevice reads mtu size now | Christian Pointner | 2009-02-20 | 1 | -0/+10 |
| | |||||
* | windows service works now | Christian Pointner | 2009-02-20 | 2 | -21/+80 |
| | |||||
* | code cleanup | Christian Pointner | 2009-02-20 | 3 | -123/+123 |
| | |||||
* | added experimental win32 service code | Christian Pointner | 2009-02-20 | 2 | -0/+250 |
| | |||||
* | some fixes for tunDevice on Windows Vista | Christian Pointner | 2009-01-31 | 2 | -18/+13 |
| | |||||
* | ported new -n functionality to windows (now using new tun ioctl) | Christian Pointner | 2009-01-31 | 2 | -19/+22 |
| | |||||
* | setting device status to up after ifconfig | Christian Pointner | 2009-01-22 | 1 | -3/+3 |
| | |||||
* | windows tap driver version gets checked now | Christian Pointner | 2009-01-21 | 1 | -1/+22 |
| | |||||
* | improved adapter search which cares about componentids | Christian Pointner | 2009-01-21 | 1 | -9/+19 |
| | |||||
* | added minimalisstic registry wrapper | Christian Pointner | 2009-01-21 | 3 | -37/+201 |
| | |||||
* | added do_ifconfig for windows | Christian Pointner | 2009-01-21 | 1 | -4/+19 |
| | |||||
* | Windows tunDevice cleanup | Christian Pointner | 2009-01-21 | 1 | -38/+68 |
| | |||||
* | tun mode works now on windows | Christian Pointner | 2009-01-21 | 1 | -8/+19 |
| | |||||
* | safer handling of registry functions | Christian Pointner | 2009-01-20 | 1 | -29/+56 |
| | | | | | some cleanup | ||||
* | added actual node to tundevice (currently only for windows) | Christian Pointner | 2009-01-20 | 1 | -3/+6 |
| | |||||
* | moved overlapped structs to class members (CreateEvent only once) | Christian Pointner | 2009-01-19 | 1 | -16/+16 |
| | |||||
* | fixed silly bug at new tundevice | Christian Pointner | 2009-01-19 | 1 | -13/+11 |
| |