- fix cov10603
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
2013-07-19 Bart Polot- fix cov10603
2013-07-19 Bart Polot- log tunnel state evolution
2013-07-19 Bart Polot- major refactoring, implement bi-directional keepalive...
2013-07-18 Bart Polot- fix condition to omit hop-by-hop ACK
2013-07-18 Bart Polot- fix
2013-07-18 Bart Polot- fix ACK for TO_ORIG traffic
2013-07-18 Bart Polot- doc, warnings
2013-07-17 Bart Polot- TODO
2013-07-17 Bart Polot- refactor
2013-07-17 Bart Polot- return on error
2013-07-17 Bart Polot- use proper ID
2013-07-17 Bart Polot- log event, not an error
2013-07-17 Bart Polot- start poll on queue_add
2013-07-16 Bart Polot- make send_client_destroy generic and same-client...
2013-07-16 Bart Polot-cancel polling on tunnel destruction/empty queue
2013-07-16 Bart Polot- uninitialized memory on the network
2013-07-16 Bart Polot- destroy tunnel at the end of the function
2013-07-15 Bart Polot- unchoke client after 64 messages hace been ACK'd
2013-07-15 Bart Polot - debug
2013-07-15 Bart Polot- off by one
2013-07-15 Bart Polot- change MID to 32bits, allow overflow (fixes lost...
2013-07-15 Bart Polot- debug
2013-07-15 Bart PolotRefactored code to eliminate duplicates depending on...
2013-07-15 Bart Polot- fixed
2013-07-15 Bart Polot- don't discriminate against unreliable tunnels
2013-07-15 Bart Polot- Poll whenever the queue is not empty
2013-07-15 Bart Polot- don't allow more than 64 messages in the input buffer...
2013-07-15 Bart Polot- fix polling in the presence of lost data
2013-07-15 Bart Polot- debig
2013-07-15 Bart Polot- fix end-to-end stalling, update todo
2013-07-13 Bart Polot dont skip when mid > traget
2013-07-13 Bart Polot fixes
2013-07-13 Bart Polot fixes. lunch break
2013-07-13 Bart Polot- use one tunnelnotification struct
2013-07-13 Bart Polot- bitfield does not loke NBO
2013-07-13 Bart Polot- update status of client protocol
2013-07-13 Bart Polot- initital implementation of bitfield ACK-ing of future...
2013-07-13 Bart Polot- tweak timing, improve precessing of received messages
2013-07-13 Bart Polot- don't retransmit so eagerly
2013-07-13 Bart Polot- filter by type
2013-07-13 Bart Polot- separate hop and end ACK at destination
2013-07-13 Bart Polot- off by one
2013-07-13 Bart Polot- debug
2013-07-13 Bart Polot- when injecting a retransmitted message in the queue...
2013-07-13 Bart Polot- fixes
2013-07-13 Bart Polot- undo mix of pid and mid
2013-07-13 Bart Polot- fix unreliable unicast
2013-07-13 Bart Polot- fix disconnecting of ghost clients
2013-07-13 Bart Polot- connect_notify is also called with NULL on server...
2013-07-13 Bart PolotAdd context to a client immediately after connection...
2013-07-13 Bart Polot- use message ID for end-to-end ACKs
2013-07-12 Bart Polot- limit retransmission buffer size
2013-07-12 Bart Polot- don't retransmit a message if it's stil in the outgoi...
2013-07-12 Bart Polot- calculate round trip time of real message, not original
2013-07-12 Bart Polot- use correct ACK for nonreliable tunnels
2013-07-12 Bart Polot- use API change from r27944
2013-07-11 Bart Polot- fix segfault on error
2013-07-11 Bart Polot- adapt delay after each ACK
2013-07-11 Bart Polot- fix use after free
2013-07-11 Bart Polot- fixed weird 'feature'
2013-07-11 Bart PolotFinishing mesh reliable:
2013-07-11 Bart Polot- more mess from retransmission of data
2013-07-11 Bart Polot- fix memleak
2013-07-11 Bart Polot- queue_destroy does all the work
2013-07-11 Bart Polot- drop newest message when a retransmission comes in
2013-07-11 Bart Polot- avoid POLL messing with reliability counter
2013-07-11 Bart Polot- avoid POLL messing with reliability counter
2013-07-10 Bart Polot- doxygen
2013-07-10 Bart Polot- don't let retransmissions mess with per-hop ACK
2013-07-10 Bart Polot- data_ack ack's all previous messages, change hashmap...
2013-07-10 Bart Polot- use different DATA ACK for both directions
2013-07-10 Bart Polot- fix decoding of tunnel options
2013-07-10 Bart Polot- change retransmit time to #define, debug
2013-07-10 Bart Polot- use proper reliability metadata
2013-07-10 Bart Polot- client can be owner AND destination
2013-07-10 Bart Polot- simplified MESH client<->service API as per suggestio...
2013-07-10 Bart Polot- don't use deltas, send last PID in POLL message instead
2013-07-10 Bart Polot- use deltas for ack polling
2013-07-10 Bart Polot- use multihashmap32 instead of own implementation
2013-07-09 Bart Polot- fix unreliable expected traffic
2013-07-09 Bart Polot- don't shcdule retransmissions of unreliable packets
2013-07-09 Bart Polot- fix segfault on retransmission
2013-07-09 Christian Grothoff-simplify zone key loading by using synchronous ECC...
2013-07-08 Bart Polot- send data_ack from the same ack function as hop-by...
2013-07-08 Bart Polot- fix relay data retransmission of repeated messages
2013-07-08 Bart Polot- indentation
2013-07-08 Bart Polot- fix keepalive loop
2013-07-08 Bart Polot- fix unreliable traffic bck
2013-07-08 Bart Polot- fix assumption that owner and destination client...
2013-07-08 Bart Polot- fix local infinite retransmission loop
2013-07-08 Bart Polot- fix unreliable traffic
2013-07-08 Bart PolotAdded mesh reliable tunnels
2013-07-03 Bart Polot- prepare for relaible mesh
2013-07-02 Bart Polot- add drop option for future testcases
2013-06-28 Bart PolotReplace mesh with new version
2013-06-26 Christian Grothoff-introducing signing of regex accept states, removing...
2013-06-20 Christian Grothoffcontinuing refactoring of regex library structure,...
2013-05-21 Christian Grothoff-fixes to error reporting
2013-05-10 Bart Polot- fix accidental removal
2013-05-07 Bart Polot- wip
next