summaryrefslogtreecommitdiff
path: root/src/packetSource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed boost::bind problem with resolver on GCC-6Christian Pointner2016-07-031-2/+2
|
* std::auto_ptr is deprecated sinc C++0x use boost:scoped_ptr and ↵Christian Pointner2016-07-031-1/+1
| | | | | | | boost::shared_ptr as a backwards compatiple replacement boost::bind problem with GCC-6 is still unfixed and all resolvers are commented out at the moment...
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* compiler clean windows checksChristian Pointner2012-01-051-1/+1
|
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-5/+5
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-14/+18
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* clean upChristian Pointner2010-01-131-8/+8
|
* added multi socket to SyncServer (better of IPv4 and IPv6)Christian Pointner2010-01-131-4/+2
|
* fixed packet lengthChristian Pointner2010-01-131-4/+1
|
* single thread per socketChristian Pointner2010-01-131-52/+49
|
* disables unsupported socket option on windowsChristian Pointner2010-01-131-0/+2
|
* added mutli socket recv to packet sourceChristian Pointner2010-01-131-11/+83
|
* dispatching right socket for send to functionChristian Pointner2010-01-081-1/+8
|
* UDPPacketSource now opens one socket for each resolved endpointChristian Pointner2010-01-081-8/+26
|
* moved to resolver iterator at onResolve callback functionsChristian Pointner2010-01-081-1/+3
|
* 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
* added gResolver to SyncServerChristian Pointner2009-03-221-5/+0
| | | | | | some cleanup
* added error callback to resolver for better handlingChristian Pointner2009-03-221-2/+8
| | | | | | of resolvCallback exceptions
* changed packetSource to use gResolverChristian Pointner2009-03-051-11/+17
|
* added some log messagesOthmar Gsenger2009-02-201-0/+3
|
* added Log to stdoutChristian Pointner2009-01-161-1/+1
| | | | | | added dummy stdio tun device some cleanups (windows)
* small type cleanupChristian Pointner2008-11-251-8/+7
|
* PacketSource changed to use endpoint instead of port and addressChristian Pointner2008-11-241-28/+8
|
* fixes for boost 1.35 and higherChristian Pointner2008-11-241-13/+13
|
* switched from PracticalSocket to libasioChristian Pointner2008-10-191-8/+35
|
* changed Foobar to anytun @ file headerChristian Pointner2008-06-191-1/+1
|
* cleaned up file headersOthmar Gsenger2008-06-191-8/+9
|
* big svn cleanupOthmar Gsenger2008-04-121-0/+57