summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Collapse)AuthorAgeFilesLines
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-4/+4
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-178-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 sysexecChristian Pointner2010-02-161-1/+1
|
* fixed win32 buildMarkus Grüneis2010-02-164-17/+14
|
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-062-0/+33
| | | | | | some dependency cleanups
* some cleanupChristian Pointner2010-02-041-4/+4
|
* win32 support for sysExec, sysExec.hpp arch-specific files introducedMarkus Grüneis2010-02-041-0/+160
|
* fixed build on windows (version.h)Christian Pointner2010-01-241-0/+22
|
* fixed build for WinServiceChristian Pointner2010-01-201-1/+1
|
* type cleanupChristian Pointner2010-01-202-6/+6
|
* added unknown-signal signal handlerChristian Pointner2010-01-201-0/+1
|
* winService works now together with signalControllerChristian Pointner2010-01-204-24/+19
|
* integrated winservice into signal controllerChristian Pointner2010-01-204-80/+79
|
* updated windows signal handlerChristian Pointner2010-01-201-52/+27
|
* fixed signal handler on windowsChristian Pointner2010-01-191-5/+5
|
* splitted signalController and SignalHandlersChristian Pointner2010-01-191-0/+111
|
* improved new SysExec cleanupChristian Pointner2010-01-121-1/+2
|
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-101-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üneis2009-11-113-4/+12
| | | | ANYTUN_<filename>_INCLUDED
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-295-5/+5
|
* switched to GPLv3 or higherChristian Pointner2009-10-285-10/+15
| | | | | | this is release 0.3.1
* changed windows tap device for new versionOthmar Gsenger2009-10-171-1/+1
| | | | | works with 64bit windows now
* fixed const @ tundeviceChristian Pointner2009-03-051-1/+1
|
* cleanup (less warnings on MSVC)Christian Pointner2009-03-041-1/+1
|
* added log message at windows service stopChristian Pointner2009-02-221-0/+1
|
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-222-7/+7
|
* fixed build on windowsChristian Pointner2009-02-221-1/+1
|
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-223-26/+26
|
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-222-62/+28
|
* added signal controller (console control handler) to windowsChristian Pointner2009-02-221-6/+6
|
* fixed build on Windows (after logging chances)Christian Pointner2009-02-221-1/+1
|
* windows tunDevice reads mtu size nowChristian Pointner2009-02-201-0/+10
|
* windows service works nowChristian Pointner2009-02-202-21/+80
|
* code cleanupChristian Pointner2009-02-203-123/+123
|
* added experimental win32 service codeChristian Pointner2009-02-202-0/+250
|
* some fixes for tunDevice on Windows VistaChristian Pointner2009-01-312-18/+13
|
* ported new -n functionality to windows (now using new tun ioctl)Christian Pointner2009-01-312-19/+22
|
* setting device status to up after ifconfigChristian Pointner2009-01-221-3/+3
|
* windows tap driver version gets checked nowChristian Pointner2009-01-211-1/+22
|
* improved adapter search which cares about componentidsChristian Pointner2009-01-211-9/+19
|
* added minimalisstic registry wrapperChristian Pointner2009-01-213-37/+201
|
* added do_ifconfig for windowsChristian Pointner2009-01-211-4/+19
|
* Windows tunDevice cleanupChristian Pointner2009-01-211-38/+68
|
* tun mode works now on windowsChristian Pointner2009-01-211-8/+19
|
* safer handling of registry functions Christian Pointner2009-01-201-29/+56
| | | | | some cleanup
* added actual node to tundevice (currently only for windows)Christian Pointner2009-01-201-3/+6
|
* moved overlapped structs to class members (CreateEvent only once)Christian Pointner2009-01-191-16/+16
|
* fixed silly bug at new tundeviceChristian Pointner2009-01-191-13/+11
|
* fixed overlapped handling of read and write at windows tundeviceChristian Pointner2009-01-191-8/+22
|
* first working version of windows TunDevice (currently only tap)Christian Pointner2009-01-191-9/+33
|