aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.c
Commit message (Expand)AuthorAge
* - revamp mesh_common code, minor refactoringBart Polot2013-11-27
* - tunnels need separate connectivity state and encryption/handshake statesBart Polot2013-11-27
* - dont resend useless channel_destroy messagesBart Polot2013-11-26
* - fix port manglingBart Polot2013-11-26
* - fix #3114: add feedback from _local to _channel on who is requesting the ch...Bart Polot2013-11-26
* - api fixBart Polot2013-11-19
* - destroy channels when tunnels is being destroyed (but complain: channels sh...Bart Polot2013-11-18
* - doc, notesBart Polot2013-11-18
* - docBart Polot2013-11-15
* - initiate retransmit timer only after message has been sentBart Polot2013-11-15
* - dead codeBart Polot2013-11-15
* - add tunnel callback for retransmissionsBart Polot2013-11-15
* - fix coverity 10859Bart Polot2013-11-15
* - dont allow a client to send more data when output buffer is fullBart Polot2013-11-15
* Use encrypted MESH by defaultBart Polot2013-11-14
* - logBart Polot2013-11-14
* - account timing info in "backlog" freeBart Polot2013-11-14
* - fix NPEBart Polot2013-11-14
* - fix channel flow control in corner casesBart Polot2013-11-14
* - timing fixesBart Polot2013-11-12
* - fixesBart Polot2013-11-09
* - don't allow stalled reliable channelsBart Polot2013-11-08
* - fix pollingBart Polot2013-11-08
* - logBart Polot2013-11-07
* - fix #3091Bart Polot2013-11-07
* - remove all possible ambiguous 'fwd' parameters in Tunnel APIBart Polot2013-11-07
* - internal api change: add channel direction autodetection in non-loopback ch...Bart Polot2013-11-07
* - refactoringBart Polot2013-11-06
* - fixesBart Polot2013-11-06
* - doxygenBart Polot2013-10-18
* - doxygenBart Polot2013-10-18
* - fixesBart Polot2013-10-18
* - fix ACK direction Bart Polot2013-10-18
* - flow control changes and fixesBart Polot2013-10-18
* - GMCH_send can try to free saved message, save firstBart Polot2013-10-15
* - wrong flag...Bart Polot2013-10-15
* - move debug logBart Polot2013-10-15
* - typoBart Polot2013-10-15
* - use send_client_ackBart Polot2013-10-15
* - always update client's rel info on ACKBart Polot2013-10-15
* - avoid double ACK'ing to clients on loopback createBart Polot2013-10-15
* - use server<->client ACKs, not reliableBart Polot2013-10-11
* - send data ACK only after receiving the channel ACKBart Polot2013-10-11
* - avoid infinite ACK loops when creating loopback channelsBart Polot2013-10-11
* - address FIXMEsBart Polot2013-10-11
* - use proper channel_ack/data_ackBart Polot2013-10-11
* - fix channel data/ackBart Polot2013-10-11
* - simplify acksBart Polot2013-10-11
* - fix compile errors in localBart Polot2013-10-11
* - syncBart Polot2013-10-11