aboutsummaryrefslogtreecommitdiff
path: root/src/nat
AgeCommit message (Expand)Author
2014-12-10moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #...Christian Grothoff
2014-12-01-fix nat test timeout/termination issueChristian Grothoff
2014-10-03-set socket to NULL on close to avoid double-close, do not cleanup on timeout...Christian Grothoff
2014-10-03-return non-NULL even if we instantly failChristian Grothoff
2014-10-03-fix NPE in NAT testChristian Grothoff
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-06-24- added more debug messages to status2stringChristian Fuchs
2014-06-17- renamed NAT's failure code to status code across gnunet (not GTK yet)Christian Fuchs
2014-06-11- added missing comma in nat-testChristian Fuchs
2014-06-08- moved timeout handling responsibility from for nat tests from caller to the...Christian Fuchs
2014-06-04- disentangled test_icmp_client and test_icmp_server's logicsChristian Fuchs
2014-06-04- added many lots of new error checking to nat_auto and nat_mini. icmp_client...Christian Fuchs
2014-05-19- adapted nat-tests for API changesChristian Fuchs
2014-05-19- updated NAT callback function defintion to no longer carry around strings,Christian Fuchs
2014-05-07- rename also contents of config files, update config filesBart Polot
2014-04-23-only complain about upnpc if it is actually enabled by configChristian Grothoff
2014-04-23-indentation, cast to avoid compiler warningChristian Grothoff
2014-04-14-grab source IP from outer IP header, not from inner IP headerChristian Grothoff
2014-04-14fixing error messageMatthias Wachs
2014-04-10handle nat_register failMatthias Wachs
2014-04-10upnp support just silently failed if upnp client is not availableMatthias Wachs
2014-04-09debugging breakMatthias Wachs
2014-04-09add address to list since we use local addresses OR it is not loobpack!Matthias Wachs
2014-04-08-more version bumpingChristian Grothoff
2014-03-07-fix linkage issue that could cause a transport service crash on exit for cer...Christian Grothoff
2014-03-07-fix map cmd shutdownChristian Grothoff
2014-02-20Allow redirection of STDERR when starting processes.Sree Harsha Totakura
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TES...LRN
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l...Christian Grothoff
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
2014-01-07-modify NAT API to return error messages about problems detectedChristian Grothoff
2013-12-23-remove OLD, not newChristian Grothoff
2013-12-23-debug logic for NAT external IP resolutionChristian Grothoff
2013-12-19malloc -> newLRN
2013-12-13remove external IP address from previous DNS lookup only after DNS lookup for...Christian Grothoff
2013-12-13-doxygen, indentation, fixing commentsChristian Grothoff
2013-12-10-fix #3192, as suggestedChristian Grothoff
2013-11-30applying patch from #3148 (by shedatc) to make gnunet-helper-nat-client compi...Christian Grothoff
2013-11-29-doxygenChristian Grothoff
2013-10-12- change --enable-ll to --enable-supermucSree Harsha Totakura
2013-10-09-switching (again) to named sockets, see #2887Christian Grothoff
2013-10-09last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff
2013-10-09more work towards XDG spec (#3000) -- config file locationChristian Grothoff
2013-10-09migrating towards XDG configuration specification (#3000)Christian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-10-01fix warningMatthias Wachs
2013-09-27-undo #29640, somehow causes problemsChristian Grothoff
2013-09-26moving from abstract unix domain socket paths to normal unix domain socket pa...Christian Grothoff
2013-09-25-misc fixes based on cppcheckChristian Grothoff
2013-09-16- replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold