summaryrefslogtreecommitdiff
path: root/src/win32/tunDevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-4/+4
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-42/+53
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* improved new SysExec cleanupChristian Pointner2010-01-121-1/+2
|
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-101-0/+4
| | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* 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