summaryrefslogtreecommitdiff
path: root/src/win32/tunDevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed const @ tundeviceChristian Pointner2009-03-051-1/+1
|
* cleanup (less warnings on MSVC)Christian Pointner2009-03-041-1/+1
|
* remove useless log priorities CRIT,EMERG,ALERTChristian Pointner2009-02-221-4/+4
|
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-13/+13
|
* replaced regular throws with AnytunError::thowErrChristian Pointner2009-02-221-30/+13
|
* fixed build on Windows (after logging chances)Christian Pointner2009-02-221-1/+1
|
* windows tunDevice reads mtu size nowChristian Pointner2009-02-201-0/+10
|
* code cleanupChristian Pointner2009-02-201-3/+3
|
* 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
| | | | | 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
|
* 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
| | | | | 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