aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nat_service.h
Commit message (Collapse)AuthorAge
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* -add FIXME to nat service _unregister; fix printf format in tcp communicatorMartin Schanzenbach2022-12-01
|
* misc spelling issuesChristian Grothoff2020-11-14
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* improve NAT API: allow client to store associated data with addressChristian Grothoff2019-01-28
|
* 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
|
* make sure nat-auto code uses NAT_AUTO prefixChristian Grothoff2017-01-07
|
* separate service for autoconfiguration from NAT traversalChristian Grothoff2017-01-06
|
* pass section name instead of specific option via IPCChristian Grothoff2017-01-05
|
* work towards supporting manual hole punching in new NAT serviceChristian Grothoff2017-01-05
|
* preparations for proper manual hole punching support in new NAT APIChristian Grothoff2017-01-02
|
* improve/fix handling of NAT server logic for ICMP-based autonomous NAT traversalChristian Grothoff2017-01-02
|
* working on proper IP address filtering logicChristian Grothoff2016-12-25
|
* misc. improvements to new NAT service, starting with autoconfiguration logicChristian Grothoff2016-12-17
|
* add PORT to NAT configuration, generate nat.conf from nat.conf.in, implement ↵Christian Grothoff2016-12-16
| | | | more of new NAT service
* towards moving STUN logic into new NAT serviceChristian Grothoff2016-11-30
|
* expand logic for address class detection, including private and sensitive IP ↵Christian Grothoff2016-11-27
| | | | classification
* -missing commitChristian Grothoff2016-10-25
|
* more work on new nat libraryChristian Grothoff2016-10-24
|
* new NAT lib client api skeletonChristian Grothoff2016-10-23
|
* design for new NAT service APIChristian Grothoff2016-10-23