aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
AgeCommit message (Expand)Author
2015-05-22-log conclusion of exit searchChristian Grothoff
2015-05-22-diagnose tunnel issuesChristian Grothoff
2015-05-22-log warning if channel unreadyChristian Grothoff
2015-05-22-fix assertion: channel could be NULL (especially if we're dealing with a regex)Christian Grothoff
2015-03-20- remove .gitignoresBart Polot
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-06-04-use GNUNET_log, not fprintfChristian Grothoff
2014-05-07Update all am filesBart Polot
2014-05-07Rename mesh->cadetBart Polot
2014-01-17Fix vpn helper argparsing logicLRN
2013-12-20-fix free after freeChristian Grothoff
2013-12-20-use the same hash function to map service name to hash, not once strlen and ...Christian Grothoff
2013-12-06configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura
2013-12-05- change mesh channel creation/notification APIBart Polot
2013-11-14Use encrypted MESH by defaultBart Polot
2013-10-26-converting regular expressions of vpn/pt to non-binary format and adding pro...Christian Grothoff
2013-10-11-fixing minor memleaksChristian Grothoff
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-09last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff
2013-10-09migrating towards XDG configuration specification (#3000)Christian Grothoff
2013-10-08Add missing includeLRN
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-30-fixing build issues in vpn related to #3047Christian Grothoff
2013-09-27-undo #29640, somehow causes problemsChristian Grothoff
2013-09-26moving from abstract unix domain socket paths to normal unix domain socket pa...Christian Grothoff
2013-09-26-fix R-PI FTBFSChristian Grothoff
2013-09-25-misc fixes based on cppcheckChristian Grothoff
2013-09-22fixing #2916, but untestedChristian Grothoff
2013-09-22-dead code elimination in VPNChristian Grothoff
2013-09-22remove 'nac' option from VPN, always return IP immediately, always build mesh...Christian Grothoff
2013-09-22-doxygen, following naming conventionsChristian Grothoff
2013-09-21-doxygen and minor code cleanupChristian Grothoff
2013-09-16- replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold
2013-09-06-code cleanupChristian Grothoff
2013-08-22-make clang happyChristian Grothoff
2013-08-13-dceChristian Grothoff
2013-08-11changing time measurement from milliseconds to microsecondsChristian Grothoff
2013-07-22rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify that...Christian Grothoff
2013-07-08Added mesh reliable tunnelsBart Polot
2013-06-28Replace mesh with new versionBart Polot
2013-06-20renaming libgnunetregexnew to libgnunetregexChristian Grothoff
2013-06-20continuing refactoring of regex library structure, disambiguating symbol name...Christian Grothoff
2013-06-12-keep and drop are not needed here as we watch for disconnectsChristian Grothoff
2013-06-05-moving to regexChristian Grothoff
2013-05-09- complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura
2013-04-21Mingw-w64 compatibility for VPN helperLRN
2013-04-19added privilege testing parameters for helper-vpn, exit and nat-client.Christian Fuchs