aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_api.c
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* NAT: don't leak AddrEntries when unregistering.ulfvonbelow2023-02-06
| | | | Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -add FIXME to nat service _unregister; fix printf format in tcp communicatorMartin Schanzenbach2022-12-01
|
* -DOC: Pass through NAT libraryWillow Liquorice2022-10-03
|
* -fixesChristian Grothoff2021-11-22
|
* -fix many more typosChristian Grothoff2021-04-26
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* fix bad use after freeChristian Grothoff2019-06-04
|
* 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
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* fix memory leakChristian Grothoff2017-03-10
|
* fix issue with NAT logic overwriting port specified by user in manual hole ↵Christian Grothoff2017-03-09
| | | | punch; adding some logging
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* cancel potentially dangling reconnect taskChristian Grothoff2017-01-09
|
* fix potential NPEChristian Grothoff2017-01-08
|
* fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff2017-01-07
|
* fix bad cast, add additional assertions that AF is set, avoid unaligned ↵Christian Grothoff2017-01-07
| | | | access to struct sockaddr_in
* pass section name instead of specific option via IPCChristian Grothoff2017-01-05
|
* splitting off ant_api_auto.c from main nat_api.cChristian 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
|
* ensure nat clients get notifications on disconnect about 'lost' addressesChristian Grothoff2016-12-25
|
* misc. improvements to new NAT service, starting with autoconfiguration logicChristian Grothoff2016-12-17
|
* disambiguate option flag -lChristian Grothoff2016-12-16
|
* fix minor bugsChristian Grothoff2016-12-16
|
* decided to keep NAT test logic in client libraryChristian Grothoff2016-11-30
|
* towards moving STUN logic into new NAT serviceChristian Grothoff2016-11-30
|
* -more work towards NAT serviceChristian Grothoff2016-10-31
|
* finish (untested) new NAT client libraryChristian Grothoff2016-10-24
|
* towards implementing autoconfig part of NAT libChristian Grothoff2016-10-24
|
* more work on new nat libraryChristian Grothoff2016-10-24
|
* working towards new NAT client library implementationChristian Grothoff2016-10-24
|
* new NAT lib client api skeletonChristian Grothoff2016-10-23