aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-nat.c
Commit message (Collapse)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* 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
* -DOC: Documentation cleanup pass through NAT subsystemWillow Liquorice2022-10-03
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* 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
|
* Fixed potential NULL dereference.anryko2018-01-07
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* Porting 'nat'.Marcello Stanisci2017-03-15
|
* fix memory leakChristian Grothoff2017-03-10
|
* make compiler happyChristian Grothoff2017-03-10
|
* fix issue with NAT logic overwriting port specified by user in manual hole ↵Christian Grothoff2017-03-09
| | | | punch; adding some logging
* Silence a GCC warning in gnunet-nat.cРуслан Ижбулатов2017-02-25
| | | | It's unobvious how this variable could be used uninitialized, but GCC complains.
* fix free of statically allocated valueChristian Grothoff2017-01-07
|
* fix bad cast, add additional assertions that AF is set, avoid unaligned ↵Christian Grothoff2017-01-07
| | | | access to struct sockaddr_in
* separate service for autoconfiguration from NAT traversalChristian Grothoff2017-01-06
|
* pass section name instead of specific option via IPCChristian 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
|
* notes for next steps with NATChristian Grothoff2016-12-25
|
* disambiguate -L option to gnunet-natChristian Grothoff2016-12-18
|
* implement writing of configuration file in autoconfigurationChristian Grothoff2016-12-18
|
* misc. improvements to new NAT service, starting with autoconfiguration logicChristian Grothoff2016-12-17
|
* disambiguate option flag -lChristian Grothoff2016-12-16
|
* fix shutdown, fix size calculationChristian Grothoff2016-12-16
|
* fix minor bugsChristian Grothoff2016-12-16
|
* remove FIXME that has been addressedChristian Grothoff2016-11-27
|
* implement reading STUN data from interface in gnunet-natChristian Grothoff2016-11-27
|
* add outputChristian Grothoff2016-11-27
|
* add draft man page for gnunet-natChristian Grothoff2016-11-27
|
* largely completing gnunet-nat tool, using new service API (but untested)Christian Grothoff2016-11-27
|
* work on new gnunet-nat tool, towards new NAT APIChristian Grothoff2016-11-27
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* - fix use of uninitialized memoryBart Polot2015-10-06
|
* gnunet-nat, tool to suggest changes to configure based on NAT configurationBruno Cabral2015-08-22