aboutsummaryrefslogtreecommitdiff
path: root/src/nat
Commit message (Collapse)AuthorAge
* bashismng02019-03-09
|
* 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
|
* gnunet-helper-nat-server.c: fix 100% cpu loadxrs2018-06-26
|
* tests: use port numbers that are unlikely to collide with user ports (just ↵psyc://loupsycedyglgamf.onion/~lynX1984-04-04
| | | | happened)
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* 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
|
* add missing #defineChristian Grothoff2018-05-13
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Fixed potential NULL dereference.anryko2018-01-07
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Porting 'nat'.Marcello Stanisci2017-03-15
|
* add assertion to make static analysis happyChristian Grothoff2017-03-10
|
* disambiguate enum type of valueChristian Grothoff2017-03-10
|
* fix memory leakChristian Grothoff2017-03-10
|
* 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
* W32: Splice GNUNET_memcpy macro into NAT and GNS helpersРуслан Ижбулатов2017-02-25
| | | | | Including gnunet_common.h is too bothersome, these programs are designed to be relatively standalone.
* 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 zombie-festChristian Grothoff2017-02-19
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* fix unaligned accessChristian Grothoff2017-01-23
|
* fix format string issueChristian Grothoff2017-01-15
|
* handle case upnpc not found nicelyChristian Grothoff2017-01-12
|
* spacingChristian Grothoff2017-01-12
|
* fix FTBFSChristian Grothoff2017-01-11
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* enable upnpc by defaultChristian Grothoff2017-01-09
|
* eliminate dead NAT optionsChristian Grothoff2017-01-09
|
* log at DEBUG levelChristian Grothoff2017-01-09
|
* cancel potentially dangling reconnect taskChristian Grothoff2017-01-09
|
* fix potential free-of-nullChristian Grothoff2017-01-08
|
* fix potential NPEChristian Grothoff2017-01-08
|
* fix calls to test_address, expects a struct sockaddr, not an in_addrChristian Grothoff2017-01-07
|
* remove legacy NAT library logic, or preserve if it might still be usefulChristian Grothoff2017-01-07
|
* fixing uninit sin_addr; now successfully tested external hole punching ↵Christian Grothoff2017-01-07
| | | | support in new NAT code; documenting options to be used in the future
* fix free of statically allocated valueChristian Grothoff2017-01-07
|
* was testedChristian Grothoff2017-01-07
|
* fix bad cast, add additional assertions that AF is set, avoid unaligned ↵Christian Grothoff2017-01-07
| | | | access to struct sockaddr_in
* fix NPE if hole-external option is not setChristian Grothoff2017-01-06
|
* separate service for autoconfiguration from NAT traversalChristian Grothoff2017-01-06
|
* pass section name instead of specific option via IPCChristian Grothoff2017-01-05
|
* update commentsChristian Grothoff2017-01-05
|
* handle 'AUTO' option in manual hole punching setupChristian Grothoff2017-01-05
|
* move external IP logic to separate fileChristian Grothoff2017-01-05
|