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
/
client.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
[client] Connection does not need to be mutable
HimbeerserverDE
2023-09-03
1
-1
/
+1
*
[client & server] Update to bevy 0.11
Henauxg
2023-07-11
1
-4
/
+3
*
[client & server] Allow for late initialization and update bevy API usage
Henauxg
2023-03-07
1
-22
/
+42
*
[client & server] Add some doc string
Henauxg
2023-01-20
1
-1
/
+5
*
[shared] Move InternalConnectionRef to shared
Henauxg
2023-01-18
1
-2
/
+3
*
[client] Use shared reception tasks
Henauxg
2023-01-18
1
-7
/
+8
*
[client] Move client::connection into a separate file
Henauxg
2023-01-17
1
-537
/
+23
*
[client & server] Receive unreliable datagrams
Henauxg
2023-01-17
1
-9
/
+36
*
[client & server] No more JoinSet in reliable receiver to prevent it from kee...
Henauxg
2023-01-17
1
-15
/
+33
*
[client & server] Close waiter: only signal connection closed if the internal...
Henauxg
2023-01-16
1
-4
/
+7
*
[channels] Add doc strings
Henauxg
2023-01-16
1
-3
/
+11
*
[channels] Return the default ChannelId when opening connection/endpoint
gilles henaux
2023-01-15
1
-3
/
+5
*
[client & server] Get/set default channel
gilles henaux
2023-01-14
1
-0
/
+10
*
[client] Add a doc line
gilles henaux
2023-01-14
1
-0
/
+3
*
[client] Use the shared channels_task
gilles henaux
2023-01-14
1
-85
/
+25
*
[client] Use utility get_channel_id_from_type
gilles henaux
2023-01-14
1
-31
/
+18
*
[channels] Properly signal flush/
gilles henaux
2023-01-12
1
-82
/
+90
*
[channels] Close the connection once all channel tasks have terminated
gilles henaux
2023-01-12
1
-2
/
+17
*
[channels] Still connect the Channels tasks to the Connection close signal
gilles henaux
2023-01-11
1
-8
/
+8
*
[channels] Dedicated close channels for Quinnet Channels
gilles henaux
2023-01-11
1
-15
/
+24
*
[channels] Rename OrdRelChannelId to MultiChannelId and remove commented code
gilles henaux
2023-01-11
1
-2
/
+2
*
[client] Call connection.disconnect() from update_sync_client and do not use ...
gilles henaux
2023-01-11
1
-13
/
+18
*
[channels] Move channel tasks into channel module, shared by client & server
gilles henaux
2023-01-11
1
-69
/
+14
*
[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
1
-3
/
+3
*
[channels] Homegenize open_channel and close_channel interface
gilles henaux
2023-01-11
1
-8
/
+34
*
[client & shared] Rework channels and ChannelId
Henauxg
2023-01-11
1
-59
/
+28
*
[client] Create a default Ordered reliable channel, and implement connection ...
Henauxg
2023-01-11
1
-29
/
+37
*
[client] Handle channel creation and remove Unreliable Sequenced channel type
Henauxg
2023-01-11
1
-15
/
+38
*
[client] Refactor connection_task with handle_connection_channels
Henauxg
2023-01-11
1
-41
/
+61
*
[client] Implement ordered reliable sender task
Henauxg
2023-01-11
1
-69
/
+137
*
[channels] Continue implementation
gilles henaux
2023-01-11
1
-21
/
+70
*
[client] Add Connecting state, prevent Disconnected connection from sending m...
gilles henaux
2023-01-09
1
-54
/
+81
*
[client + server] await connection close to signal ConnectionLostEvent; grace...
Zachary Heilbron
2023-01-08
1
-23
/
+55
*
[client] expose connection ids in connection events
Zachary Heilbron
2023-01-07
1
-4
/
+8
*
Merge branch 'main' of https://github.com/Henauxg/bevy_quinnet
gilles henaux
2022-12-24
1
-9
/
+23
|
\
|
*
[client] Store connection ref in Connected state and expose quinn-proto stati...
gilles henaux
2022-12-22
1
-61
/
+14
|
*
Expose a function for retrieving stats about a connection
Andrew Vy
2022-12-21
1
-4
/
+65
*
|
[doc] FIx doc-tests
gilles henaux
2022-12-24
1
-1
/
+2
|
/
*
[client&server] Add "try" methods
Henauxg
2022-11-18
1
-2
/
+45
*
[client] Hide disconnect function from Connection public API
Henauxg
2022-11-18
1
-11
/
+11
*
[client & server] Move shared code in a module
Henauxg
2022-11-17
1
-1
/
+1
*
[client] Generate bevy events in CoreStage::PreUpdate
Henauxg
2022-11-17
1
-1
/
+2
*
[client & server] Update code to match quinn 0.9 API
Henauxg
2022-11-17
1
-10
/
+6
*
[client] Implement multiple connections within the client resource
Henauxg
2022-11-16
1
-24
/
+122
*
[client] Fix comments
Henauxg
2022-11-16
1
-11
/
+8
*
[client] Start multiple connections implementation
Henauxg
2022-11-16
1
-121
/
+130
*
[client] Add CertConnectionAbortEvent
Henauxg
2022-11-15
1
-12
/
+21
*
[client] Remove unused parameter from InternalAsyncMessage::Connected
Henauxg
2022-11-15
1
-4
/
+3
*
[client] Add CertVerificationInf to CertificateInteractionEvent. Add previou...
Henauxg
2022-11-15
1
-15
/
+9
[next]