]> git.meshlink.io Git - meshlink/history - src/meshlink_internal.h
Never automatically try to bind to ports >= 32768.
[meshlink] / src / meshlink_internal.h
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-24 Saverio ProtoMove pinginterval pingtimeout and maxtimeout to mesh
2014-04-24 Guus SliepenMove code from libmeshlink.c into the new functions...
2014-04-24 Guus SliepenRemove bypass_security.
2014-04-23 Saverio ProtoMove bypass_security to mesh
2014-04-21 Guus SliepenMove debug_level to mesh.
2014-04-21 Guus SliepenMove node_udp_cache, everyone and invitation_key to...
2014-04-21 Guus SliepenMove listen_sockets to mesh.
2014-04-21 Guus SliepenMove localdiscovery variables to mesh.
2014-04-21 Guus SliepenMove proxy variables to mesh.
2014-04-21 Guus SliepenMove several variables to mesh.
2014-04-21 Guus SliepenMove outgoing_list to mesh->outgoings.
2014-04-21 Guus SliepenMove connection_list to mesh->connections.
2014-04-21 Guus SliepenTemporarily add a global meshlink_handle_t *mesh.
2014-04-21 Guus SliepenStart of implementation of meshlink_open().
2014-04-21 Guus SliepenRename variable handle to mesh.
2014-04-21 Guus SliepenUse "struct foo_t *" instead of "foo_t *" in .h files.
2014-04-19 Guus SliepenAdd meshlink_internal.h containing the private parts...