]> git.meshlink.io Git - meshlink/history - src
Remove disconnect code from autoconnect because it makes the mesh flapping
[meshlink] / src /
2014-09-05 Saverio ProtoRemove disconnect code from autoconnect because it... debug/autoconnect
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-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 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 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 Niklas Hofmanndclass transfer while adding edges improved
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
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Guus SliepenOnly start discovery once per process.
2014-08-08 Guus SliepenFix a compiler warning.
2014-08-08 Niklas HofmannTXT record bugfix
2014-08-08 Niklas HofmannMerge branch 'everbase' into discovery
2014-08-08 Guus SliepenDon't link with -lavahi-client, we only need the avahi...
2014-08-08 Niklas HofmannMerge branch 'everbase' of chicago.everbase.net:meshlin...
2014-08-08 Niklas HofmannMerge branch 'discovery' into everbase
2014-08-08 Saverio Protosptps: split error conditions handling
2014-08-08 Niklas Hofmannchanged name of SRV record to fingerprint
2014-08-08 Saverio ProtoMSG_NOSIGNAL option in send() will prevent SIGPIPE
2014-08-08 Niklas Hofmanncheck result of malloc
2014-08-08 Niklas Hofmannappname added, which is used by mdns as part of the...
2014-08-08 Guus SliepenHandle io_t's being deleted out of order while going...
2014-08-08 Guus SliepenActually implement sptps_verify_datagram(), so try_mac...
2014-08-08 Niklas Hofmannuse uuid for hostname and service name, because we...
2014-08-08 Niklas Hofmannuses publish_no_reverse flag of avahi
2014-08-08 Guus SliepenMake sure outgoing->mesh is set.
2014-08-07 Niklas Hofmanncode cleanup; noptr fix
2014-08-07 Guus SliepenRemove references to port 655 from MeshLink.
2014-08-07 Guus SliepenSpeed up making outgoing connections.
2014-08-07 Guus SliepenRemove debug messages from meshlink_queue.h.
2014-08-07 Guus SliepenAllow meshlink_start() to work after meshlink_stop().
2014-08-07 Saverio ProtoAfter killing meshlink thread update the bool status...
2014-08-07 Guus SliepenAdd a public API for the thread-safe message queue.
2014-08-07 Guus SliepenRemove .dirstamp file.
2014-08-03 Larsobject-oriented interface 1st durchstich, incl. chat...
2014-07-31 Guus SliepenCheck return value of fread() when reading from /dev...
2014-07-31 Niklas Hofmannwe might have to think about locking in case we call...
2014-07-31 Niklas Hofmannignore unknown address types (just in case)
2014-07-31 Niklas Hofmanna first mdns discovery implementation
2014-07-30 Niklas HofmannMerge branch 'address_hint_api' into discovery
2014-07-30 Niklas Hofmannavahi mdns integration
2014-07-30 Niklas HofmannMerge remote-tracking branch 'origin/everbase' into...
2014-07-30 Niklas Hofmannavahi mdns skeleton
2014-07-30 Guus SliepenAdd meshlink_get_fingerprint().
2014-07-30 Aaron KrebsFree memory.
2014-07-30 Aaron KrebsImplemented meshlink_hint_address().
2014-07-30 Aaron KrebsUtility functions to get string representation of socka...
2014-07-30 Guus SliepenFix meshlink_get_all_nodes().
2014-07-30 Guus SliepenAdd missing meshlink_errnos in meshlink_start().
2014-07-30 Guus SliepenFix a crash when meshlink_open() is called with an...
next