aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
...
* - fix polling in the presence of lost dataBart Polot2013-07-15
* - debigBart Polot2013-07-15
* - fix end-to-end stalling, update todoBart Polot2013-07-15
* dont skip when mid > tragetBart Polot2013-07-13
* fixesBart Polot2013-07-13
* fixes. lunch breakBart Polot2013-07-13
* - use one tunnelnotification structBart Polot2013-07-13
* - bitfield does not loke NBOBart Polot2013-07-13
* - update status of client protocolBart Polot2013-07-13
* - initital implementation of bitfield ACK-ing of future messagesBart Polot2013-07-13
* - tweak timing, improve precessing of received messagesBart Polot2013-07-13
* - don't retransmit so eagerlyBart Polot2013-07-13
* - filter by typeBart Polot2013-07-13
* - separate hop and end ACK at destinationBart Polot2013-07-13
* - off by oneBart Polot2013-07-13
* - debugBart Polot2013-07-13
* - when injecting a retransmitted message in the queue, update its pid to the ...Bart Polot2013-07-13
* - fixesBart Polot2013-07-13
* - undo mix of pid and midBart Polot2013-07-13
* - fix unreliable unicastBart Polot2013-07-13
* - fix disconnecting of ghost clientsBart Polot2013-07-13
* - connect_notify is also called with NULL on server shutdownBart Polot2013-07-13
* Add context to a client immediately after connection. Otherwise calling SERVE...Bart Polot2013-07-13
* - use message ID for end-to-end ACKsBart Polot2013-07-13
* - limit retransmission buffer sizeBart Polot2013-07-12
* - don't retransmit a message if it's stil in the outgoing queueBart Polot2013-07-12
* - calculate round trip time of real message, not originalBart Polot2013-07-12
* - use correct ACK for nonreliable tunnelsBart Polot2013-07-12
* - use API change from r27944Bart Polot2013-07-12
* - fix segfault on errorBart Polot2013-07-11
* - adapt delay after each ACKBart Polot2013-07-11
* - fix use after freeBart Polot2013-07-11
* - fixed weird 'feature'Bart Polot2013-07-11
* Finishing mesh reliable:Bart Polot2013-07-11
* - more mess from retransmission of dataBart Polot2013-07-11
* - fix memleakBart Polot2013-07-11
* - queue_destroy does all the workBart Polot2013-07-11
* - drop newest message when a retransmission comes inBart Polot2013-07-11
* - avoid POLL messing with reliability counterBart Polot2013-07-11
* - avoid POLL messing with reliability counterBart Polot2013-07-11
* - doxygenBart Polot2013-07-10
* - don't let retransmissions mess with per-hop ACKBart Polot2013-07-10
* - data_ack ack's all previous messages, change hashmap to FIFO DLLBart Polot2013-07-10
* - use different DATA ACK for both directionsBart Polot2013-07-10
* - fix decoding of tunnel optionsBart Polot2013-07-10
* - change retransmit time to #define, debugBart Polot2013-07-10
* - use proper reliability metadataBart Polot2013-07-10
* - client can be owner AND destinationBart Polot2013-07-10
* - simplified MESH client<->service API as per suggestions in bug #2934Bart Polot2013-07-10
* - don't use deltas, send last PID in POLL message insteadBart Polot2013-07-10