aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_mini.c
Commit message (Collapse)AuthorAge
* remove legacy NAT library logic, or preserve if it might still be usefulChristian Grothoff2017-01-07
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* - renamed NAT's failure code to status code across gnunet (not GTK yet)Christian Fuchs2014-06-17
| | | | | | | - added proper error reporting to NAT-test-start/stop - timed-out nat tests not automatically stop the test itself - fixed a design flaw in nat-test - fixed a potential crash in the tests of the nat functionality (NOT NAT_TEST_xy...)
* - added many lots of new error checking to nat_auto and nat_mini. ↵Christian Fuchs2014-06-04
| | | | icmp_client server and client not contained in this commit.
* - updated NAT callback function defintion to no longer carry around strings,Christian Fuchs2014-05-19
| | | | | | | - NAT lib now uses error-code enums to signal success and errors - reworked related code to return errorcodes - added and updated a missing doxygen documention - todo next: testcases
* -fix linkage issue that could cause a transport service crash on exit for ↵Christian Grothoff2014-03-07
| | | | certain NAT configurations
* -fix map cmd shutdownChristian Grothoff2014-03-07
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* -modify NAT API to return error messages about problems detectedChristian Grothoff2014-01-07
|
* malloc -> newLRN2013-12-19
|
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* -better logging in NATChristian Grothoff2012-10-31
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* use LOG macro in nat.cChristian Grothoff2011-10-10
|
* check for external-ip before forkingChristian Grothoff2011-09-15
|
* dbg support:Christian Grothoff2011-09-15
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* make external-IP api non-blockingChristian Grothoff2011-08-15
|
* dceChristian Grothoff2011-07-16
|
* loggingChristian Grothoff2011-07-11
|
* proper cleanupChristian Grothoff2011-07-11
|
* endianChristian Grothoff2011-07-08
|
* mini worksChristian Grothoff2011-07-08
|
* apifixChristian Grothoff2011-07-08
|
* towards UPnP supportChristian Grothoff2011-07-08
|
* fxChristian Grothoff2011-07-08
|
* adding code to get external IP from miniupnp toolChristian Grothoff2011-07-07