]> git.meshlink.io Git - meshlink/history - src/meshlink.c
Stop using the global variable mesh in most of the rest of the code.
[meshlink] / src / meshlink.c
2014-04-26 Guus SliepenStop using the global variable mesh in most of the...
2014-04-26 Guus SliepenStop using global variable mesh in net.c.
2014-04-26 Guus SliepenStop using global variable mesh in net_socket.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in net_setup.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in conf.[ch].
2014-04-26 Guus SliepenRemove temporary global variable "loop".
2014-04-26 Guus SliepenRemove global variable "now".
2014-04-26 Guus SliepenRemove global variables from the event loop code.
2014-04-24 Guus SliepenMove initial configuration setup from meshlinkapp.c...
2014-04-24 Guus SliepenMove code from libmeshlink.c into the new functions...
2014-04-23 Saverio ProtoFix undefined reference to mesh in libmeshlink.so
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-19 Guus SliepenStart moving the implementation of the public part...