-remove debug message
[oweals/gnunet.git] / src / vpn / vpn_api.c
2019-10-31 Christian Grothofftighten formatting rules
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-11-19 Schanzenbach, MartinMerge branch 'master' into credentials
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-11 Christian Grothoff-convert vpn/exit/pt to use new CADET ports
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-05 Christian Grothofftransitioning VPN API to MQ
2016-07-02 Christian Grothoff-doxygen
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2013-12-20 Christian Grothoff-use the same hash function to map service name to...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-22 Christian Grothoffremove 'nac' option from VPN, always return IP immediat...
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-01-25 Christian Grothoff-call client last, so that if the client calls disconne...
2012-01-25 Christian Grothoff-use proper backoff to make VPN connect/start faster
2012-01-24 Christian Grothoff-bugfixes
2012-01-20 Christian Grothoff-fix
2012-01-07 Christian Grothoff-finishing first implementation of VPN client library
2012-01-07 Christian Grothoff-defining IPC messages for VPN
2012-01-07 Christian Grothoff-vpn api skeleton