preparations for keepalives
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new.c
2017-01-25 Christian Grothoffpreparations for keepalives
2017-01-24 Christian Grothoffnicer function names
2017-01-24 Christian Grothofffix client-client loopback flow control
2017-01-23 Christian Grothoffbetter logging, prep for having LOCAL_ACKs
2017-01-23 Christian Grothoffavoid cmp pointers, cmp ccn instead, as client may...
2017-01-23 Christian Grothoffdo not send duplicate LOCAL_CHANNEL_CREATE message
2017-01-23 Christian Grothoffadd sender argument to GCCH_handle_local_data so we...
2017-01-23 Christian Grothofffix shutdown sequence, start to handle loopback
2017-01-22 Christian Grothofflog precise error if we receive malformed data
2017-01-22 Christian Grothoffsimplify check_data logic
2017-01-22 Christian Grothoffguard against 0
2017-01-22 Christian Grothoffallow client's payload to include more than one message
2017-01-22 Christian Grothofffixing misc cleanup issues
2017-01-22 Christian Grothofffix shutdown logic
2017-01-22 Christian Grothoffimprove logging, log before doing, not after
2017-01-21 Christian Grothoffensure tunnels are shutdown at the right time during...
2017-01-21 Christian Grothoffsome renaming, some code general code cleanup, some...
2017-01-21 Christian Grothoffrenames to avoid ambiguity
2017-01-21 Christian Grothoffremaing remaining mandatory functions for basic operation
2017-01-20 Christian Grothoffworking on channel passing data to clients
2017-01-20 Christian Grothoffmore work on new tunnel logic
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 Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-17 Christian Grothoffstarting with CORE subsystem for CADET
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