aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
Commit message (Collapse)AuthorAge
* clarify error messageslurchi2019-07-03
|
* use GNUNET_OS_get_suid_binary_path to construct suid helper pathslurchi2019-06-29
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* 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
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* support multiple DNS resolvers for queries (in DNSSTUB and GNS2DNS ↵Christian Grothoff2018-04-19
| | | | resolution for now)
* where applicable, check DNS ID in responses before processing furtherChristian Grothoff2018-04-05
|
* first preparations for GNS mapping arbitrary TLDsChristian Grothoff2018-02-25
|
* Merge remote-tracking branch 'origin/master' into credentialsSchanzenbach, Martin2017-07-03
|\
| * if (1) holds here, remove redundant ifChristian Grothoff2017-06-24
| |
| * start VPN helper also if only services are runningChristian Grothoff2017-06-24
| |
* | - merge with masterSchanzenbach, Martin2017-03-29
|\|
| * more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
| |
| * removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | | | | | plugins (which will be updated 'later')
| * renaming CADET APIs to match naming conventions again, now that the old ↵Christian Grothoff2017-03-13
| | | | | | | | symbols have been purged
| * convert EXIT to new CADET MQ APIChristian Grothoff2017-02-23
| |
* | - merge; service API changeSchanzenbach, Martin2017-01-20
|\|
| * simplify GNUNET_CONTAINER_heap_update_cost APIChristian Grothoff2017-01-16
| |
* | - fix callSchanzenbach, Martin2016-12-02
|/
* -fix leakChristian Grothoff2016-08-26
|
* ensure binding multiple ports to the same service descriptor works (again) ↵Christian Grothoff2016-08-25
| | | | with the correct mapping of ports
* -fix indentChristian Grothoff2016-08-25
|
* fix exit CADET port binding for services, remove redundant service/port ↵Christian Grothoff2016-08-22
| | | | descriptor transmission from packets
* -convert vpn/exit/pt to use new CADET portsChristian Grothoff2016-08-11
|
* - 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