summaryrefslogtreecommitdiff
path: root/src/syncOnConnect.hpp
Commit message (Collapse)AuthorAgeFilesLines
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-25/+22
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-111-0/+6
| | | | ANYTUN_<filename>_INCLUDED
* 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
* moved rtp stuff to anyrtpproxy and removed it from anytunOthmar Gsenger2009-01-121-13/+1
|
* added ipv6 routing supportOthmar Gsenger2008-12-211-14/+19
| | | | | | routing still only works if all routes have the same netmask
* added header to syncOnConnectChristian Pointner2008-11-251-0/+30
|
* added OnConnect CallbackOthmar Gsenger2008-11-171-0/+45