aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Use GNUNET_NAT_StatusCode and GNUNET_NAT_status2stringDavid Barksdale2016-10-26
|
* Move type check after initialization to make compiler happyDavid Barksdale2016-10-26
|
* This can't be NULLDavid Barksdale2016-10-26
|
* Remove ?: operator to avoid confusionDavid Barksdale2016-10-26
| | | | | | It has lower prescedence than - so the - was being evaluated first. Instead of adding more parens I'm just removing it to make it more readable.
* Don't mind me, I'm just going to put this function back togetherDavid Barksdale2016-10-26
|
* - add connection info to timing logBart Polot2016-10-26
|
* - reset timeout for early keepalive on CONN_ACKBart Polot2016-10-26
|
* - improve logging of CONN_ACKBart Polot2016-10-26
|
* - remove dead codeBart Polot2016-10-26
|
* - don't send ACK con CREATE if one is queuedBart Polot2016-10-26
|
* - don't complain about AX messages pre-KXBart Polot2016-10-26
|
* - fix AX/KX CID initializationBart Polot2016-10-26
|
* - simplify KX codeBart Polot2016-10-26
|
* Make a copy of the message on connection level only if it needs to be ↵Bart Polot2016-10-26
| | | | modified (generated by the Tunnel)
* - simplify connection-level processing of messages to be sentBart Polot2016-10-26
|
* - don't allocate message copies on the heapBart Polot2016-10-26
|
* - send connection keepalive if tunnel is unable to send traffic yetBart Polot2016-10-26
|
* - cancel maintenance message if connection is confirmed while a maintenance ↵Bart Polot2016-10-26
| | | | message is queued
* - minor changes, TODO, debug messageBart Polot2016-10-26
|
* - add queue control in peer and connection to cancel MQ_env when those are ↵Bart Polot2016-10-26
| | | | destroyed, since callbacks could dereference freed memory
* - initialize reserved to 0 to avoid valgrind complaintsBart Polot2016-10-26
|
* -missing commitChristian Grothoff2016-10-25
|
* -missing commitChristian Grothoff2016-10-25
|
* finish (untested) new NAT client libraryChristian Grothoff2016-10-24
|
* towards implementing autoconfig part of NAT libChristian Grothoff2016-10-24
|
* more work on new nat libraryChristian Grothoff2016-10-24
|
* more work on new nat libraryChristian Grothoff2016-10-24
|
* working towards new NAT client library implementationChristian Grothoff2016-10-24
|
* put logging into place to diagnose #4737Christian Grothoff2016-10-24
|
* new NAT lib client api skeletonChristian Grothoff2016-10-23
|
* specing out the NAT service IPC messages'Christian Grothoff2016-10-23
|
* start defining IPC messages for NATChristian Grothoff2016-10-23
|
* define message types for new NAT serviceChristian Grothoff2016-10-23
|
* design for new NAT service APIChristian Grothoff2016-10-23
|
* move to new client API: remove old client APIChristian Grothoff2016-10-23
|
* avoid use of CLIENT_service_test which is dyingChristian Grothoff2016-10-23
|
* avoid using dying type for functionChristian Grothoff2016-10-23
|
* simplify gnunet-namestore / namestore_rest_plugin to avoid deprecated ↵Christian Grothoff2016-10-23
| | | | CLIENT_service_test
* simplify gnunet-nse to avoid deprecated CLIENT_service_testChristian Grothoff2016-10-23
|
* cadet_api.c uses GNUNET_MQ_impl_currentDavid Barksdale2016-10-22
|
* new service API will no longer export this functionChristian Grothoff2016-10-21
|
* eliminate last residue of old service api in transportChristian Grothoff2016-10-21
|
* eliminate last residue of old service api in ARMChristian Grothoff2016-10-21
|
* migrate template to new service APIChristian Grothoff2016-10-21
|
* convert namecache to new service ApIChristian Grothoff2016-10-21
|
* test needs larger timeout to passChristian Grothoff2016-10-21
|
* activating client_new implementation, seems to mostly work fine, or better ↵Christian Grothoff2016-10-21
| | | | than the old one
* improve test shutdown and indentationChristian Grothoff2016-10-21
|
* -fix misc minor bugsChristian Grothoff2016-10-21
|
* misc fixes to new client implChristian Grothoff2016-10-21
|