Don't pass NULL to destroy_route
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_core.c
2017-01-30 David BarksdaleDon't pass NULL to destroy_route
2017-01-29 Christian Grothoffremove route also from routes
2017-01-29 Christian Grothoffcollect misc. TODO items into one big list
2017-01-29 Christian Grothoffintroduce buffering options on the route level
2017-01-29 Christian Grothoffimplement route timeouts at 3x keepalive frequency
2017-01-29 Christian Grothoffimplement route timeouts at 3x keepalive frequency
2017-01-28 Christian Grothoffcomplete new KX implementation, including KX_AUTH defen...
2017-01-27 Christian Grothoffadd #include to avoid warning
2017-01-27 Christian Grothoffadd statistics for packets dropped by cadet due to...
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-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 Grothofffix shutdown logic
2017-01-22 Christian Grothoffnicer order of LOG statements
2017-01-22 Christian Grothoffmore logging for cadet-core subsystem
2017-01-21 Christian Grothoffimplement get_path_from_route
2017-01-21 Christian Grothoffmore LOG macros
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 Grothoffwork towards routing
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 Grothoffstarting with CORE subsystem for CADET