| #
5d8fe953 |
| 02-Feb-2023 |
João Oliveira <[email protected]> |
general: apply clippy lints (#407)
* general: update crates to 2021 edition.
* general: apply clippy --fix
* general: apply manual clippy lints
* cargo fmt.
|
|
Revision tags: constraints-v0.1.0, interceptor-v0.8.2, rtcp-v0.7.2, mdns-v0.5.2, v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0, sctp-v0.7.0, srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0 |
|
| #
d50269a6 |
| 07-Nov-2022 |
Anton Kaliaev <[email protected]> |
PollStream/PollDataChannel: flush before shutting down (#340)
* PollStream/PollDataChannel: flush before shutting down
"Invocation of a shutdown implies an invocation of flush. Once this
method
PollStream/PollDataChannel: flush before shutting down (#340)
* PollStream/PollDataChannel: flush before shutting down
"Invocation of a shutdown implies an invocation of flush. Once this
method returns Ready it implies that a flush successfully happened
before the shutdown happened. That is, callers don’t need to call flush
before calling shutdown. They can rely that by calling shutdown any
pending buffered data will be written out."
https://docs.rs/tokio/1.21.2/tokio/io/trait.AsyncWrite.html#tymethod.poll_shutdown
* format code
* fix clippy warning
* fix another clippy warning
* add changelog entries
show more ...
|
|
Revision tags: ice-v0.8.2, v0.5.1, ice-v0.8.1, v0.5.0, data-v0.5.0, dtls-v0.6.0, ice-v0.8.0, interceptor-v0.8.0, mdns-v0.5.0, media-v0.4.7, rtcp-v0.7.0, rtp-v0.6.7, sctp-v0.6.1, sdp-v0.5.2, srtp-v0.9.0, stun-v0.4.3, turn-v0.6.0, util-v0.6.0, test-tag |
|
| #
c40fea4f |
| 23-Aug-2022 |
Martin Algesten <[email protected]> |
Clippy fix
|
| #
ffe74184 |
| 23-Aug-2022 |
Martin Algesten <[email protected]> |
Move all to top level
|
|
Revision tags: v0.4.0, v0.3.4, v0.3.3, v0.3.2, v0.3.1, v0.3.0, v0.2.1, v0.2.0, v0.1.3, v0.1.2, v0.1.1, v0.1.0, v0.1.0-beta.0.0.15, v0.1.0-beta.0.0.14 |
|
| #
db156267 |
| 22-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add message_test.rs
|
| #
bba9b519 |
| 21-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add uattrs.rs and test
|
| #
04fd963c |
| 21-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] complete TODO
|
| #
d4f9f56d |
| 20-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] complete checks.rs and add fingerprint.rs
|
| #
92dfaccf |
| 20-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add attributes_test.rs
|
| #
a71c70af |
| 19-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add agent_test.rs
|
| #
fc967203 |
| 19-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add addr_test.rs
|
| #
e7a554f1 |
| 18-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] complete message.rs
|
| #
0d1c16dd |
| 17-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add message.rs (WIP)
|
| #
8cb142ce |
| 16-Dec-2020 |
Rain Liu <[email protected]> |
[STUN] add agent.rs
|