Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added retry capability to resolver | Christian Pointner | 2009-03-05 | 1 | -9/+31 |
| | |||||
* | added resolvAddrType to gResolver | Christian Pointner | 2009-03-05 | 5 | -21/+52 |
| | |||||
* | moved sync thread creation before priv.drop to allow bind on privileged ports | Christian Pointner | 2009-03-05 | 1 | -10/+12 |
| | |||||
* | fixed tunDev-- Diese und die folgenden Zeilen werden ignoriert -- | Christian Pointner | 2009-03-05 | 2 | -4/+4 |
| | | | | | | | M src/bsd/tunDevice.cpp M src/linux/tunDevice.cpp | ||||
* | fixed const @ tundevice | Christian Pointner | 2009-03-05 | 4 | -7/+7 |
| | |||||
* | got rid of ThreadParam | Christian Pointner | 2009-03-05 | 6 | -97/+40 |
| | |||||
* | fixed signalcontroller | Christian Pointner | 2009-03-04 | 5 | -13/+16 |
| | | | | | | fixed BOOST_IS_ABSTRACT Problem with newer versions of boost | ||||
* | cleanup (less warnings on MSVC) | Christian Pointner | 2009-03-04 | 4 | -6/+6 |
| | |||||
* | cleanup | Christian Pointner | 2009-03-04 | 2 | -23/+5 |
| | |||||
* | fix build | Christian Pointner | 2009-03-04 | 3 | -8/+9 |
| | |||||
* | - extended gResolver: supports completion-callback | Markus Grüneis | 2009-03-04 | 4 | -24/+42 |
| | |||||
* | updated FreeBSD device | Christian Pointner | 2009-03-04 | 2 | -6/+26 |
| | |||||
* | initial checkin of new resolver | Christian Pointner | 2009-03-03 | 4 | -3/+210 |
| | |||||
* | make distclean always works now | Christian Pointner | 2009-03-03 | 3 | -26/+5 |
| | | | | | | removed --ld-kdr from Makefile | ||||
* | added -4 and -6 to print usage | Christian Pointner | 2009-03-02 | 1 | -0/+2 |
| | |||||
* | updated manpages | Christian Pointner | 2009-02-28 | 5 | -144/+308 |
| | |||||
* | updated README | Christian Pointner | 2009-02-26 | 2 | -2/+2 |
| | | | | | | some cleanup | ||||
* | added -4 and -6 to command line parser (no affect until now) | Christian Pointner | 2009-02-25 | 2 | -5/+45 |
| | |||||
* | fixed vtable errors for older gcc versions | Christian Pointner | 2009-02-24 | 1 | -0/+1 |
| | |||||
* | log targets get enabled at add only if prio > 0 | Christian Pointner | 2009-02-23 | 2 | -3/+5 |
| | |||||
* | fixed log target string parser | Christian Pointner | 2009-02-22 | 3 | -4/+6 |
| | |||||
* | added log message at windows service stop | Christian Pointner | 2009-02-22 | 2 | -0/+1 |
| | |||||
* | remove useless log priorities CRIT,EMERG,ALERT | Christian Pointner | 2009-02-22 | 15 | -90/+66 |
| | |||||
* | fixed default log level @ anytun-controld | Christian Pointner | 2009-02-22 | 1 | -1/+1 |
| | |||||
* | added log target support to anytun-contorld and anytun-config | Christian Pointner | 2009-02-22 | 3 | -8/+26 |
| | |||||
* | added -L|--log to command line parser | Christian Pointner | 2009-02-22 | 3 | -19/+68 |
| | |||||
* | fixed build on windows | Christian Pointner | 2009-02-22 | 3 | -1/+9 |
| | |||||
* | moved LogErrno to AnytunErrno | Christian Pointner | 2009-02-22 | 24 | -108/+151 |
| | |||||
* | replaced regular throws with AnytunError::thowErr | Christian Pointner | 2009-02-22 | 12 | -144/+100 |
| | |||||
* | fixed signalController on unix | Christian Pointner | 2009-02-22 | 5 | -26/+79 |
| | | | | | | added anytunError | ||||
* | added signal controller (console control handler) to windows | Christian Pointner | 2009-02-22 | 7 | -26/+185 |
| | |||||
* | fixed build on Windows (after logging chances) | Christian Pointner | 2009-02-22 | 6 | -21/+39 |
| | |||||
* | added extended logging capability | Christian Pointner | 2009-02-22 | 9 | -172/+677 |
| | |||||
* | added file logging target | Christian Pointner | 2009-02-20 | 3 | -3/+19 |
| | |||||
* | fixed sync error | Othmar Gsenger | 2009-02-20 | 1 | -10/+11 |
| | |||||
* | windows tunDevice reads mtu size now | Christian Pointner | 2009-02-20 | 2 | -0/+10 |
| | |||||
* | log cleanup | Christian Pointner | 2009-02-20 | 2 | -93/+98 |
| | |||||
* | fixed build with LOG_SYSLOG on unix | Christian Pointner | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | added some log messages | Othmar Gsenger | 2009-02-20 | 2 | -3/+10 |
| | |||||
* | windows service works now | Christian Pointner | 2009-02-20 | 6 | -24/+301 |
| | |||||
* | moved NO_SYSLOG to inverse LOG_SYSLOG switch | Christian Pointner | 2009-02-20 | 4 | -11/+54 |
| | | | | | added LOG_WINEVENTLOG (experimental) | ||||
* | code cleanup | Christian Pointner | 2009-02-20 | 4 | -123/+123 |
| | |||||
* | added experimental win32 service code | Christian Pointner | 2009-02-20 | 4 | -0/+258 |
| | |||||
* | cleaned defines on windows | Christian Pointner | 2009-02-19 | 2 | -2/+10 |
| | |||||
* | added onew options definition to windows project file | Othmar Gsenger | 2009-02-19 | 1 | -2/+2 |
| | |||||
* | fixed compat mode bug | Christian Pointner | 2009-02-18 | 1 | -2/+2 |
| | |||||
* | fixed disabledRouting | Othmar Gsenger | 2009-02-18 | 1 | -0/+1 |
| | |||||
* | added anytun02 compat runtime switch | Christian Pointner | 2009-02-18 | 14 | -42/+96 |
| | |||||
* | static build mostly fixed | Othmar Gsenger | 2009-02-18 | 3 | -6/+13 |
| | | | | | | getsddrinfo still needs libc | ||||
* | added strip Makefile target | Othmar Gsenger | 2009-02-18 | 1 | -2/+5 |
| | | | | | | | added anytun-nosync to default build anytun-static not working with new gcc |