]> git.meshlink.io Git - meshlink/shortlog
meshlink
2014-12-27 Aaron KrebsAdded configure option to set UTCP_DEBUG.
2014-12-27 Aaron KrebsChanged C++ channel API to use member functions.
2014-12-27 Niklas Hofmannapple compatibility
2014-12-27 Niklas Hofmannwindows compatibility
2014-12-27 Niklas Hofmannupdate to new catta, removal of libuuid dependency
2014-12-27 Aaron KrebsConfigure autotools to install public header files.
2014-12-27 Saverio ProtoFix README stuff to compile correctly catta
2014-12-27 Niklas Hofmannrename of avahi to catta
2014-12-27 Lars2nd approach again: class meshlink::mesh has the handle...
2014-12-27 Larsindent with TAB, align with SPACEs
2014-12-27 Saverio ProtoFix path in README.catta
2014-12-27 Niklas Hofmannlink to catta instead of avahi
2014-12-27 Niklas Hofmannsubmodule catta added
2014-12-27 Niklas Hofmannremove avahi
2014-12-27 Guus SliepenAdd a function to set the default white/blacklisting...
2014-12-27 Guus SliepenAdd a function to change a configuration file on disk.
2014-11-01 Guus SliepenClean up UTCP connections when stopping the mesh.
2014-11-01 Guus SliepenTake the global lock in meshlink_channel_send().
2014-11-01 Guus SliepenAdd argument validation to the channels API.
2014-10-31 Guus SliepenRegister channel poll callback to notify when a channel...
2014-10-31 Guus SliepenCall utcp_timeout() once every iteration of the event...
2014-10-31 Guus SliepenFix definition of mesh::set_channel_accept_cb() and...
2014-10-25 Guus SliepenUpdate TODO list.
2014-10-01 Guus SliepenAdd a poll callback to channels.
2014-09-14 Guus SliepenEnsure receive_cb and utcp structures have been properl...
2014-09-14 Guus SliepenChannels can now actually be opened.
2014-09-14 Guus SliepenBuild the channels example.
2014-09-13 Guus SliepenAdd devclass argument to calls to meshlink_open() in...
2014-09-13 Guus SliepenUpdate .gitignore files.
2014-09-13 Guus SliepenFix queue handling in meshlink_send().
2014-09-05 Guus SliepenAdd an example chat program that uses the channels...
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 SliepenKeep private members out of the "public" meshlink structs.
2014-08-22 Guus SliepenUpdate to latest commit of UTCP.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-21 Saverio Protomeshlink_export: correctly export the mutex
2014-08-21 Saverio ProtoDeleting variable defined but not used
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-17 Saverio ProtoDont learn localhost and IPv6 link local with AVAHI
2014-08-17 Saverio ProtoInvitation protocol: correctly initialize and reset...
2014-08-17 Saverio ProtoRevert "Fixed a bug in the invitation code that prevent...
2014-08-17 Saverio ProtoFixed a bug in the invitation code that prevented corre...
2014-08-17 Saverio Protofinalize_join: close file descriptor before return
2014-08-14 Niklas Hofmannbugfix handle case where count(edges) = 0
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 Hofmanndevtools added
2014-08-13 Niklas Hofmannjson export of node and edge structure
2014-08-13 Niklas Hofmannwarning added to code comment
2014-08-13 Niklas Hofmann"last successfull connect" introduced
2014-08-13 Niklas Hofmannvarious connect order bugfixes; storing / reading devcl...
2014-08-13 Niklas Hofmannlocks in discovery code
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-13 Niklas Hofmannfixing comparison expression
2014-08-12 Guus SliepenFix segfault when two nodes that just joined a mesh...
2014-08-12 Niklas Hofmanncreate a new connection only in case there is none
2014-08-12 Niklas Hofmannfixed some potentially nasty memory issues
2014-08-12 Niklas Hofmannasserts added to make sure devclass is valid
2014-08-12 Aaron KrebsRemoved references to HAVE_STRUCT_SOCKADDR_STORAGE.
2014-08-12 Niklas Hofmannconverging auto connect algorithm
2014-08-11 Aaron KrebsChanged meshlink_get_all_edges_state to re-use memory.
2014-08-11 Aaron KrebsFinished sockaddr_t to sockaddr_storage copy on meshlin...
2014-08-09 Aaron KrebsImplemented API function to capture mesh edges.
2014-08-09 Aaron KrebsRemoved extern keyword.
2014-08-09 Niklas Hofmannadded log info
2014-08-09 Niklas Hofmannfixed missing unlock
2014-08-09 Aaron KrebsReplaced node_mutex with mesh_mutex.
2014-08-09 Niklas Hofmannfix in log message
2014-08-09 Niklas Hofmannfix arith exception, log messages for autoconnect code
2014-08-09 Niklas Hofmannclass based connect behaviour
2014-08-09 Niklas Hofmannexplicit declaration of node_write_dclass
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannpersistence of DeviceClass
2014-08-09 Saverio Protonet_packet: trivial, adjust to logger to DEBUG
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 Guus SliepenRestart UDP key exchange after PingTimeout if it didn...
2014-08-09 Niklas Hofmannroute avahi log to meshlink log
2014-08-09 Niklas Hofmannlog level adjustments
2014-08-09 Niklas HofmannMerge branch 'roles' into everbase
2014-08-09 Niklas Hofmanncleanup of entry group in discovery_stop
2014-08-09 Saverio Protoexample manynodes: send test messages only to other...
2014-08-09 Niklas Hofmanndclass transfer while adding edges improved
2014-08-09 Saverio Protomanynodes example: improved logging
2014-08-09 Guus SliepenFix packet length check in sptps_receive_data_datagram().
2014-08-09 Niklas HofmannADD EDGE fixed
2014-08-09 Niklas Hofmannfixed port byte order
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmanndclass support within the edge protocol
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-09 Guus SliepenFix buffer overflow in meshlink_hint_address().
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
next