]> git.meshlink.io Git - meshlink/history - src/utcp
Never automatically try to bind to ports >= 32768.
[meshlink] / src / utcp
2020-05-11 Guus SliepenMove UTCP into the MeshLink repository.
2020-05-04 Guus SliepenUpdate UTCP to fix retransmission of SYNACK packets.
2020-04-19 Guus SliepenMake UTCP retranmissions trigger PMTU probes immediately.
2020-04-16 Guus SliepenUpdate UTCP to fix a potential segmentation fault.
2020-04-11 Guus SliepenUpdate UTCP.
2020-04-06 Guus SliepenUpdate UTCP to fix retransmit timeout calculation.
2020-04-05 Guus SliepenUpdate UTCP to fix RTT measurements.
2020-04-02 Guus SliepenUpdate UTCP to support fragmenting packets on UDP style...
2020-04-02 Guus SliepenUpdate UTCP to fix a compile error.
2020-03-29 Guus SliepenAvoid allocating packet buffers unnecessarily.
2020-03-29 Guus SliepenUpdate UTCP and replace gettimeofday() with clock_getti...
2020-02-08 Guus SliepenFix garbage being sent at start of a UDP channel.
2020-01-29 Guus SliepenFix potential segmentation fault on iOS.
2019-10-31 Guus SliepenAvoid compiler warnings when compiling with -DNDEBUG.
2019-10-14 Guus SliepenFix retransmission timeout calculation in UTCP.
2019-10-10 Guus SliepenCorrectly handle incoming retransmissions of SYN packets.
2019-10-10 Guus SliepenFix spurious channel closures after meshlink_stop(...
2019-10-07 Guus SliepenRefactor the non-blackbox test suite.
2019-10-05 Guus SliepenFix the channels-no-partial test case.
2019-09-22 Guus SliepenTest UDP channels.
2019-09-17 Guus SliepenEnsure the channel poll callback is called with len...
2019-08-13 Guus SliepenAllow the channel send and receive buffer size to be...
2019-08-08 Guus SliepenAdd the MESHLINK_CHANNEL_NO_PARTIAL flag.
2019-07-07 Guus SliepenInform UTCP when a node is offline, so it will start...
2019-07-07 Guus SliepenUpdate UTCP to correctly handle timeouts sending data.
2019-03-30 Guus SliepenAdd functions to get the amount of bytes in chanenl...
2019-02-25 SS RoopAdd channel disconnection fix when node blacklisted
2018-07-22 Guus SliepenUpdate UTCP to allow meshlink_channel_send() immediately.
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-13 Guus SliepenProperly destroy unclosed channels at meshlink_close...
2017-08-13 Guus SliepenReset UTCP timers after a succesful key exchange.
2017-08-13 Guus SliepenRemove hack to wait for a valid key.
2017-07-27 Guus SliepenUse new version of UTCP which also return errors via...
2017-07-03 Guus SliepenAdd meshlink_channel_open_ex().
2017-06-25 Guus SliepenAdd the meshlink_get_port() and meshlink_set_port(...
2014-12-27 Guus SliepenUpdate UTCP to the latest commit, which changes the...
2014-11-01 Guus SliepenAdd argument validation to the channels API.
2014-10-31 Guus SliepenCall utcp_timeout() once every iteration of the event...
2014-10-01 Guus SliepenAdd a poll callback to channels.
2014-08-22 Guus SliepenUpdate to latest commit of UTCP.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-07-26 Guus SliepenImport UTCP as a git submodule.