aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/vpn_api.c
Commit message (Collapse)AuthorAge
* -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