Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build with Boost 1.71. | Giovanni Mascellani | 2020-01-06 | 3 | -0/+22 |
| | | | | | get_io_service() was deprecated in favour of get_executor() starting from Boost 1.70. | ||||
* | fix build with boost 1.67 | Christian Pointner | 2018-11-18 | 2 | -0/+2 |
| | |||||
* | make usage of compiler flags more standard compliant | Christian Pointner | 2018-07-23 | 2 | -32/+33 |
| | |||||
* | honor external build flags | Christian Pointner | 2018-07-23 | 1 | -4/+4 |
| | |||||
* | make builds reproducible | Christian Pointner | 2018-06-09 | 2 | -10/+12 |
| | |||||
* | add support for openssl 1.1 | Christian Pointner | 2018-06-08 | 6 | -16/+61 |
| | |||||
* | fix include | Christian Pointner | 2018-06-08 | 1 | -0/+2 |
| | |||||
* | fix off-by-one error in tunDevice | Christian Pointner | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | added systemd generator | Christian Pointner | 2016-07-08 | 2 | -2/+16 |
| | |||||
* | anytun-control vs anytun-controld | Christian Pointner | 2016-07-08 | 1 | -4/+4 |
| | |||||
* | fixe gcrypt warning for anytun-showtables as well | Christian Pointner | 2016-07-08 | 1 | -1/+3 |
| | |||||
* | fixed gcrypt warning for anytun-config | Christian Pointner | 2016-07-08 | 2 | -0/+5 |
| | |||||
* | added global anytun systemd targed, improved device file handling | Christian Pointner | 2016-07-08 | 1 | -2/+4 |
| | |||||
* | actually install anytun-launcher into lib dir | Christian Pointner | 2016-07-08 | 1 | -1/+2 |
| | |||||
* | moved anytun-lanucher to /lib | Christian Pointner | 2016-07-08 | 2 | -6/+16 |
| | |||||
* | streamlined systemd integration/installation | Christian Pointner | 2016-07-07 | 2 | -33/+54 |
| | |||||
* | weakend -Werror a little | Christian Pointner | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | fixed boost::bind problem with resolver on GCC-6 | Christian Pointner | 2016-07-03 | 6 | -13/+13 |
| | |||||
* | std::auto_ptr is deprecated sinc C++0x use boost:scoped_ptr and ↵ | Christian Pointner | 2016-07-03 | 6 | -27/+28 |
| | | | | | | | 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... | ||||
* | updated some info after moving to GIT | Christian Pointner | 2016-02-26 | 1 | -5/+5 |
| | |||||
* | since libgcrypt 1.6 it is no longer needed to configure the threading callbacks | Christian Pointner | 2016-01-23 | 1 | -2/+6 |
| | |||||
* | fixed warning due to change of handling of exceptions inside descrutors ↵ | Christian Pointner | 2016-01-23 | 2 | -1/+8 |
| | | | | since C++11 | ||||
* | make prefix variable more standard compliant | Christian Pointner | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | remove-systemd | Bernhard Tittelbach | 2015-01-16 | 1 | -2/+3 |
| | |||||
* | configure sytemd path as required by systemd man-page | Bernhard Tittelbach | 2015-01-16 | 2 | -30/+39 |
| | |||||
* | let systemd create /run dirs and a fix | Bernhard Tittelbach | 2015-01-16 | 1 | -2/+3 |
| | |||||
* | systemd support (--with-systemd) (config/install script untested) | Bernhard Tittelbach | 2015-01-16 | 2 | -8/+30 |
| | |||||
* | version output now includes compiler version | Christian Pointner | 2014-09-27 | 1 | -0/+9 |
| | |||||
* | fixed gcrypt thread support | Christian Pointner | 2014-08-26 | 1 | -34/+10 |
| | |||||
* | added license exception for OpenSSL | Christian Pointner | 2014-06-29 | 112 | -225/+1701 |
| | |||||
* | fixed not working singletons - still not threadsafe but at least they don't ↵ | Christian Pointner | 2014-06-29 | 14 | -154/+19 |
| | | | | pretend to be | ||||
* | while(1) vs. for(;;) | Christian Pointner | 2014-06-28 | 6 | -8/+8 |
| | |||||
* | added support for clang | Christian Pointner | 2014-06-22 | 3 | -6/+19 |
| | | | | | | fixed for NetworkAdress and NetworkPrefix | ||||
* | implemented key derivation using libnettle | Christian Pointner | 2014-06-22 | 2 | -12/+21 |
| | |||||
* | implemented auth algo using nettle (not tested yet) | Christian Pointner | 2014-06-22 | 2 | -10/+11 |
| | |||||
* | implemented cipher using nettle (not tested yet) | Christian Pointner | 2014-06-22 | 2 | -9/+22 |
| | |||||
* | added compile switches for libnettle | Christian Pointner | 2014-06-22 | 8 | -3/+83 |
| | |||||
* | improved selection of crypto lib | Christian Pointner | 2014-06-22 | 10 | -102/+120 |
| | |||||
* | fixed typo in license header | Christian Pointner | 2014-06-21 | 112 | -112/+112 |
| | |||||
* | mingw build works now | Christian Pointner | 2012-01-06 | 6 | -21/+43 |
| | |||||
* | some mingw build fixes (still not working) | Christian Pointner | 2012-01-06 | 4 | -9/+22 |
| | |||||
* | compiler clean windows checks | Christian Pointner | 2012-01-05 | 11 | -20/+25 |
| | |||||
* | fixed mingw build target | Christian Pointner | 2012-01-05 | 1 | -5/+0 |
| | |||||
* | added cross compile mingw configure target | Christian Pointner | 2012-01-05 | 1 | -5/+53 |
| | |||||
* | changed boost::asio::ip::tcp::acceptor::io_service() to get_io_service() | Christian Pointner | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | cleanup at configure | Christian Pointner | 2011-02-28 | 1 | -3/+7 |
| | |||||
* | added build fix for (debian/ubuntu) | Christian Pointner | 2011-02-28 | 1 | -10/+10 |
| | |||||
* | fixed configure (no svn error output) | Christian Pointner | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | non-functional changes only: use standard writing of stdint.h types; still ↵ | Markus Grüneis | 2010-02-18 | 55 | -307/+305 |
| | | | | import from boost (compiler compatibility) | ||||
* | whitespace only change: unified formatting with "astyle --style=k/r ↵ | Markus Grüneis | 2010-02-17 | 109 | -2711/+2982 |
| | | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive" |