-fix uninit and fix leak
[oweals/gnunet.git] / src / mesh /
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 Christian Grothoff-removing last bits of RSA support, as this code is...
2013-07-18 Bart Polot- fix
2013-07-18 Bart Polot- don't zero send flag after a cancelled transmission
2013-07-18 Bart Polot- fix ACK for TO_ORIG traffic
2013-07-18 Bart Polot- debug
2013-07-18 Bart Polot- debug, cleanup
2013-07-18 Bart Polot- doc, warnings
2013-07-17 Bart Polot- TODO
2013-07-17 Bart Polot- cleanup
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-use new API
2013-07-16 Bart Polot- update cleaner in testcase
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 Polotdebug tunnel destroy
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-16 Bart Polot- use same options everywhere
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- use fitting data type
2013-07-15 Bart PolotChange get_info API
2013-07-15 Bart Polot- debig
2013-07-15 Bart Polot- fix end-to-end stalling, update todo
2013-07-15 Bart Polot- doc
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- use enum, add out of order option
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- updated message numbers
2013-07-10 Bart Polot- use different DATA ACK for both directions
2013-07-10 Bart Polot- nbo
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- when did this disappear????
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- fix
2013-07-10 Florian Dold- full message struct initialization
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 script
2013-07-09 Bart Polot- don't reject future traffic, related to bug #2934
2013-07-09 Bart Polot- fix unreliable expected traffic
next