aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [channels] Move channel tasks into channel module, shared by client & servergilles henaux2023-01-112-141/+122
* [channels] close_channel skeleton implementationgilles henaux2023-01-111-9/+15
* [errors] Rename ChannelClosed to InternalChannelClosed to avoid confusion wit...gilles henaux2023-01-115-11/+13
* [channels] Homegenize open_channel and close_channel interfacegilles henaux2023-01-112-14/+40
* [client & shared] Rework channels and ChannelIdHenauxg2023-01-113-60/+160
* [tests] Update tests to use unwrap on open_connection callsHenauxg2023-01-111-28/+54
* [client] Create a default Ordered reliable channel, and implement connection ...Henauxg2023-01-111-29/+37
* [client] Add new error type NoDefaultChannelHenauxg2023-01-111-0/+2
* [client] Handle channel creation and remove Unreliable Sequenced channel typeHenauxg2023-01-111-15/+38
* [client] Refactor connection_task with handle_connection_channelsHenauxg2023-01-111-41/+61
* [client] Implement ordered reliable sender taskHenauxg2023-01-111-69/+137
* [channels] Continue implementationgilles henaux2023-01-112-21/+73
* [client] Add Connecting state, prevent Disconnected connection from sending m...gilles henaux2023-01-091-54/+81
* [server] Raise ClientLostConnection only once and emit InternalAsyncMessage::...gilles henaux2023-01-091-16/+34
* [error] Add a ConnectionClosed errorgilles henaux2023-01-091-0/+2
* [client + server] await connection close to signal ConnectionLostEvent; grace...Zachary Heilbron2023-01-082-40/+115
* [client] expose connection ids in connection eventsZachary Heilbron2023-01-071-4/+8
* Merge branch 'main' of https://github.com/Henauxg/bevy_quinnetgilles henaux2022-12-241-9/+23
|\
| * [client] Store connection ref in Connected state and expose quinn-proto stati...gilles henaux2022-12-221-61/+14
| * Expose a function for retrieving stats about a connectionAndrew Vy2022-12-211-4/+65
* | [doc] FIx doc-testsgilles henaux2022-12-243-5/+7
* | [tests] Fix default config file removalgilles henaux2022-12-241-4/+6
|/
* [server] Do not fail in write_certs_to_files if the cert and key files have n...gilles henaux2022-12-171-0/+7
* [client] Do not fail in store_known_hosts_to_file if the path has no prefixgilles henaux2022-12-171-2/+3
* [tests] Rename .pem test files to .pem.testHenauxg2022-11-221-2/+2
* [client&server] Add "try" methodsHenauxg2022-11-182-2/+104
* [tests] Update the testsHenauxg2022-11-181-53/+94
* [server] Implement stop_endpointHenauxg2022-11-182-80/+131
* [tests] Update testsHenauxg2022-11-181-49/+24
* [server] Remove CertificateRetrievedEvent as the relevant information is now ...Henauxg2022-11-182-15/+3
* [server] Rework : add EndpointHenauxg2022-11-183-281/+278
* [shared] Add new error typesHenauxg2022-11-181-1/+10
* [client] Hide disconnect function from Connection public APIHenauxg2022-11-181-11/+11
* [tests] Add trust_on_first_use test (incomplete)Henauxg2022-11-171-2/+296
* [client] Add Eq, PartialEq to CertVerificationInfoHenauxg2022-11-171-1/+1
* [shared] Impl to_base64 in CertificateFingerprintHenauxg2022-11-171-1/+5
* [server] Add CertificateRetrievedEvent event to the server appHenauxg2022-11-171-0/+1
* [server] Add CertificateRetrievedEventHenauxg2022-11-173-21/+84
* [client & server] Move shared code in a moduleHenauxg2022-11-175-68/+81
* [server] Move certificate related code into its own moduleHenauxg2022-11-173-132/+136
* [tests] Add tests: connection_with_two_appsHenauxg2022-11-171-0/+200
* [client] Generate bevy events in CoreStage::PreUpdateHenauxg2022-11-171-1/+2
* [server] Remove need for mut self in broadcast functionsHenauxg2022-11-171-5/+2
* [client & server] Update code to match quinn 0.9 APIHenauxg2022-11-172-17/+13
* [client] Implement multiple connections within the client resourceHenauxg2022-11-162-24/+125
* [client] Fix commentsHenauxg2022-11-161-11/+8
* [client] Start multiple connections implementationHenauxg2022-11-162-123/+137
* [client] Add CertConnectionAbortEventHenauxg2022-11-152-23/+51
* [client] Remove unused parameter from InternalAsyncMessage::ConnectedHenauxg2022-11-151-4/+3
* [client] Add CertVerificationInf to CertificateInteractionEvent. Add previou...Henauxg2022-11-152-40/+40