aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_test.c
Commit message (Collapse)AuthorAge
* remove legacy NAT library logic, or preserve if it might still be usefulChristian Grothoff2017-01-07
|
* migrate nat_test to MQChristian Grothoff2016-06-24
|
* 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
|
* -no printfChristian Grothoff2015-10-07
|
* gnunet-nat, tool to suggest changes to configure based on NAT configurationBruno Cabral2015-08-22
|
* Get STUN to work with UDP pluginBruno Cabral2015-07-18
|
* 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
* -fix nat test timeout/termination issueChristian Grothoff2014-12-01
|
* -set socket to NULL on close to avoid double-close, do not cleanup on ↵Christian Grothoff2014-10-03
| | | | timeout, leave that to app
* -return non-NULL even if we instantly failChristian Grothoff2014-10-03
|
* -fix NPE in NAT testChristian Grothoff2014-10-03
|
* - added more debug messages to status2stringChristian Fuchs2014-06-24
| | | | - added remaining functionality to GNUNET_NAT_test_stop
* - 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...)
* - moved timeout handling responsibility from for nat tests from caller to ↵Christian Fuchs2014-06-08
| | | | | | | | | the library - updated NAT API accordingly - removed obsolete timeout handling code from gnunet-transport - updated result callback for nat-test gnunet-transport to not always just report success, but we now actually report the proper result code we got from the NAT API - updated nat tests
* - disentangled test_icmp_client and test_icmp_server's logicsChristian Fuchs2014-06-04
| | | | - integrated more error-reporting changes for nat_test.c
* - 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
* handle nat_register failMatthias Wachs2014-04-10
|
* -modify NAT API to return error messages about problems detectedChristian Grothoff2014-01-07
|
* -doxygen, indentation, fixing commentsChristian Grothoff2013-12-13
|
* -doxygenChristian Grothoff2013-11-29
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* -fixChristian Grothoff2012-05-17
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -use define, fix timeoutChristian Grothoff2012-03-31
|
* use LOG macro in nat.cChristian Grothoff2011-10-10
|
* dbg support:Christian Grothoff2011-09-15
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* loggingChristian Grothoff2011-07-11
|
* set af, better error msgsChristian Grothoff2011-07-07
|
* udp fixesChristian Grothoff2011-07-07
|
* testcase for nat test codeChristian Grothoff2011-07-01
|
* indentChristian Grothoff2011-07-01
|
* more nat codeChristian Grothoff2011-07-01
|
* commentsChristian Grothoff2011-07-01
|
* more hacking on nat test codeChristian Grothoff2011-07-01
|
* draft for NAT_test APIChristian Grothoff2011-07-01