summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build with Boost 1.71.Giovanni Mascellani2020-01-063-0/+22
* fix build with boost 1.67Christian Pointner2018-11-182-0/+2
* make usage of compiler flags more standard compliantChristian Pointner2018-07-232-32/+33
* honor external build flagsChristian Pointner2018-07-231-4/+4
* make builds reproducibleChristian Pointner2018-06-092-10/+12
* add support for openssl 1.1Christian Pointner2018-06-086-16/+61
* fix includeChristian Pointner2018-06-081-0/+2
* fix off-by-one error in tunDeviceChristian Pointner2018-05-041-1/+1
* added systemd generatorChristian Pointner2016-07-082-2/+16
* anytun-control vs anytun-controldChristian Pointner2016-07-081-4/+4
* fixe gcrypt warning for anytun-showtables as wellChristian Pointner2016-07-081-1/+3
* fixed gcrypt warning for anytun-configChristian Pointner2016-07-082-0/+5
* added global anytun systemd targed, improved device file handlingChristian Pointner2016-07-081-2/+4
* actually install anytun-launcher into lib dirChristian Pointner2016-07-081-1/+2
* moved anytun-lanucher to /libChristian Pointner2016-07-082-6/+16
* streamlined systemd integration/installationChristian Pointner2016-07-072-33/+54
* weakend -Werror a littleChristian Pointner2016-07-031-1/+1
* fixed boost::bind problem with resolver on GCC-6Christian Pointner2016-07-036-13/+13
* std::auto_ptr is deprecated sinc C++0x use boost:scoped_ptr and boost::shared...Christian Pointner2016-07-036-27/+28
* updated some info after moving to GITChristian Pointner2016-02-261-5/+5
* since libgcrypt 1.6 it is no longer needed to configure the threading callbacksChristian Pointner2016-01-231-2/+6
* fixed warning due to change of handling of exceptions inside descrutors since...Christian Pointner2016-01-232-1/+8
* make prefix variable more standard compliantChristian Pointner2015-05-121-2/+2
* remove-systemdBernhard Tittelbach2015-01-161-2/+3
* configure sytemd path as required by systemd man-page Bernhard Tittelbach2015-01-162-30/+39
* let systemd create /run dirs and a fixBernhard Tittelbach2015-01-161-2/+3
* systemd support (--with-systemd) (config/install script untested)Bernhard Tittelbach2015-01-162-8/+30
* version output now includes compiler versionChristian Pointner2014-09-271-0/+9
* fixed gcrypt thread supportChristian Pointner2014-08-261-34/+10
* added license exception for OpenSSLChristian Pointner2014-06-29112-225/+1701
* fixed not working singletons - still not threadsafe but at least they don't p...Christian Pointner2014-06-2914-154/+19
* while(1) vs. for(;;)Christian Pointner2014-06-286-8/+8
* added support for clangChristian Pointner2014-06-223-6/+19
* implemented key derivation using libnettleChristian Pointner2014-06-222-12/+21
* implemented auth algo using nettle (not tested yet)Christian Pointner2014-06-222-10/+11
* implemented cipher using nettle (not tested yet)Christian Pointner2014-06-222-9/+22
* added compile switches for libnettleChristian Pointner2014-06-228-3/+83
* improved selection of crypto libChristian Pointner2014-06-2210-102/+120
* fixed typo in license headerChristian Pointner2014-06-21112-112/+112
* mingw build works nowChristian Pointner2012-01-066-21/+43
* some mingw build fixes (still not working)Christian Pointner2012-01-064-9/+22
* compiler clean windows checksChristian Pointner2012-01-0511-20/+25
* fixed mingw build targetChristian Pointner2012-01-051-5/+0
* added cross compile mingw configure targetChristian Pointner2012-01-051-5/+53
* changed boost::asio::ip::tcp::acceptor::io_service() to get_io_service()Christian Pointner2011-12-301-1/+1
* cleanup at configureChristian Pointner2011-02-281-3/+7
* added build fix for (debian/ubuntu)Christian Pointner2011-02-281-10/+10
* fixed configure (no svn error output)Christian Pointner2010-02-201-1/+1
* non-functional changes only: use standard writing of stdint.h types; still im...Markus Grüneis2010-02-1855-307/+305
* whitespace only change: unified formatting with "astyle --style=k/r --indent=...Markus Grüneis2010-02-17109-2711/+2982