| #
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 |
|
| #
83f2d1bb |
| 04-Jan-2023 |
Vincent Esche <[email protected]> |
Unify `assert_eq!(…)`/`assert_ne!(…)` to take args in order of `…!(actual, expected)`
While there isn't an explicit convention for this in Rust the stdlib docs all use `assert_eq!(actual, expected)`
Unify `assert_eq!(…)`/`assert_ne!(…)` to take args in order of `…!(actual, expected)`
While there isn't an explicit convention for this in Rust the stdlib docs all use `assert_eq!(actual, expected)`, making it a sort of implicit convention.
show more ...
|
|
Revision tags: 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, 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 |
|
| #
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 |
|
| #
d9e146c5 |
| 01-Nov-2020 |
Takayuki Maeda <[email protected]> |
fix clippy warnings
|
| #
c340be27 |
| 19-Sep-2020 |
Rain Liu <[email protected]> |
add fir and tcc to packet.rs
|
| #
ca9770b2 |
| 16-Sep-2019 |
Rain Liu <[email protected]> |
unify srtp/srtcp Session
|
| #
3e8ed869 |
| 31-Aug-2019 |
Rain Liu <[email protected]> |
fix compiler warnings
|
| #
0acf032b |
| 29-Aug-2019 |
Rain Liu <[email protected]> |
make compound_packet as enum packet too
|
| #
4e680cbf |
| 29-Aug-2019 |
Rain Liu <[email protected]> |
add compound packet and tests
|
| #
14444ac5 |
| 29-Aug-2019 |
Rain Liu <[email protected]> |
refactoring rtcp from trait to enum for Packet
|
| #
78c13736 |
| 28-Aug-2019 |
Rain Liu <[email protected]> |
add remb and tests
|
| #
65a7644a |
| 28-Aug-2019 |
Rain Liu <[email protected]> |
add rapid resync and tests
|
| #
f2d8d067 |
| 28-Aug-2019 |
Rain Liu <[email protected]> |
refactoring utils to util
|
| #
2e2ee171 |
| 27-Aug-2019 |
Rain Liu <[email protected]> |
add source description and tests
|
| #
137bac67 |
| 27-Aug-2019 |
Rain Liu <[email protected]> |
add receiver_report and tests
|
| #
2f893f67 |
| 26-Aug-2019 |
Rain Liu <[email protected]> |
refactoring rtcp packet unmarshal
|
| #
3c7e7579 |
| 26-Aug-2019 |
Rain Liu <[email protected]> |
add rtcp goodbye
|
| #
e32159db |
| 25-Aug-2019 |
Rain Liu <[email protected]> |
add packet
|
| #
ebc809c2 |
| 25-Aug-2019 |
Rain Liu <[email protected]> |
add init packet code for rtcp
|