aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
* - 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
|
* -fix use after freeChristian Grothoff2016-09-22
|
* -use is_fwd to retrieve traffic directionBart Polot2016-09-20
|
* - fix PID accounting without direct queue controlBart Polot2016-09-20
|
* Port CADET to CORE MQ APIBart Polot2016-09-20
|
* realigning CADET messages and bumping message types to avoid interactions ↵Christian Grothoff2016-09-12
| | | | with incompatible old versions complicating diagnostics
* putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR ↵Christian Grothoff2016-08-26
| | | | legacy code
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -note simplification possibilityChristian Grothoff2016-08-11
|
* - missing implementationBart Polot2016-08-10
|
* - fix use after free (not removing single transmit handle from queue), ↵Bart Polot2016-08-10
| | | | refactor queue logic
* - Add monitor API to MQBart Polot2016-08-10
|
* Port CADET API to MQBart Polot2016-08-10
|
* protect CLI from port scanning: use string portsCarlo von lynX2016-08-09
|
* GNUNET_CADET_close_port doesnt work as expected. Bailing out instead.Carlo von lynX2016-08-09
|
* UX: message type for important things that aren't evilCarlo von lynX2016-08-08
|
* Merge branch 'master' of /RAM/proj/gnunetCarlo von lynX2016-08-08
|
* cadet: rollback + warning message for posterityCarlo von lynX2016-07-29
|
* fixed a memleak, a static string free, an access of freed memory etcCarlo von lynX2016-07-29
|
* - open port after handle checkBart Polot2016-07-20
|
* - adapt test cases / framework to new port systemBart Polot2016-07-20
|
* Change CADET ports from uint32 to HashCodeBart Polot2016-07-20
|
* - reduce INFO level debugBart Polot2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -init cfgChristian Grothoff2016-07-08
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* avoid NPEChristian Grothoff2016-06-27
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* Fix shutdown assertion failure in core_api: avoid double cancel of pending ↵Bart Polot2016-05-03
| | | | traffic
* 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()
* - free queued messages on peer destroy, fix #4001Bart Polot2016-03-30
|
* - fix condition on connection timeoutBart Polot2016-03-30
|