use NULL as flag for evaluation of query, ensure we pass non-NULL for reply_block...
[oweals/gnunet.git] / src / cadet /
2017-02-01 Christian Grothofflog if we get a redundant KX_AUTH, do not assert
2017-02-01 Christian Grothoffpath heap could be null here during shutdown
2017-02-01 Christian Grothoffinit worst, to avoid valgrind warning (otherwise harmless)
2017-02-01 Christian Grothofffix peer destruction triggers
2017-02-01 Christian Grothoffanother channel-add destroy-cancel fix
2017-01-31 Christian Grothoffstop destroy task if connection goes up
2017-01-31 Christian Grothoffuse observed RTT as starting point for retransmissions
2017-01-31 Christian Grothoffimplement no-buffer option at route level
2017-01-31 Christian Grothofffix lower_rung() logic
2017-01-31 Christian Grothofffix rung prev injection
2017-01-31 Christian Grothofffix loop detection logic
2017-01-31 Christian Grothoffinitialize direction in rung DLL
2017-01-31 Christian GrothoffFix off-by-one
2017-01-31 Christian Grothoffmore statistics
2017-01-31 Christian Grothoffinit rung field
2017-01-31 Christian Grothoffdo not recompute off if we can just pass it in
2017-01-31 Christian Grothoffdo not test against unset cpath values that we skipped
2017-01-31 Christian Grothoffcancel tunnel destruction if we get another channel...
2017-01-31 Bart PolotImplement incoming traffic handling on MQ
2017-01-31 Bart PolotReconnect to service instead of aborting on a malformed...
2017-01-31 Bart PolotRefactor reconnect code
2017-01-31 Bart PolotImplement channel cleanup in MQ API, simplify destroy...
2017-01-31 Bart PolotFix free of NULL pointer
2017-01-31 Bart PolotImplementation of port opening and handling in MQ
2017-01-31 Bart PolotImplement the connect and create_channel call for mq api
2017-01-30 Christian Grothofffair, global message buffer implemented
2017-01-30 Christian Grothoffputting into place the data structures for a global...
2017-01-30 Christian Grothoffimprove connection evaluation, include more metrics
2017-01-30 Christian Grothoffmark as done
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-30 David BarksdaleSave next pointer in case mqm gets freed
2017-01-30 David BarksdaleDon't pass NULL to destroy_route
2017-01-29 Christian Grothoffadded path desirability calculations
2017-01-29 Christian Grothoffadd path desirability calculations
2017-01-29 Christian Grothoffremove route also from routes
2017-01-29 Christian Grothofffix shutdown sequence
2017-01-29 Christian Grothofffix task cleanup on CTRL-D
2017-01-29 Christian Grothoffof course we need 'i' here, not 'off'
2017-01-29 Christian Grothoffsanitize paths to eliminate loops before using them...
2017-01-29 Christian Grothoffnote on des
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 Grothoffoptimize mqm_head scans by avoiding constantly scanning...
2017-01-29 Christian Grothofffix ready_cb notifications to ensure they exactly happe...
2017-01-29 Christian Grothoffimplement route timeouts at 3x keepalive frequency
2017-01-29 Christian Grothoffimplement route timeouts at 3x keepalive frequency
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 Grothoffprovide stricter assurances about when we call ready_cb...
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 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 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-27 Christian Grothoffadd #include to avoid warning
2017-01-27 Christian Grothoffallow for message drops by CADET in unreliable mode
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 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 Christian Grothofffix log calls
2017-01-25 Christian Grothofffix log calls
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffmake new cadet implementation the default: all tests...
2017-01-25 Christian Grothoffimplement keepalives
2017-01-25 Christian Grothoffpreparations for keepalives
2017-01-25 Christian Grothoffcleanups
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 Grothoffuse proper message type constants
2017-01-24 Christian Grothofffix bug from compiler inserting padding if we try to...
2017-01-24 Christian Grothoffnicer function names
2017-01-24 Christian Grothoffbitch and continue if we do not have a handler for...
2017-01-24 Christian Grothoffsimplify logic
2017-01-24 Christian Grothofffix client-client loopback flow control
next