aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [client & server] Only log finish errors for our own closure attemptsHimbeerserverDE2023-09-031-5/+7
* [client] Connection does not need to be mutableHimbeerserverDE2023-09-031-1/+1
* [cargo] Update quinn and rustls versionsHenauxg2023-07-111-12/+7
* [client & server] Update to bevy 0.11Henauxg2023-07-114-10/+15
* [doc] Add some doc stringsHenauxg2023-03-071-3/+16
* [shared] Make AsyncRuntime publicHenauxg2023-03-071-1/+1
* [client & server] Allow for late initialization and update bevy API usageHenauxg2023-03-072-42/+83
* [doc] Add missing use directive in doc stringsHenauxg2023-03-072-0/+2
* [client & server] Hanlde IPv6 addresses properly: rework ConnectionConfigurat...gilles henaux2023-02-203-84/+204
* [server] Remove some unnecessary mutgilles henaux2023-02-191-4/+4
* [client & server] Channels only accept Bytes, clone Bytes instead of Vec in s...Henauxg2023-01-213-7/+8
* [client] Add missing try_send_message_on and try_send_payload_on in connectionHenauxg2023-01-211-0/+16
* [client] Fix minor doc stringsHenauxg2023-01-211-2/+2
* [client & server] Add some doc stringHenauxg2023-01-202-1/+11
* [server] Swap two parameters in try_broadcast_message_onHenauxg2023-01-201-1/+1
* [doc] Fix a doc stringHenauxg2023-01-201-1/+1
* [tests] Add more channel tests and test utilities, as integration testsHenauxg2023-01-191-554/+0
* [server] Add stats() function on an EndpointHenauxg2023-01-181-0/+9
* [server] Generate client ids on the sync server instead of asyncHenauxg2023-01-181-97/+137
* [shared] Move InternalConnectionRef to sharedHenauxg2023-01-183-6/+7
* [test] Update test to match the new receive APIHenauxg2023-01-181-9/+9
* [server] Change receiving API to be client specific & use shared receptino tasksHenauxg2023-01-181-163/+46
* [client] Use shared reception tasksHenauxg2023-01-182-88/+41
* [shared] Implement shared reception tasksHenauxg2023-01-181-4/+71
* [client] Move client::connection into a separate fileHenauxg2023-01-174-540/+571
* [client & server] Receive unreliable datagramsHenauxg2023-01-172-15/+87
* [client & server] No more JoinSet in reliable receiver to prevent it from kee...Henauxg2023-01-172-39/+74
* [doc] Add a few doc stringsHenauxg2023-01-172-2/+22
* [client & server] Close waiter: only signal connection closed if the internal...Henauxg2023-01-162-10/+16
* [channels] Add doc stringsHenauxg2023-01-163-9/+41
* [channels] Basic Unreliable channel, doc strings and logsHenauxg2023-01-161-21/+51
* [channels] Barebone unreliable channel taskgilles henaux2023-01-151-1/+48
* [channels] Return the default ChannelId when opening connection/endpointgilles henaux2023-01-153-24/+27
* [client & server] Get/set default channelgilles henaux2023-01-142-0/+20
* [client] Add a doc linegilles henaux2023-01-141-0/+3
* [channel] Change Channel visibility and empty implementation for Unreliable c...gilles henaux2023-01-141-2/+4
* [server] Implement channels on the servergilles henaux2023-01-141-204/+385
* [client] Use the shared channels_taskgilles henaux2023-01-141-85/+25
* [channels] Create a shared channels_taskgilles henaux2023-01-141-1/+68
* [client] Use utility get_channel_id_from_typegilles henaux2023-01-141-31/+18
* [channels] Add a utility get_channel_id_from_typegilles henaux2023-01-141-0/+14
* [server] Renamingsgilles henaux2023-01-121-46/+46
* [channels] Properly signal flush/gilles henaux2023-01-123-128/+163
* [channels] Close the connection once all channel tasks have terminatedgilles henaux2023-01-122-7/+29
* [channels] Still connect the Channels tasks to the Connection close signalgilles henaux2023-01-112-14/+23
* [channels] Dedicated close channels for Quinnet Channelsgilles henaux2023-01-112-24/+47
* [server] Use new error typegilles henaux2023-01-111-1/+1
* [errors] New error typesgilles henaux2023-01-111-2/+10
* [channels] Rename OrdRelChannelId to MultiChannelId and remove commented codegilles henaux2023-01-112-25/+4
* [client] Call connection.disconnect() from update_sync_client and do not use ...gilles henaux2023-01-112-35/+31