index
:
bevy_quinnet.git
main
A Client/Server game networking plugin using QUIC, for the Bevy game engine.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[client & server] Only log finish errors for our own closure attempts
HimbeerserverDE
2023-09-03
1
-5
/
+7
*
[client] Connection does not need to be mutable
HimbeerserverDE
2023-09-03
1
-1
/
+1
*
[cargo] Update quinn and rustls versions
Henauxg
2023-07-11
1
-12
/
+7
*
[client & server] Update to bevy 0.11
Henauxg
2023-07-11
4
-10
/
+15
*
[doc] Add some doc strings
Henauxg
2023-03-07
1
-3
/
+16
*
[shared] Make AsyncRuntime public
Henauxg
2023-03-07
1
-1
/
+1
*
[client & server] Allow for late initialization and update bevy API usage
Henauxg
2023-03-07
2
-42
/
+83
*
[doc] Add missing use directive in doc strings
Henauxg
2023-03-07
2
-0
/
+2
*
[client & server] Hanlde IPv6 addresses properly: rework ConnectionConfigurat...
gilles henaux
2023-02-20
3
-84
/
+204
*
[server] Remove some unnecessary mut
gilles henaux
2023-02-19
1
-4
/
+4
*
[client & server] Channels only accept Bytes, clone Bytes instead of Vec in s...
Henauxg
2023-01-21
3
-7
/
+8
*
[client] Add missing try_send_message_on and try_send_payload_on in connection
Henauxg
2023-01-21
1
-0
/
+16
*
[client] Fix minor doc strings
Henauxg
2023-01-21
1
-2
/
+2
*
[client & server] Add some doc string
Henauxg
2023-01-20
2
-1
/
+11
*
[server] Swap two parameters in try_broadcast_message_on
Henauxg
2023-01-20
1
-1
/
+1
*
[doc] Fix a doc string
Henauxg
2023-01-20
1
-1
/
+1
*
[tests] Add more channel tests and test utilities, as integration tests
Henauxg
2023-01-19
1
-554
/
+0
*
[server] Add stats() function on an Endpoint
Henauxg
2023-01-18
1
-0
/
+9
*
[server] Generate client ids on the sync server instead of async
Henauxg
2023-01-18
1
-97
/
+137
*
[shared] Move InternalConnectionRef to shared
Henauxg
2023-01-18
3
-6
/
+7
*
[test] Update test to match the new receive API
Henauxg
2023-01-18
1
-9
/
+9
*
[server] Change receiving API to be client specific & use shared receptino tasks
Henauxg
2023-01-18
1
-163
/
+46
*
[client] Use shared reception tasks
Henauxg
2023-01-18
2
-88
/
+41
*
[shared] Implement shared reception tasks
Henauxg
2023-01-18
1
-4
/
+71
*
[client] Move client::connection into a separate file
Henauxg
2023-01-17
4
-540
/
+571
*
[client & server] Receive unreliable datagrams
Henauxg
2023-01-17
2
-15
/
+87
*
[client & server] No more JoinSet in reliable receiver to prevent it from kee...
Henauxg
2023-01-17
2
-39
/
+74
*
[doc] Add a few doc strings
Henauxg
2023-01-17
2
-2
/
+22
*
[client & server] Close waiter: only signal connection closed if the internal...
Henauxg
2023-01-16
2
-10
/
+16
*
[channels] Add doc strings
Henauxg
2023-01-16
3
-9
/
+41
*
[channels] Basic Unreliable channel, doc strings and logs
Henauxg
2023-01-16
1
-21
/
+51
*
[channels] Barebone unreliable channel task
gilles henaux
2023-01-15
1
-1
/
+48
*
[channels] Return the default ChannelId when opening connection/endpoint
gilles henaux
2023-01-15
3
-24
/
+27
*
[client & server] Get/set default channel
gilles henaux
2023-01-14
2
-0
/
+20
*
[client] Add a doc line
gilles henaux
2023-01-14
1
-0
/
+3
*
[channel] Change Channel visibility and empty implementation for Unreliable c...
gilles henaux
2023-01-14
1
-2
/
+4
*
[server] Implement channels on the server
gilles henaux
2023-01-14
1
-204
/
+385
*
[client] Use the shared channels_task
gilles henaux
2023-01-14
1
-85
/
+25
*
[channels] Create a shared channels_task
gilles henaux
2023-01-14
1
-1
/
+68
*
[client] Use utility get_channel_id_from_type
gilles henaux
2023-01-14
1
-31
/
+18
*
[channels] Add a utility get_channel_id_from_type
gilles henaux
2023-01-14
1
-0
/
+14
*
[server] Renamings
gilles henaux
2023-01-12
1
-46
/
+46
*
[channels] Properly signal flush/
gilles henaux
2023-01-12
3
-128
/
+163
*
[channels] Close the connection once all channel tasks have terminated
gilles henaux
2023-01-12
2
-7
/
+29
*
[channels] Still connect the Channels tasks to the Connection close signal
gilles henaux
2023-01-11
2
-14
/
+23
*
[channels] Dedicated close channels for Quinnet Channels
gilles henaux
2023-01-11
2
-24
/
+47
*
[server] Use new error type
gilles henaux
2023-01-11
1
-1
/
+1
*
[errors] New error types
gilles henaux
2023-01-11
1
-2
/
+10
*
[channels] Rename OrdRelChannelId to MultiChannelId and remove commented code
gilles henaux
2023-01-11
2
-25
/
+4
*
[client] Call connection.disconnect() from update_sync_client and do not use ...
gilles henaux
2023-01-11
2
-35
/
+31
[next]