properly clean up unbound channels
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_channel.c
2017-02-16 Christian Grothoffproperly clean up unbound channels
2017-02-16 Christian Grothoffcancel existing last_control_qe handle before schedulin...
2017-02-15 Christian Grothoffspell out message types more, use correct conversion...
2017-01-31 Christian Grothoffuse observed RTT as starting point for retransmissions
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 Grothoffpass connection tunnel identifier to channel when recei...
2017-01-30 Christian Grothoffhave tunnel tell channel which connection it used for...
2017-01-27 Christian Grothoffalso count messages dropped due to slow clients as...
2017-01-27 Christian Grothoffif in-order unreliable, advance to next message even...
2017-01-27 Christian Grothofffix comments, fix test
2017-01-27 Christian Grothoffindentation fixes
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-26 Christian Grothoffimplement random packet drop option, fix retransmission...
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffimplement keepalives
2017-01-25 Christian Grothoffhandle ACKs past client down
2017-01-25 Christian Grothofftypo in comment
2017-01-25 Christian Grothofftowards proper DATA_ACK handling
2017-01-25 Christian Grothofftowards proper DATA_ACK handling
2017-01-25 Christian Grothoffhandle ancient/future duplicate payload properly
2017-01-25 Christian Grothofffix comment, this was implemented
2017-01-25 Christian Grothofffix double-transmission scheduling, implement client...
2017-01-25 Christian Grothofffix leak
2017-01-25 Christian Grothofffix leak
2017-01-25 Christian Grothoffhandle duplicate DATA packets
2017-01-25 Christian Grothoffuse new generic insertion sort logic
2017-01-25 Christian Grothoffnicer logging
2017-01-25 Christian Grothofffix crash if this end closed connection and other still...
2017-01-24 Christian Grothoffinit mid_recv properly
2017-01-24 Christian Grothofffix bug from compiler inserting padding if we try to...
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 Grothofffix LOCAL_ACK transmission, do not duplicate it
2017-01-23 Christian Grothoffavoid cmp pointers, cmp ccn instead, as client may...
2017-01-23 Christian Grothoffhandle loopback in GCCH_2s
2017-01-23 Christian Grothoffnicer log messages
2017-01-23 Christian Grothoffdo not send duplicate LOCAL_CHANNEL_CREATE message
2017-01-23 Christian Grothoffmore work on loopback, this time payload transmission...
2017-01-23 Christian Grothoffadd sender argument to GCCH_handle_local_data so we...
2017-01-23 Christian Grothoffanother special case for loopback
2017-01-23 Christian Grothoffmore implementation of loopback handling
2017-01-23 Christian Grothofffix shutdown sequence, start to handle loopback
2017-01-22 Christian Grothoffremove actually problematic client_allowed check
2017-01-22 Christian Grothoffsimplify check_data logic
2017-01-22 Christian Grothoffallow client's payload to include more than one message
2017-01-22 Christian GrothoffAPI documentation, logging
2017-01-22 Christian Grothoffcorrectly handle assignment of cid during channel open...
2017-01-22 Christian Grothofffixing misc cleanup issues
2017-01-22 Christian Grothofffix copy & paste
2017-01-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothofflogging fixes, notify MQM clients properly
2017-01-22 Christian Grothoffimproving logging
2017-01-22 Christian Grothoffonly send CHANNEL_DESTROY message if we at least send...
2017-01-22 Christian Grothofffix startup interaction between channel and tunnel...
2017-01-21 Christian Grothoffproperly set executed tasks to NULL
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
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-20 Christian Grothoffpass messages from tunnel to channel
2017-01-20 Christian Grothoffmore work on channel/tunnel logic
2017-01-19 Christian Grothoffnote on things left to do
2017-01-19 Christian Grothoffbaby steps towards KX
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-15 Christian Grothoffstarting re-implementation of CADET service