Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved overlapped structs to class members (CreateEvent only once) | Christian Pointner | 2009-01-19 | 1 | -16/+16 | |
| | ||||||
* | fixed silly bug at new tundevice | Christian Pointner | 2009-01-19 | 1 | -13/+11 | |
| | ||||||
* | fixed overlapped handling of read and write at windows tundevice | Christian Pointner | 2009-01-19 | 1 | -8/+22 | |
| | ||||||
* | first working version of windows TunDevice (currently only tap) | Christian Pointner | 2009-01-19 | 1 | -9/+33 | |
| | ||||||
* | windows tap device open works now (some cleanup needed) | Christian Pointner | 2009-01-19 | 1 | -2/+53 | |
| | ||||||
* | started to implement windows tunDevice | Christian Pointner | 2009-01-19 | 2 | -0/+91 | |
| | | | | | updated LogErrno to support Windows Error Codes | |||||
* | added Log to stdout | Christian Pointner | 2009-01-16 | 1 | -1/+7 | |
| | | | | | | added dummy stdio tun device some cleanups (windows) | |||||
* | include path fixed for windows TunDevice | Othmar Gsenger | 2008-12-17 | 1 | -2/+2 | |
| | ||||||
* | fixed tundevice for windows | Othmar Gsenger | 2008-12-17 | 1 | -0/+3 | |
| | ||||||
* | fixed stream >> u_int8_t issue | Christian Pointner | 2008-11-30 | 1 | -0/+72 | |
added win32 directory and a empty tunDevice.cpp |