aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.c
Commit message (Expand)AuthorAge
* - refactor, check for existing copyBart Polot2014-04-07
* logBart Polot2014-04-07
* - logBart Polot2014-04-07
* - fix handling of duplicate incoming channel create with respect to queued re...Bart Polot2014-03-22
* - cancel SYNACK retry task when forced to SYNACK by an incoming SYNBart Polot2014-03-22
* Move mesh connection keepalive messages inside tunnel encryption to reduce in...Bart Polot2014-03-06
* - log payload ID for channel trafficBart Polot2014-03-06
* -logBart Polot2014-03-06
* - refactor logging to allow for shorter log filesBart Polot2014-02-04
* - don't resend create messages for channels being destroyedBart Polot2014-01-10
* - refactor channel nackBart Polot2014-01-06
* - Add some of the tunnel introscpecion backBart Polot2013-12-28
* - log traffic sizeBart Polot2013-12-19
* - don't always cancel channel's task on confirm: might be a duplicate confirm...Bart Polot2013-12-16
* - debugBart Polot2013-12-16
* - only complain if channel is not being destroyed (client has forgotten about...Bart Polot2013-12-12
* - wrong conditionBart Polot2013-12-12
* - cancel transmission altogether on errorBart Polot2013-12-12
* - simplify tunnel delayed queueBart Polot2013-12-12
* - dont retransmit connection_destroy to selfBart Polot2013-12-12
* - don't send ack on channels to be destroyedBart Polot2013-12-12
* - don't confirm channels scheduled for destruction, client handles are NULL'dBart Polot2013-12-12
* - refine assert conditionBart Polot2013-12-10
* - wipBart Polot2013-12-10
* - cancel queued transmission on channel destroyBart Polot2013-12-10
* - simplify the crazyness of sending tunnel-queued data: avoid going back to c...Bart Polot2013-12-10
* - fix handle for tunnel queueing during KXBart Polot2013-12-09
* - don't flag as ERROR if channel is loopback (no retransmissions necessary in...Bart Polot2013-12-09
* - fixed 3174: check reliable gap before allowing client to give more dataBart Polot2013-12-09
* - logBart Polot2013-12-09
* - doxygenBart Polot2013-12-09
* -fixed 3174 part 1Bart Polot2013-12-09
* -fix #3168, cancel retry task AFTER GMT_cancel, as that triggers a callback i...Christian Grothoff2013-12-08
* -wipBart Polot2013-12-06
* - fix procession of channel create in loopback channelsBart Polot2013-12-05
* - treat data as ACK on the destination end of a channelBart Polot2013-12-05
* - avoid dereferencing copy after channel (and therefore copy) was destroyedBart Polot2013-12-05
* - dont use millisecond restransmit delays for "synack" retransmissionBart Polot2013-12-05
* - improve dealing with duplicate channel create (in case of replay attack / m...Bart Polot2013-12-05
* - timingBart Polot2013-12-05
* - logBart Polot2013-12-05
* - dont authorize a client to send more data in case a duplicate CHANNEL_ACK i...Bart Polot2013-12-04
* - don't mark duplicate channel_confirm messages as errorBart Polot2013-12-04
* - cleanup tunnel apiBart Polot2013-12-01
* - cleanup, get rid of gotoBart Polot2013-12-01
* - logBart Polot2013-11-30
* - fix segfaultBart Polot2013-11-30
* - use queue/task mechanism for SYNACKsBart Polot2013-11-30
* - refactor mesg sentBart Polot2013-11-30
* - refactorBart Polot2013-11-30