summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | updated LogErrno to support Windows Error Codes
* added Log to stdoutChristian Pointner2009-01-161-1/+7
| | | | | | added dummy stdio tun device some cleanups (windows)
* 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
added win32 directory and a empty tunDevice.cpp