]> git.meshlink.io Git - meshlink/history - src/meshlink.c
Avoid allocating packet buffers unnecessarily.
[meshlink] / src / meshlink.c
2020-03-29 Guus SliepenAvoid allocating packet buffers unnecessarily.
2020-03-29 Guus SliepenPropagate the discovered PMTU between nodes to UTCP.
2020-03-29 Guus SliepenUpdate UTCP and replace gettimeofday() with clock_getti...
2020-03-27 Guus SliepenSend out channel data immediately, bypassing the packet...
2020-03-27 Guus SliepenReduce how often we have to poll the packet queue.
2020-03-15 Guus SliepenRemove redundant call to add_local_addresses().
2020-03-15 Guus SliepenHave try_bind() reuse the setup_*_listen_socket() funct...
2020-03-12 Guus SliepenUse slashes internally to separate hostnames and ports...
2020-03-12 sairoop-elearFix IPv6 address validation bug preventing IPv6 address...
2020-03-11 Guus SliepenCorrectly remove all duplicates when having many hostna...
2020-03-10 Guus SliepenAdd all recent addresses resolved from a hostname in...
2020-03-10 Guus SliepenEnsure we process all hostnames for invitation URLs.
2020-03-10 Guus SliepenFix potential double free when using meshlink_add_invit...
2020-03-06 Guus SliepenHandle not being able to bind to the configured port...
2020-03-06 Guus SliepenAdd meshlink_add_invitation_address(), deprecate meshli...
2020-03-06 Guus SliepenAdd meshlink_set_external_address_discovery_url().
2020-03-03 Guus SliepenUse the first working outgoing socket during meshlink_j...
2020-02-28 Guus SliepenAvoid ports that are in use by not all address families.
2020-02-28 Guus SliepenFurther improve try_bind().
2020-02-25 Guus SliepenFix logic in try_bind().
2020-02-23 Guus SliepenMove assert()s that dereference a pointer to after...
2020-02-23 Guus SliepenAdd missing NULL-check in meshlink_verify().
2020-02-23 Guus SliepenUpdate the blackbox join test cases.
2020-02-11 Guus SliepenMake the join commit order configurable. feature/join-commit-order
2020-02-11 Guus SliepenMove join state out of meshlink_handle_t, and ensure...
2020-02-08 Guus SliepenFall back to getifaddrs() to get an interface address...
2020-02-04 Guus SliepenClear reachability times in imported host config files.
2020-02-03 Guus SliepenClear reachability times in host config files received...
2020-02-03 Guus SliepenPrevent meshlink_errno from being set incorrectly by...
2020-02-03 Guus SliepenFix spelling errors.
2020-02-03 Guus SliepenFix reachability queries for blacklisted nodes.
2020-01-27 Guus SliepenOnly let mesh->self be reachable when the mesh is started.
2020-01-19 Guus SliepenAdd meshlink_get_node_reachability().
2020-01-19 Guus SliepenAdd a configurable fast connection retry period.
2019-12-06 Guus SliepenRemember the address used when connecting to an invitin...
2019-12-06 Guus SliepenEnsure all addresses in the invitation URL are also...
2019-12-06 Guus SliepenPrefer sockaddr_t over struct sockaddr_*.
2019-12-06 Guus SliepenDon't add duplicates to the list of recently seen addre...
2019-12-01 Guus SliepenDestroy new/ and old/ subdirectories when creating...
2019-12-01 Guus SliepenAdd meshlink_get_all_nodes_by_last_reachable().
2019-12-01 Guus SliepenAdd a #define for the maximum number of tracked recentl...
2019-11-28 Guus SliepenSync the base configuration directory at the end of...
2019-11-11 Guus SliepenAdd support for black/whitelisting by name, and forgett...
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-11-09 Guus SliepenUse a separate lockfile to lock the configuration direc...
2019-10-28 Guus SliepenDon't call terminate_connection() from meshlink_blackli...
2019-10-28 Guus SliepenSet meshlink_errno when trying to create a channel...
2019-10-14 Guus SliepenAllow the mesh to detect when a node has completely... features/detect-restarted-nodes
2019-10-13 Guus SliepenAdd a way to set the channel's priv pointer when openin...
2019-10-13 Guus SliepenRemove some more superfluous parentheses.
2019-10-13 Guus SliepenRename mesh_mutex to mutex.
2019-10-13 Guus SliepenAdd meshlink_set_node_channel_timeout().
2019-10-10 Guus SliepenCheck the return value of node_write_config() while...
2019-10-07 Guus SliepenAdd an error callback.
2019-10-07 Guus SliepenUnlock the mesh_mutex before destroying it.
2019-10-05 Guus SliepenReplace rand() by xoshiro256** with per-mesh state.
2019-10-04 Guus SliepenAvoid casting function pointers.
2019-10-04 Guus SliepenFix memory leaks from timers.
2019-10-04 Guus SliepenHave meshlink_get_node() and _submesh() set MESHLINK_EN...
2019-10-04 Guus SliepenFix memory leaks in the outgoing packet queue.
2019-10-04 Guus SliepenFix several memory leaks found by AddressSanitizer.
2019-09-29 Guus SliepenEnsure only valid hostnames end up in the invitation...
2019-09-26 Guus SliepenFix errors found by Clang's static analyzer.
2019-09-25 Guus SliepenAdd missing mutex locks.
2019-09-25 Guus SliepenAdd missing mutex locks.
2019-09-23 Guus SliepenAdd missing parts of meshlink_set_node_pmtu_cb().
2019-09-23 Guus SliepenAdd a callback for PMTU changes.
2019-09-23 Guus SliepenFix compiler warnings from Clang 10 and GCC 9.
2019-09-09 Guus SliepenCorrectly update our own host config file after meshlin...
2019-09-05 Guus SliepenCall fsync() on the configuration directories where...
2019-09-05 Guus SliepenWhen opening a mesh handle, inherit the global log...
2019-09-05 Guus SliepenMake ping intervals and timeouts configurable for each...
2019-09-05 Guus SliepenBetter use of enum dev_class_t.
2019-08-29 Guus SliepenAdd support for AIO using filedescriptors.
2019-08-13 Guus SliepenAllow the channel send and receive buffer size to be...
2019-08-12 Guus SliepenAdd meshlink_channel_aio_receive().
2019-08-12 Guus SliepenAdd meshlink_channel_aio_send().
2019-08-04 Guus SliepenUse condition variables to wait for threads to finish...
2019-08-04 Guus SliepenRemove global variables.
2019-08-04 Guus SliepenCorrectly set device class after joining if the server...
2019-08-04 Guus SliepenRun Catta in the same network namespace as MeshLink.
2019-07-26 Guus SliepenIgnore online/offline state from Catta.
2019-07-19 Guus SliepenSpeed up reconnections on network interface changes.
2019-07-04 Guus SliepenPrevent meshlink_join() when the joining node is alread...
2019-06-13 Guus SliepenEnsure we can pass arbitrary binary blobs for keys.
2019-06-13 sairoop-elearAdd encrypted key rotation feature api
2019-06-13 sairoop-elearModify meshlink configuration base file structre
2019-06-13 sairoop-elearAdd unit test cases for encrypted storage key rotation
2019-06-13 Guus SliepenVarious fixes for the encrypted storage support.
2019-06-13 Guus SliepenAdd support for opening a MeshLink instance without...
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-06-05 lakshminarayanagurramAdd test cases for random port bindings
2019-06-05 Guus SliepenMake meshlink_set_port() return false if we didn't...
2019-05-31 sairoop-elearUpdate android build
2019-05-25 sairoop-elearAdd meta-connection attempt callback feature
2019-05-25 Lakshminarayana... Add meshlink_get_submesh API
2019-03-30 Guus SliepenAdd functions to get the amount of bytes in chanenl...
2019-03-17 Guus SliepenFix spelling errors.
2019-03-14 Lakshminarayana... Fix NULL checking of addrinfo structure in try_bind...
2019-02-25 lakshminarayanagurramImprove support for submeshes.
next