]> git.meshlink.io Git - meshlink/history - src/meshlink_internal.h
appname added, which is used by mdns as part of the service type
[meshlink] / src / meshlink_internal.h
2014-08-08 Niklas Hofmannappname added, which is used by mdns as part of the...
2014-07-30 Niklas HofmannMerge branch 'address_hint_api' into discovery
2014-07-30 Niklas HofmannMerge remote-tracking branch 'origin/everbase' into...
2014-07-30 Niklas Hofmannavahi mdns skeleton
2014-07-30 Guus SliepenMake sure mesh->name is available to the application.
2014-07-25 Guus SliepenRemove global variables past_request_tree and past_requ...
2014-06-21 Guus SliepenMove definition of outpacketqueue_t from meshlink.h...
2014-06-10 Guus SliepenMove declaration of meshlink_send_from_queue() to meshl...
2014-06-04 Saverio ProtoDont use pthread_kill
2014-06-02 Saverio ProtoProvide thread-safety to functions that return pointers...
2014-06-01 Saverio ProtoMake meshlink_send return immediately. Implemented...
2014-05-25 Guus SliepenMerge branch 'meshlink_blacklist2'
2014-05-25 Guus SliepenAllow MeshLink to be cross-compiled for Windows.
2014-05-11 Guus SliepenFix filename generation, remove need for meshlink_conf...
2014-05-03 Saverio ProtoMoved 12 static variables to the meshlink_handle_t...
2014-04-26 Guus SliepenStop using the global variable mesh in most of the...
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...