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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
*
[cargo] Update dependencies
Henauxg
2023-01-20
1
-16
/
+16
*
[tests] Add more channel tests and test utilities, as integration tests
Henauxg
2023-01-19
5
-554
/
+928
*
[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
*
[readme] Update quick start example
Henauxg
2023-01-18
1
-21
/
+23
*
[examples] Use the updated server receive API
Henauxg
2023-01-18
2
-57
/
+61
*
[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
*
[examples] Update example use paths
Henauxg
2023-01-17
2
-3
/
+6
*
[client] Move client::connection into a separate file
Henauxg
2023-01-17
4
-540
/
+571
*
[client & server] Receive unreliable datagrams
Henauxg
2023-01-17
3
-16
/
+88
*
[client & server] No more JoinSet in reliable receiver to prevent it from kee...
Henauxg
2023-01-17
2
-39
/
+74
*
[readme] Update features and roadmap, move old roadmap tasks to a separate file
Henauxg
2023-01-17
2
-17
/
+20
*
[doc] Add a few doc strings
Henauxg
2023-01-17
2
-2
/
+22
*
[cargo] Update dependencies
Henauxg
2023-01-16
1
-229
/
+219
*
Merge pull request #7 from Henauxg/channels
Gilles Henaux
2023-01-16
9
-441
/
+1201
|
\
|
*
[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
|
*
[readme] Update roadmap
Henauxg
2023-01-16
1
-3
/
+3
|
*
[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
|
*
[readme] Minor fixes
gilles henaux
2023-01-15
1
-3
/
+3
|
*
[readme] Update for channels
gilles henaux
2023-01-15
1
-5
/
+42
|
*
[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
|
*
[channels] Move channel tasks into channel module, shared by client & server
gilles henaux
2023-01-11
2
-141
/
+122
|
*
[channels] close_channel skeleton implementation
gilles henaux
2023-01-11
1
-9
/
+15
|
*
[errors] Rename ChannelClosed to InternalChannelClosed to avoid confusion wit...
gilles henaux
2023-01-11
5
-11
/
+13
|
*
[channels] Homegenize open_channel and close_channel interface
gilles henaux
2023-01-11
2
-14
/
+40
[prev]
[next]