Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet-new_tunnels.c
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-28 Christian Grothofffix some breaks, add stats for encrypted/decrypted...
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 Christian Grothoffnot always ready when send_kx is called
2017-02-24 Christian Grothoffpermit NULL head
2017-02-24 Christian Grothoffupdate counters properly
2017-02-22 Christian Grothoffnot exactly a protocol violation, but a case for stats
2017-02-20 Christian Grothoffalso do send_kx if we fail to decrypt
2017-02-19 Christian Grothoffmisc logging, no semantic changes
2017-02-18 Christian Grothofftrying to fix #4899
2017-02-16 Christian Grothofffix log
2017-02-15 Christian Grothofffix #4895: set highbit always for the returned cn,...
2017-02-15 Christian Grothoffspell out message types more, use correct conversion...
2017-02-15 Christian Grothofffix typos in log msgs
2017-02-15 Christian Grothofffixing #4878 -- by avoiding allocation in the first...
2017-02-01 Christian Grothofflog if we get a redundant KX_AUTH, do not assert
2017-02-01 Christian Grothoffinit worst, to avoid valgrind warning (otherwise harmless)
2017-02-01 Christian Grothoffanother channel-add destroy-cancel fix
2017-01-31 Christian GrothoffFix off-by-one
2017-01-31 Christian Grothoffdo not recompute off if we can just pass it in
2017-01-31 Christian Grothoffcancel tunnel destruction if we get another channel...
2017-01-30 Christian Grothoffimprove connection evaluation, include more metrics
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-29 Christian Grothofffix shutdown sequence
2017-01-29 Christian Grothoffintroduce buffering options on the route level
2017-01-29 Christian Grothoffimplement basics of connection management for tunnels...
2017-01-29 Christian Grothoffseparate connection DLL into a list for ready connectio...
2017-01-29 Christian Grothoffwhen applicable, do connection selection outside of...
2017-01-28 Christian Grothoffcomplete new KX implementation, including KX_AUTH defen...
2017-01-28 Christian GrothoffKEY_REKEY state was dead in old code, remove in new...
2017-01-28 Christian Grothoffslightly better documentation for KX logic
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffintroduce concept of unverified_kx, as a step towards...
2017-01-27 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-01-27 Christian Grothoffpass only CadetTunnelAxolotl if it suffices, preparatio...
2017-01-27 Christian Grothofftrying to make KX logic slightly more readable
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-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 Grothoffpreparations for keepalives
2017-01-25 Christian Grothoffnicer logging
2017-01-23 Christian Grothoffavoid cmp pointers, cmp ccn instead, as client may...
2017-01-23 Christian Grothofffix log invocation
2017-01-23 Christian Grothofffix log invocation
2017-01-23 Christian Grothofffix shutdown sequence, start to handle loopback
2017-01-22 Christian Grothoffcorrectly handle assignment of cid during channel open...
2017-01-22 Christian Grothofffixing misc cleanup issues
2017-01-22 Christian Grothoffmisc bugfixes
2017-01-22 Christian Grothoffpass correct closure
2017-01-22 Christian Grothofflogging fixes, notify MQM clients properly
2017-01-22 Christian Grothofffix shutdown logic
2017-01-22 Christian Grothoffnicer logging
2017-01-22 Christian Grothoffmust delay iteration over paths until later, as we...
2017-01-22 Christian Grothoffimproving logging
2017-01-22 Christian Grothofffix startup interaction between channel and tunnel...
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-21 Christian Grothofffixing leaks
2017-01-21 Christian Grothoffat least NULL the task handle in the unimplemented...
2017-01-21 Christian Grothoffensure tunnels are shutdown at the right time during...
2017-01-21 Christian Grothoffinitialize ephemeral keys
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 Grothoffremaing remaining mandatory functions for basic operation
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 Grothoffmuch work on connection/route/peer-level queue management
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-17 Christian Grothoffadd logic to properly decode and dispatch decrypted...
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 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