aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
Commit message (Collapse)AuthorAge
* - fix CADET-using servicesBart Polot2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix misc issuesChristian Grothoff2016-07-06
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* -indentChristian Grothoff2015-05-26
|
* -comments, doxygen, indentation, style fixes, working on test_gns_vpnChristian Grothoff2015-05-25
|
* notify cadet when we are done - for flow control and to get next packetChristian Grothoff2015-05-25
|
* -fix channel initialization with regex involvmentChristian Grothoff2015-05-25
|
* -logging, doxygenChristian Grothoff2015-05-25
|
* -fix policy string generationChristian Grothoff2015-05-22
|
* -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
* keep exit process running even if it cannot work to avoid ARM restartsChristian Grothoff2014-06-03
|
* Rename mesh->cadetBart Polot2014-05-07
|
* -fix leakChristian Grothoff2013-12-21
|
* -fix service name construction, remove .gnunet.Christian Grothoff2013-12-20
|
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -check for working app, use correct optionChristian Grothoff2013-12-20
|
* -rename enum MeshOption to GNUNET_MESH_ChannelOption to ensure we use ↵Christian Grothoff2013-12-08
| | | | GNUNET_MESH_ prefix as we should
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* -make proper use of new policy parserChristian Grothoff2013-10-26
|
* -fix leaksChristian Grothoff2013-10-18
|
* -fix leak, doxygenChristian Grothoff2013-10-11
|
* -fix possible NPEChristian Grothoff2013-10-11
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in pt/exit/vpn related to #3047Christian Grothoff2013-09-30
|
* advertise DNS exit capability in DHTChristian Grothoff2013-09-21
|
* -dceChristian Grothoff2013-08-13
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -move all code that deals with IP/policy to regex/string conversion to tunChristian Grothoff2013-07-22
|
* -do NULL check before dereferencingChristian Grothoff2013-07-21
|
* -doxygen fixesChristian Grothoff2013-07-07
|
* Replace mesh with new versionBart Polot2013-06-28
|
* -introducing signing of regex accept states, removing PID from regex APIChristian Grothoff2013-06-26
|
* -moving to regexChristian Grothoff2013-06-05
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* added privilege testing parameters for helper-vpn, exit and nat-client.Christian Fuchs2013-04-19
| | | | | todo: nat-server
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* * replaced no-nat delimiter which was % (reserved char on windows) with - ↵Christian Fuchs2013-03-21
| | | | | | | | | for exit-helper-windows and exit-helper. * added ipv4 NAPT and removal functionality to exit-helper-windows * moved a few variables * next todo: ipv6 forwarding rules for netsh
* add DNS exit for mesh to gnunet-daemon-exitChristian Grothoff2013-01-25
|
* - use prefixBart Polot2012-12-19
|
* -actually enable free regex specification, in binary for nowChristian Grothoff2012-11-05
|
* Using regex for exit/vpnMaximilian Szengel2012-11-02
|