summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-295-5/+5
* switched to GPLv3 or higherChristian Pointner2009-10-285-10/+15
* changed windows tap device for new versionOthmar Gsenger2009-10-171-1/+1
* 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
* 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
* windows tap device open works now (some cleanup needed)Christian Pointner2009-01-191-2/+53
* started to implement windows tunDevice Christian Pointner2009-01-192-0/+91
* added Log to stdoutChristian Pointner2009-01-161-1/+7
* include path fixed for windows TunDeviceOthmar Gsenger2008-12-171-2/+2
* fixed tundevice for windowsOthmar Gsenger2008-12-171-0/+3
* fixed stream >> u_int8_t issueChristian Pointner2008-11-301-0/+72