]> git.meshlink.io Git - meshlink/shortlog
meshlink
2020-05-28 Guus SliepenWake up the MeshLink thread if framed channel data... feature/channel-message-framing
2020-05-27 Guus SliepenFix reception of a trailing, zero-length frame.
2020-05-27 Guus SliepenEnsure the flush timer is started if we never had any...
2020-05-27 Guus SliepenCorrectly report the maximum allowed send size in the...
2020-05-27 Guus SliepenEnsure the poll callback is called when a channel is...
2020-05-27 Guus SliepenUpdate the channels-*-framed tests to test for isolated...
2020-05-24 Guus SliepenImplement MESHLINK_CHANNEL_FRAMED.
2020-05-24 Guus SliepenThe maximum unreliable packet size is 65535 bytes.
2020-05-24 Guus SliepenDon't start RTT measurements for unreliable channels.
2020-05-21 Guus SliepenExplicitly set the stack size for the MeshLink thread.
2020-05-21 Guus SliepenLimit the size of the fd read buffer in channel_poll().
2020-05-18 Guus SliepenAdd a test for AIO callback cornercases.
2020-05-18 Guus SliepenFix assert that could incorrectly be triggered when...
2020-05-18 Guus SliepenReport the amount of actual data sent/received in AIO...
2020-05-18 Guus SliepenReset closed connections if there is incoming data.
2020-05-15 Guus SliepenInclude our own key in REQ_PUBKEY requests.
2020-05-15 Guus SliepenHandle UTCP receive buffer wraparound corner cases.
2020-05-13 Guus SliepenFix mismatch in supported compile flags tested for...
2020-05-13 Guus SliepenFix more compiler warnings.
2020-05-11 Guus SliepenFix make distcheck.
2020-05-11 Guus SliepenAdd Doxygen support to the build system.
2020-05-11 Guus SliepenMove UTCP into the MeshLink repository.
2020-05-11 Guus SliepenHandle EINTR when reading/writing to AIO fds.
2020-05-08 Guus SliepenHandle meshlink_channel_close() being called in callbacks. fix/channel-close-in-callback
2020-05-04 Guus SliepenUpdate UTCP to fix retransmission of SYNACK packets.
2020-04-28 Guus SliepenAvoid a segfault when setting a timeout to 0.
2020-04-28 Guus SliepenSeveral fixes for channel AIO send and receive functions.
2020-04-28 Guus SliepenFix a potential read from a freed buffer when sending...
2020-04-21 Guus SliepenAvoid a crash when graph() is called when the event...
2020-04-19 Guus SliepenMake UTCP retranmissions trigger PMTU probes immediately.
2020-04-16 Guus SliepenUse nanosleep() instead of clock_nanosleep().
2020-04-16 Guus SliepenUpdate UTCP to fix a potential segmentation fault.
2020-04-16 Guus SliepenEnsure exported host files have a port in the canonical...
2020-04-11 Guus SliepenUpdate UTCP.
2020-04-11 Guus SliepenCheck that we can send up to 65536 bytes at a time...
2020-04-11 Guus SliepenHave nodes remember in which submesh they live.
2020-04-11 Guus SliepenAllow meshlink_open() to be called with a NULL name.
2020-04-11 Guus SliepenWhen resetting timers that use CLOCK_MONOTONIC, use...
2020-04-11 Guus SliepenAdd a probe point for SPTPS renewal and devtool_force_s...
2020-04-11 Guus SliepenAlso renew SPTPS keys for meta-connections.
2020-04-11 Guus SliepenAdd a probe point for async DNS resolving.
2020-04-11 sairoop-elearAdd UTCP UDP channel corner cases and test cases on...
2020-04-11 sairoop-elearAdd channel poll callback corner cases
2020-04-11 sairoop-elearAdd missing atomic test cases to the APIs that affects...
2020-04-09 Guus SliepenUse blocking ADNS requests for most other hostname... feature/async-dns
2020-04-09 Guus SliepenAdd "blocking" asynchronous DNS requests.
2020-04-07 Guus SliepenAdd asynchronous DNS lookups for outgoing connections.
2020-04-07 Guus SliepenRemove unused support for proxies.
2020-04-07 Guus SliepenAdd an asynchronous DNS thread.
2020-04-07 Guus SliepenAssume getaddrinfo() and IPv6 are supported.
2020-04-07 Guus SliepenFix a debug message being logged incorrectly.
2020-04-06 Guus SliepenUpdate UTCP to fix retransmit timeout calculation.
2020-04-05 Guus SliepenUpdate UTCP to fix RTT measurements.
2020-04-02 Guus SliepenUpdate UTCP to support fragmenting packets on UDP style...
2020-04-02 RoopUpdated test vectors for get node reachability
2020-04-02 RoopAdd meshlink_get_all_nodes_by_last_reachable API, meshl...
2020-04-02 Guus SliepenUpdate UTCP to fix a compile error.
2020-03-31 Guus SliepenAllow setting the UTCP clock granularity.
2020-03-30 Guus SliepenFix key renewal being called too often after the first...
2020-03-29 Guus SliepenTry addresses found by Catta for UDP probes.
2020-03-29 Guus SliepenRenew SPTPS keys every hour.
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-15 Guus SliepenFix the order of socket operations when setting up...
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 SliepenFix some log messages being reported for the wrong...
2020-03-10 Guus SliepenAdd all recent addresses resolved from a hostname in...
2020-03-10 Guus SliepenUpdate the invite-join test.
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 SliepenDon't abort on empty lines in receive_request().
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 SliepenCheck that importing the same data twice is fine, but...
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-22 Guus SliepenFix compilation error caused by ACX_THREAD
2020-02-11 Guus SliepenMake the join commit order configurable. feature/join-commit-order
2020-02-11 Guus SliepenFix a memory leak when an invitation file contains...
2020-02-11 Guus SliepenMove join state out of meshlink_handle_t, and ensure...
2020-02-08 Guus SliepenFix garbage being sent at start of a UDP channel.
2020-02-08 Guus SliepenFall back to getifaddrs() to get an interface address...
2020-02-08 Guus SliepenUse bind() to check if a local address is still valid.
2020-02-08 RoopFix android (Android 6 or before) compilation issue...
2020-02-04 Guus SliepenClear reachability times in imported host config files.
2020-02-03 Guus SliepenForce -fPIC when compiling libcatta.
2020-02-03 Guus SliepenClear reachability times in host config files received...
next