]> git.meshlink.io Git - meshlink/history - src/meshlink.h
Never automatically try to bind to ports >= 32768.
[meshlink] / src / meshlink.h
2021-10-08 Guus SliepenAdd a callback that notifies when the MeshLink thread...
2021-08-02 Guus SliepenAdd meshlink_get_node_tiny(). feature/tiny-support
2021-04-23 Guus SliepenAdd meshlink_channel_abort().
2021-04-15 Guus SliepenFix a compiler warning.
2021-04-15 Guus SliepenAdd meshlink_hint_network_change().
2021-03-03 Guus SliepenAllow a different location for the lock file.
2021-03-03 Guus SliepenDon't allow meshlink_join() when the storage policy...
2021-03-03 Guus SliepenAdd meshlink_set_storage_policy().
2021-03-03 Guus SliepenAllow the application to provide channel send/receive...
2021-02-23 Guus SliepenAdd meshlink_set_channel_flags().
2020-10-29 Guus SliepenAdd a callback that notifies the application when it...
2020-10-25 Guus SliepenAdd API functions to query the blacklist status of...
2020-09-07 Guus SliepenUse the canonical address exclusively for making outgoi...
2020-09-07 Guus SliepenAlways ensure we store a port number when setting the...
2020-07-29 Guus SliepenAdd meshlink_set_channel_listen_cb().
2020-07-10 Guus SliepenAdd meshlink_reset_timers().
2020-06-24 Guus SliepenMake the maximum outgoing connection timeout runtime...
2020-06-09 Guus SliepenFix compiler warnings on macOS.
2020-05-13 Guus SliepenFix more compiler warnings.
2020-05-11 Guus SliepenAdd Doxygen support to the build system.
2020-04-11 Guus SliepenAllow meshlink_open() to be called with a NULL name.
2020-03-31 Guus SliepenAllow setting the UTCP clock granularity.
2020-03-29 Guus SliepenPropagate the discovered PMTU between nodes to UTCP.
2020-03-06 Guus SliepenAdd meshlink_add_invitation_address(), deprecate meshli...
2020-03-06 Guus SliepenAdd meshlink_set_external_address_discovery_url().
2020-02-11 Guus SliepenMake the join commit order configurable. feature/join-commit-order
2020-02-03 Guus SliepenFix spelling errors.
2020-01-19 Guus SliepenAdd meshlink_get_node_reachability().
2020-01-19 Guus SliepenAdd a configurable fast connection retry period.
2019-12-01 Guus SliepenAdd meshlink_get_all_nodes_by_last_reachable().
2019-11-11 Guus SliepenAdd support for black/whitelisting by name, and forgett...
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-10-28 Guus SliepenSet meshlink_errno when trying to create a channel...
2019-10-13 Guus SliepenAdd a way to set the channel's priv pointer when openin...
2019-10-13 Guus SliepenAdd meshlink_set_node_channel_timeout().
2019-10-07 Guus SliepenAdd an error callback.
2019-09-23 Guus SliepenAvoid using typedefs in meshlink.h.
2019-09-23 Guus SliepenAdd \memberof annotations to the C API documentation.
2019-09-23 Guus SliepenFix doxygen warnings.
2019-09-23 Guus SliepenAdd a callback for PMTU changes.
2019-09-05 Guus SliepenMake ping intervals and timeouts configurable for each...
2019-09-05 Guus SliepenBetter use of enum dev_class_t.
2019-08-29 Guus SliepenAdd support for AIO using filedescriptors.
2019-08-13 Guus SliepenAllow the channel send and receive buffer size to be...
2019-08-12 Guus SliepenAdd meshlink_channel_aio_receive().
2019-08-12 Guus SliepenAdd meshlink_channel_aio_send().
2019-08-08 Guus SliepenAdd the MESHLINK_CHANNEL_NO_PARTIAL flag.
2019-06-13 Guus SliepenEnsure we can pass arbitrary binary blobs for keys.
2019-06-13 sairoop-elearModify meshlink configuration base file structre
2019-06-13 sairoop-elearAdd unit test cases for encrypted storage key rotation
2019-06-13 Guus SliepenAdd support for opening a MeshLink instance without...
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-06-05 Guus SliepenMake meshlink_set_port() return false if we didn't...
2019-05-25 sairoop-elearAdd meta-connection attempt callback feature
2019-05-25 Lakshminarayana... Add meshlink_get_submesh API
2019-03-30 Guus SliepenAdd functions to get the amount of bytes in chanenl...
2019-03-17 Guus SliepenFix spelling errors.
2019-03-17 Guus SliepenMake Doxygen more strict, and fix errors in the documen...
2019-02-25 lakshminarayanagurramImprove support for submeshes.
2019-02-19 Guus SliepenDo not define struct meshlink_open_params at all in...
2019-02-06 Lakshminarayana... Modified meshlink_invite to generate invites for submesh
2019-02-06 Lakshminarayana... Added meshlink_submesh_open
2019-01-31 Guus SliepenAdd API functions to query nodes by device class.
2019-01-31 Guus SliepenProvide a way to open MeshLink in its own network names...
2018-10-09 Guus SliepenReally add both local and external address to the invit...
2018-10-09 Guus SliepenLock meshlink.conf to ensure only one instance can...
2018-08-12 Guus SliepenAdd duplicate node detection callback.
2018-07-21 Guus SliepenAllow compiling without support for Catta.
2018-06-26 Guus SliepenAdd meshlink_set_invitation_timeout().
2018-06-26 Guus SliepenAdd meshlink_set_canonical_address().
2018-05-06 Guus SliepenTry to be smarter generating invitation URLs.
2017-08-16 Guus SliepenMake member variables in public structs more const.
2017-08-15 Guus SliepenMove meshlink_get_all_edges_state() to devtools_get_all...
2017-08-14 Guus SliepenFix compiler warnings.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenAllow Catta to be disabled.
2017-07-27 Guus SliepenUpdate all header guards.
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-07-27 Guus SliepenUse new version of UTCP which also return errors via...
2017-07-06 Guus SliepenDocument that meshlink_join() and meshlink_get_external...
2017-07-03 Guus SliepenAdd meshlink_channel_open_ex().
2017-06-25 Guus SliepenUpdate the C++ header file.
2017-06-25 Guus SliepenAdd the meshlink_get_port() and meshlink_set_port(...
2017-06-25 Guus SliepenAdd meshlink_get_external_address() and meshlink_add_ex...
2017-06-25 Guus SliepenAdd meshlink_get_self().
2017-06-25 Guus SliepenAdd a function to destroy a MeshLink instance.
2014-12-27 Niklas Hofmannmingw compatibility
2014-12-27 Lars2nd approach again: class meshlink::mesh has the handle...
2014-12-27 Larsindent with TAB, align with SPACEs
2014-12-27 Guus SliepenAdd a function to set the default white/blacklisting...
2014-11-01 Guus SliepenClean up UTCP connections when stopping the mesh.
2014-10-01 Guus SliepenAdd a poll callback to channels.
2014-09-14 Guus SliepenChannels can now actually be opened.
2014-09-05 Guus SliepenAdd an example chat program that uses the channels...
2014-08-22 Guus SliepenKeep private members out of the "public" meshlink structs.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas Hofmannjson export of node and edge structure
2014-08-13 Niklas Hofmannwarning added to code comment
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Niklas Hofmannfixed some potentially nasty memory issues
next