]> git.meshlink.io Git - meshlink/history - examples/manynodes.c
Never automatically try to bind to ports >= 32768.
[meshlink] / examples / manynodes.c
2020-06-13 Guus SliepenOnly call setitimer if ITIMER_REAL is defined. fix/pthread-fixes
2020-06-09 Guus SliepenFix compiler warnings on macOS.
2020-05-13 Guus SliepenFix more compiler warnings.
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-10-05 Guus SliepenAdd the /whitelist command to the chat examples.
2019-05-31 sairoop-elearUpdate android build
2019-02-06 Lakshminarayana... Modified meshlink_invite to generate invites for submesh
2018-05-01 Guus SliepenFix all compiler warnings found using -Wall -W -pedantic.
2017-10-02 Guus SliepenFormat the examples and test suite.
2017-08-14 Guus SliepenFix errors found by Clang's static analyzer.
2017-08-14 Guus SliepenFix compiler warnings.
2017-08-13 Guus SliepenEnforce spaces around operators.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-07-06 Guus SliepenRestart the mesh after a failed join() in the other...
2014-12-27 Niklas Hofmannapple compatibility
2014-12-27 Niklas Hofmannwindows compatibility
2014-09-05 Saverio Protomanynodes: put a prefix di graph json files because...
2014-09-01 Saverio Protomanynodes: export the graph always from node 0
2014-08-28 Saverio Protomanynodes: add few backbone nodes and many portable...
2014-08-28 Saverio Protomanynodes: implement stop command
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-19 Saverio Protomanynodes: implemented /select to be able to select...
2014-08-18 Saverio Protomanynodes: do not add localhost as node's address
2014-08-13 Niklas Hofmannstart graph export timer via command line paramter...
2014-08-13 Niklas Hofmanngraph export timer for manynodes example
2014-08-13 Niklas Hofmannjson export of node and edge structure
2014-08-13 Niklas Hofmann"last successfull connect" introduced
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Niklas Hofmannconverging auto connect algorithm
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Saverio Protomanynodes example: trivial, change debug levels
2014-08-09 Guus SliepenDon't crash when the log callback gets a NULL mesh.
2014-08-09 Guus SliepenMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-09 Niklas HofmannMerge branch 'roles' into everbase
2014-08-09 Saverio Protoexample manynodes: send test messages only to other...
2014-08-09 Saverio Protomanynodes example: improved logging
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannintroduction of dclass and use as source for weight...
2014-08-09 Guus SliepenMerge branch 'discovery' of chicago.everbase.net:meshli...
2014-08-08 Guus SliepenFinish implementation of log callbacks.
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Niklas Hofmannallow multiple instances of avahi
2014-08-08 Saverio Protomanynodes example: committed /test command to test...
2014-08-08 Niklas HofmannMerge branch 'everbase' into discovery
2014-08-08 Saverio Protoexample manynodes fixed to use meshlink_join
2014-08-08 Saverio Protomanynodes chat example: use a prefix for nodes names...
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Niklas Hofmannappname added, which is used by mdns as part of the...
2014-07-31 Guus SliepenFix compiler warnings in manynodes.c.
2014-07-29 Guus SliepenStart of the manynodes example.