aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
Commit message (Expand)AuthorAge
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
* -use GNUNET_log, not fprintfChristian Grothoff2014-06-04
* Update all am filesBart Polot2014-05-07
* Rename mesh->cadetBart Polot2014-05-07
* Fix vpn helper argparsing logicLRN2014-01-17
* -fix free after freeChristian Grothoff2013-12-20
* -use the same hash function to map service name to hash, not once strlen and ...Christian Grothoff2013-12-20
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
* - change mesh channel creation/notification APIBart Polot2013-12-05
* Use encrypted MESH by defaultBart Polot2013-11-14
* -converting regular expressions of vpn/pt to non-binary format and adding pro...Christian Grothoff2013-10-26
* -fixing minor memleaksChristian Grothoff2013-10-11
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
* Add missing includeLRN2013-10-08
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -fixing build issues in vpn related to #3047Christian Grothoff2013-09-30
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
* moving from abstract unix domain socket paths to normal unix domain socket pa...Christian Grothoff2013-09-26
* -fix R-PI FTBFSChristian Grothoff2013-09-26
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
* fixing #2916, but untestedChristian Grothoff2013-09-22
* -dead code elimination in VPNChristian Grothoff2013-09-22
* remove 'nac' option from VPN, always return IP immediately, always build mesh...Christian Grothoff2013-09-22
* -doxygen, following naming conventionsChristian Grothoff2013-09-22
* -doxygen and minor code cleanupChristian Grothoff2013-09-21
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
* -code cleanupChristian Grothoff2013-09-06
* -make clang happyChristian Grothoff2013-08-22
* -dceChristian Grothoff2013-08-13
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify that...Christian Grothoff2013-07-22
* Added mesh reliable tunnelsBart Polot2013-07-08
* Replace mesh with new versionBart Polot2013-06-28
* renaming libgnunetregexnew to libgnunetregexChristian Grothoff2013-06-20
* continuing refactoring of regex library structure, disambiguating symbol name...Christian Grothoff2013-06-20
* -keep and drop are not needed here as we watch for disconnectsChristian Grothoff2013-06-12
* -moving to regexChristian Grothoff2013-06-05
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
* Mingw-w64 compatibility for VPN helperLRN2013-04-21
* added privilege testing parameters for helper-vpn, exit and nat-client.Christian Fuchs2013-04-19
* - bratao's fix to compile on w32Bart Polot2013-04-18
* -no booleanChristian Grothoff2013-04-15
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
* added dryrun functionality to helper-vpn-windowsChristian Fuchs2013-04-05
* * added vpn and exit to the default build options for mingw/windows builds. T...Christian Fuchs2013-03-22
* * fixed incorrect doxygen commant fields in exit and vpn-helper-windowsChristian Fuchs2013-03-21
* added support for partial write to stdin/stdout.Christian Fuchs2013-01-31