summaryrefslogtreecommitdiff
path: root/src/win32/tunDevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* some fixes for tunDevice on Windows VistaChristian Pointner2009-01-311-17/+12
* ported new -n functionality to windows (now using new tun ioctl)Christian Pointner2009-01-311-15/+12
* 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-211-37/+23
* 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-191-0/+15
* 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