aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
AgeCommit message (Expand)Author
2014-12-18-use const in peerstore callbackChristian Grothoff
2014-12-18-disable NSE POW during cadet testsChristian Grothoff
2014-12-16-ughChristian Grothoff
2014-12-16-removing tons of options that should be deadChristian Grothoff
2014-12-15- update test configBart Polot
2014-12-15Fix empty tunnel detectionBart Polot
2014-12-15- fix cadet's overheadBart Polot
2014-12-15Only allow one EPHM/PONG in the queue.Bart Polot
2014-12-15- signal wrong tunnel encryption stateBart Polot
2014-12-15- fix tunnel encryption state on time triggered rekeyBart Polot
2014-12-15- refactor kx_ctx managementBart Polot
2014-12-15- always allow an ACKBart Polot
2014-12-15- Always send traffic coming from channel, even overfilling connection buffer...Bart Polot
2014-12-15Fix channel buffer retrieval, add debugBart Polot
2014-12-15- destroy old connection in case of duplicate connections when ownID > peerIDBart Polot
2014-12-15- use path equivalencyBart Polot
2014-12-15- refactorize path checking code, look both waysBart Polot
2014-12-15- more debug, eliminate bogus assertionsBart Polot
2014-12-15- avoid duplicate (same path) connectionsBart Polot
2014-12-15- check KX context at PONGBart Polot
2014-12-15- having allowance too spare is not an errorBart Polot
2014-12-15- fix PID management on sendBart Polot
2014-12-15- clear core handle to avoid shutdown crashBart Polot
2014-12-15- don't try to ack on non-ready tunnelsBart Polot
2014-12-15- refactor buffer fillingBart Polot
2014-12-15- Added correct core request timing infoBart Polot
2014-12-15- use proper wait time for core timingBart Polot
2014-12-15- calculate the correct amount of messages to allow per connectionBart Polot
2014-12-15- make connection always log with ---, reserve === for upper levelsBart Polot
2014-12-15- send queued data the first timeBart Polot
2014-12-15Fuse PING into KX_EPHEMERALBart Polot
2014-12-15- leave space for any numberBart Polot
2014-12-15Send all queued messages that fit into the core bufferBart Polot
2014-12-15- more debug infoBart Polot
2014-12-15- raise loglevel of timeout eventsBart Polot
2014-12-15Fix connection count to count only ESTABLISHED connections, use DEFINE instea...Bart Polot
2014-12-15- don't break if connection is empty (no messages to dequeue/call callback)Bart Polot
2014-12-15Make process_log more genericBart Polot
2014-12-15- move script to proper dirBart Polot
2014-12-15- fix segfaultBart Polot
2014-12-15Fix memory corruption: new connection always makes copy of path.Bart Polot
2014-12-15Never invalidate a direct path. (Like after getting a CONNECTION_BROKEN on a ...Bart Polot
2014-12-15Fix resending of connection trafficBart Polot
2014-12-15- remove duplicate loggingBart Polot
2014-12-15- refactor resend_messages_and_destroy for popping and sending messages of a ...Bart Polot
2014-12-15- debug for KXBart Polot
2014-12-15- debug for missing paths on incoming messagesBart Polot
2014-12-15Fix message resend on connection timeout: mark connection as destroyed to avo...Bart Polot
2014-12-15- more debug for received trafficBart Polot
2014-12-15Fix conservation of old keys in case of simultaneous KX:Bart Polot