Finishing mesh reliable:
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
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
2013-03-21 Bart Polot- doxygen
2013-03-21 Matthias Wachsfix core api
2013-02-14 Bart Polot- debug
2013-02-14 Bart Polot- fix segfault
2013-02-14 Bart Polot- cancel dht get for peers when done, style
2013-02-14 Bart Polot- not needed size of t->peers should suffice
2013-02-13 Bart Polot- fix crash
2013-02-08 Bart Polot- use correct config name
2013-02-08 Bart Polot- read proper keyfile
2013-02-07 Bart Polot- use ECC in mesh
2013-01-24 Bart PolotMoved regex profiler and profiler daemon from mesh...
2013-01-21 Bart Polot- move code to regex_dht
2013-01-21 Bart Polot- debug messages
2013-01-17 Bart PolotMove regex DHT integration from mesh to regex
2012-12-21 Bart Polot- fix
2012-12-21 Bart Polot- cache node parent to retransmit tunnel_destroy in...
2012-12-21 Bart Polot- fix memleak
2012-12-21 Bart Polot- dont destroy tunnels with local clients
2012-12-20 Bart Polot- notify owner of disconnecting peers
2012-12-20 Bart Polot- initialize message for both directions
2012-12-20 Bart Polot- delay destruction
2012-12-20 Bart Polot- fix
2012-12-20 Bart Polot- doxygen, alignment
2012-12-20 Bart Polot- not necessarilly a bug
2012-12-13 Bart Polot- avoid double-scheduling: causes crash on shutdown
2012-12-13 Bart Polot- don't notify about tunnel that is dying
2012-12-13 Bart Polot- signal both-ways tunnel destruction notification
2012-12-12 Bart Polotmesh now accepts REGEXes longer than 64KiB
2012-12-10 Bart Polot- use child count, add debug info
2012-12-10 Bart Polot- destroy tunnels that have no clients or child nodes...
2012-12-10 Bart Polot- silence!
2012-12-10 Bart Polot- improve mesh handling of unexpected traffic
2012-12-10 Bart Polot- handle errors more gracefully, be more verbose for...
2012-12-07 Bart Polot- wip
2012-12-06 Bart Polot- fixed #2675
2012-12-06 Bart Polot- debug info for stream / hostkey bugs
2012-12-04 Bart Polot- typo
2012-12-04 Bart Polot- try to fix #2660
2012-12-04 Bart Polot- changed mesh api for monitoring
2012-11-22 Bart Polot- monitor tunnel inital implementation, WIP
2012-11-17 Bart PolotAdded mesh CLI with basic tunnel listing
2012-11-15 Bart Polot- fix use after free
2012-11-15 Bart Polot- TODO
2012-11-15 Bart Polot- exponential backoff for ACK polling
2012-11-14 Bart Polot- better debug, minor code cleanup
2012-11-14 Bart Polot- adjust default dht_replication_level
2012-11-13 Bart Polot- more mesh regex stats
2012-11-13 Bart Polot- fix debug
2012-11-13 Bart Polot- more mesh regex stats
2012-11-13 Bart Polot- more mesh regex stats
2012-11-13 Bart Polot- dont record route for regex_accept blocks, avoid...
2012-11-12 Christian Grothoff-do not expire too soon
2012-11-11 Maximilian Szengeldoxygen
2012-11-11 Maximilian SzengelBetter mesh/regex profiler performance.
2012-11-09 Christian Grothoff-new breaks
2012-11-08 Bart PolotMESH uses DHT xquery to limit the results returned...
2012-11-08 Bart Polot- fix multicast keepalive
2012-11-05 Bart Polot- Keep calm and carry on
2012-11-05 Bart Polot- Keep calm and carry on
2012-11-05 Bart Polot- don't poll so eagerly
next