- drop newest message when a retransmission comes in
[oweals/gnunet.git] / src / mesh /
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
2013-07-09 Bart Polot- don't overwrite logs
2013-07-09 Bart Polot- don't shcdule retransmissions of unreliable packets
2013-07-09 Bart Polot- changes not intended to be commited yet
2013-07-09 Bart Polot- fix segfault on retransmission
2013-07-09 Florian Dold- initialized all fields of mesh's tunnel destroy message
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- new config file for reliability (enable drop)
2013-07-08 Bart Polot- add reliablity testcase, fix nobuf API use
2013-07-08 Bart Polot- test order
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- debug, indentation
2013-07-08 Bart Polot- fix local infinite retransmission loop
2013-07-08 Bart Polot- update message_to_string
2013-07-08 Bart Polot- adapt testcases to new api
2013-07-08 Bart Polot- fix unreliable traffic
2013-07-08 Bart PolotAdded mesh reliable tunnels
2013-07-07 Christian Grothoff-doxygen fixes
2013-07-07 Florian Doldtest case for single mesh handle
2013-07-03 Bart Polot- prepare for relaible mesh
2013-07-02 Bart Polot- add drop option for future testcases
2013-07-02 Christian Grothoff-removing dead options
2013-07-01 Bart Polot- remove dead code
2013-07-01 Bart Polot- note to self: when debugging, use correct executable
2013-06-28 Bart Polot- fix braindead win32 build process
2013-06-28 Bart PolotReplace mesh with new version
2013-06-28 Bart Polot- fix path refresh
2013-06-28 Bart Polot- force timeout during tests
2013-06-28 Bart Polot- fix nobuffer behavior
2013-06-27 Bart Polot- add equivalent of old tests to mesh2
2013-06-27 Bart Polot- use more universal names for test discrimination
2013-06-27 Bart Polot- fix success condition
2013-06-27 David BarksdaleMake building gnunet-testing lib optional.
2013-06-26 Bart Polot- when creating a tunnel, pre-accept first incoming...
2013-06-26 Bart Polot- just update fc->queue for payload messages
2013-06-26 Christian Grothoff-introducing signing of regex accept states, removing...
2013-06-26 Bart Polot- update to mesh2
2013-06-26 Bart Polot- fixed 2906
2013-06-26 Bart Polot- use clearer debug numbers
2013-06-26 Bart Polot- style
2013-06-26 Bart Polot- doxygen
2013-06-26 Bart Polot- avoid double adding of tunnel to peer_info for local...
2013-06-26 Bart Polot- separate key generation from path managemente
2013-06-26 Bart Polot- add paths to self from core, no need for dht lookup
2013-06-25 Bart Polot- add client connection debug info
2013-06-25 Bart Polot- fix unrelated bug in 2906 comments
2013-06-25 Florian Doldtesting lib missing in mesh Makefile.am
2013-06-25 Bart Polot- make sure to free all peer_rc on error
2013-06-25 Bart Polot- fix 2906
2013-06-25 Bart Polot- avoid valgrind uninitialized memory warning
2013-06-25 Bart Polot- fixed use after free on shutdown
2013-06-25 Bart Polot- warning
2013-06-25 Bart Polot- avoid double free
2013-06-25 Bart Polot- make sure not to leak rc on shutdown
2013-06-25 Bart Polot- fix peer_id rc
2013-06-25 Bart Polot- fix unicast/to_origin oversimplification
2013-06-25 Bart Polot- typo on debug
2013-06-25 Bart Polot- compiler warning
2013-06-25 Bart Polot- fix memleak
2013-06-20 Christian Grothoffrenaming libgnunetregexnew to libgnunetregex
2013-06-20 Christian Grothoffcontinuing refactoring of regex library structure,...
2013-06-19 Bart Polot- drop to_orig messages on 0 ttl
2013-06-19 Bart Polot- combine payload encapsulation structs
2013-06-19 Bart Polot- use new data callback with no sender info
2013-06-19 Bart PolotChange in mesh API: data callback no longer provides...
2013-06-19 Florian Dold- opaque mq structs
2013-06-19 Bart Polot- adress bug #2896: call end handler on requested tunne...
2013-06-19 Bart Polot- fix 2897: data handler SYSERR closes tunnel, not...
2013-06-14 Bart Polot- fix
2013-06-14 Bart Polot- use ports
2013-06-14 Bart Polot- disable try_connect to force topology
2013-06-14 Bart Polot- fixes, debug
2013-06-14 Bart Polot- fix
next