loglevel MESSAGE for the incoming connection message + type
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_connection.c
2017-01-31 Christian Grothoffuse observed RTT as starting point for retransmissions
2017-01-31 Christian Grothoffdo not recompute off if we can just pass it in
2017-01-30 Christian Grothofftrack and return performance metrics per cadet connection
2017-01-30 Christian Grothoffhandle KX AUTH failure by retransmitting KX
2017-01-30 Christian Grothoffhave tunnel tell channel which connection it used for...
2017-01-29 Christian Grothofffix shutdown sequence
2017-01-29 Christian Grothoffof course we need 'i' here, not 'off'
2017-01-29 Christian Grothoffintroduce buffering options on the route level
2017-01-29 Christian Grothofffix ready_cb notifications to ensure they exactly happe...
2017-01-29 Christian Grothoffimplement basics of connection management for tunnels...
2017-01-29 Christian Grothoffprovide stricter assurances about when we call ready_cb...
2017-01-28 Christian Grothoffcomplete new KX implementation, including KX_AUTH defen...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffimplement tie-breaking in case both peers establish...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-26 Christian Grothoffuse 'futures' bitfield in ACKs properly, revisit unbuff...
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffimplement keepalives
2017-01-23 Christian Grothoffgive more complete message types in log output
2017-01-23 Christian Grothoffhandle case of MQM being already NULL
2017-01-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothofflogging fixes, notify MQM clients properly
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothoffminor cleanup
2017-01-22 Christian Grothofffix a few off-by-ones
2017-01-21 Christian Grothoffimplement get_path_from_route
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
2017-01-20 Christian Grothoffmore work on channel/tunnel logic
2017-01-19 Christian Grothoffmuch work on connection/route/peer-level queue management
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-17 Christian Grothofftowards decrypting traffic in new CADET
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothofftowards actual routing...
2017-01-17 Christian Grothoffimporting KX logic, integrating encryption logic
2017-01-17 Christian Grothoffmore work on new CADET
2017-01-16 Christian Grothoffmore work on peers, paths and tunnels
2017-01-15 Christian Grothoffstarting re-implementation of CADET service