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
...
*
[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
*
[client & shared] Rework channels and ChannelId
Henauxg
2023-01-11
3
-60
/
+160
*
[tests] Update tests to use unwrap on open_connection calls
Henauxg
2023-01-11
1
-28
/
+54
*
[client] Create a default Ordered reliable channel, and implement connection ...
Henauxg
2023-01-11
1
-29
/
+37
*
[client] Add new error type NoDefaultChannel
Henauxg
2023-01-11
1
-0
/
+2
*
[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
2
-21
/
+73
*
[client] Add Connecting state, prevent Disconnected connection from sending m...
gilles henaux
2023-01-09
1
-54
/
+81
*
[server] Raise ClientLostConnection only once and emit InternalAsyncMessage::...
gilles henaux
2023-01-09
1
-16
/
+34
*
[error] Add a ConnectionClosed error
gilles henaux
2023-01-09
1
-0
/
+2
*
[client + server] await connection close to signal ConnectionLostEvent; grace...
Zachary Heilbron
2023-01-08
2
-40
/
+115
*
[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
3
-5
/
+7
*
|
[tests] Fix default config file removal
gilles henaux
2022-12-24
1
-4
/
+6
|
/
*
[server] Do not fail in write_certs_to_files if the cert and key files have n...
gilles henaux
2022-12-17
1
-0
/
+7
*
[client] Do not fail in store_known_hosts_to_file if the path has no prefix
gilles henaux
2022-12-17
1
-2
/
+3
*
[tests] Rename .pem test files to .pem.test
Henauxg
2022-11-22
1
-2
/
+2
*
[client&server] Add "try" methods
Henauxg
2022-11-18
2
-2
/
+104
*
[tests] Update the tests
Henauxg
2022-11-18
1
-53
/
+94
*
[server] Implement stop_endpoint
Henauxg
2022-11-18
2
-80
/
+131
*
[tests] Update tests
Henauxg
2022-11-18
1
-49
/
+24
*
[server] Remove CertificateRetrievedEvent as the relevant information is now ...
Henauxg
2022-11-18
2
-15
/
+3
*
[server] Rework : add Endpoint
Henauxg
2022-11-18
3
-281
/
+278
*
[shared] Add new error types
Henauxg
2022-11-18
1
-1
/
+10
*
[client] Hide disconnect function from Connection public API
Henauxg
2022-11-18
1
-11
/
+11
*
[tests] Add trust_on_first_use test (incomplete)
Henauxg
2022-11-17
1
-2
/
+296
*
[client] Add Eq, PartialEq to CertVerificationInfo
Henauxg
2022-11-17
1
-1
/
+1
*
[shared] Impl to_base64 in CertificateFingerprint
Henauxg
2022-11-17
1
-1
/
+5
*
[server] Add CertificateRetrievedEvent event to the server app
Henauxg
2022-11-17
1
-0
/
+1
*
[server] Add CertificateRetrievedEvent
Henauxg
2022-11-17
3
-21
/
+84
*
[client & server] Move shared code in a module
Henauxg
2022-11-17
5
-68
/
+81
*
[server] Move certificate related code into its own module
Henauxg
2022-11-17
3
-132
/
+136
*
[tests] Add tests: connection_with_two_apps
Henauxg
2022-11-17
1
-0
/
+200
*
[client] Generate bevy events in CoreStage::PreUpdate
Henauxg
2022-11-17
1
-1
/
+2
*
[server] Remove need for mut self in broadcast functions
Henauxg
2022-11-17
1
-5
/
+2
*
[client & server] Update code to match quinn 0.9 API
Henauxg
2022-11-17
2
-17
/
+13
*
[client] Implement multiple connections within the client resource
Henauxg
2022-11-16
2
-24
/
+125
*
[client] Fix comments
Henauxg
2022-11-16
1
-11
/
+8
*
[client] Start multiple connections implementation
Henauxg
2022-11-16
2
-123
/
+137
*
[client] Add CertConnectionAbortEvent
Henauxg
2022-11-15
2
-23
/
+51
*
[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
2
-40
/
+40
[prev]
[next]