aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn_api.c
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -convert vpn/exit/pt to use new CADET portsChristian Grothoff2016-08-11
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* transitioning VPN API to MQChristian Grothoff2016-07-05
|
* -doxygenChristian Grothoff2016-07-02
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* remove 'nac' option from VPN, always return IP immediately, always build ↵Christian Grothoff2013-09-22
| | | | mesh tunnel asynchronously afterwards
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -call client last, so that if the client calls disconnect, it does not mess ↵Christian Grothoff2012-01-25
| | | | us up
* -use proper backoff to make VPN connect/start fasterChristian Grothoff2012-01-25
|
* -bugfixesChristian Grothoff2012-01-24
|
* -fixChristian Grothoff2012-01-20
|
* -finishing first implementation of VPN client libraryChristian Grothoff2012-01-07
|
* -defining IPC messages for VPNChristian Grothoff2012-01-07
|
* -vpn api skeletonChristian Grothoff2012-01-07