History log of /webrtc/dtls/ (Results 1 – 25 of 56)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9c3017fc22-May-2023 pinkforest <[email protected]>

Remove redundant comment

6bf5ae2622-May-2023 pinkforest <[email protected]>

Remove redundant elliptic-curves dependency

710b992422-May-2023 pinkforest <[email protected]>

Remove redundant signature dep

dad7988c22-May-2023 pinkforest <[email protected]>

Fix duplicate dalek dep

becc489708-Apr-2023 yngrtc <[email protected]>

bump dtls version to v0.7.2

9792112908-Apr-2023 yngrtc <[email protected]>

fix clippy default warning


src/config.rs
src/content.rs
src/handshake/mod.rs
/webrtc/mdns/src/message/header.rs
/webrtc/mdns/src/message/mod.rs
/webrtc/media/src/io/h264_reader/mod.rs
/webrtc/rtcp/src/extended_report/mod.rs
/webrtc/rtcp/src/extended_report/ssr.rs
/webrtc/rtcp/src/header.rs
/webrtc/rtcp/src/source_description/mod.rs
/webrtc/rtcp/src/transport_feedbacks/transport_layer_cc/mod.rs
/webrtc/rtp/src/extension/video_orientation_extension/mod.rs
/webrtc/sctp/src/association/mod.rs
/webrtc/sctp/src/chunk/chunk_payload_data.rs
/webrtc/sctp/src/param/param_reconfig_response.rs
/webrtc/sctp/src/stream/mod.rs
/webrtc/sdp/src/direction/mod.rs
/webrtc/sdp/src/util/mod.rs
/webrtc/srtp/src/protection_profile.rs
/webrtc/turn/src/client/periodic_timer.rs
/webrtc/turn/src/client/permission.rs
/webrtc/util/src/vnet/nat.rs
/webrtc/webrtc/src/data_channel/data_channel_state.rs
/webrtc/webrtc/src/dtls_transport/dtls_role.rs
/webrtc/webrtc/src/dtls_transport/dtls_transport_state.rs
/webrtc/webrtc/src/ice_transport/ice_candidate_type.rs
/webrtc/webrtc/src/ice_transport/ice_connection_state.rs
/webrtc/webrtc/src/ice_transport/ice_credential_type.rs
/webrtc/webrtc/src/ice_transport/ice_gatherer_state.rs
/webrtc/webrtc/src/ice_transport/ice_gathering_state.rs
/webrtc/webrtc/src/ice_transport/ice_protocol.rs
/webrtc/webrtc/src/ice_transport/ice_role.rs
/webrtc/webrtc/src/ice_transport/ice_transport_state.rs
/webrtc/webrtc/src/peer_connection/peer_connection_state.rs
/webrtc/webrtc/src/peer_connection/policy/bundle_policy.rs
/webrtc/webrtc/src/peer_connection/policy/ice_transport_policy.rs
/webrtc/webrtc/src/peer_connection/policy/rtcp_mux_policy.rs
/webrtc/webrtc/src/peer_connection/policy/sdp_semantics.rs
/webrtc/webrtc/src/peer_connection/sdp/sdp_type.rs
/webrtc/webrtc/src/peer_connection/signaling_state.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_codec.rs
/webrtc/webrtc/src/sctp_transport/sctp_transport_state.rs
d5318c9e01-Apr-2023 Greg Morenz <[email protected]>

Update x25519-dalek

5859550c07-Mar-2023 andreastedile <[email protected]>

Fix incorrect key and certificate file paths

Signed-off-by: andreastedile <[email protected]>

3bacf36902-Mar-2023 koushiro <[email protected]>

downgrade x509-parser to fix minimial-versions tests

e215e90801-Mar-2023 koushiro <[email protected]>

update rust-version: 1.60.0 ==> 1.63.0

0e72c40116-Feb-2023 koushiro <[email protected]>

update some dependencies and remove some useless dependencies

6ebcdc3225-Feb-2023 yngrtc <[email protected]>

bump dtls version to v0.7.1

5d8fe95302-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.


/webrtc/constraints/Cargo.toml
/webrtc/constraints/src/algorithms/fitness_distance/setting.rs
/webrtc/constraints/src/constraint/value.rs
/webrtc/constraints/src/constraint/value_range.rs
/webrtc/constraints/src/constraint/value_sequence.rs
/webrtc/constraints/src/errors.rs
/webrtc/constraints/src/setting.rs
/webrtc/data/Cargo.toml
Cargo.toml
examples/dial/psk/dial_psk.rs
examples/dial/selfsign/dial_selfsign.rs
examples/dial/verify/dial_verify.rs
examples/hub/Cargo.toml
examples/hub/src/lib.rs
examples/hub/src/utilities.rs
examples/listen/psk/listen_psk.rs
examples/listen/selfsign/listen_selfsign.rs
examples/listen/verify/listen_verify.rs
src/alert/alert_test.rs
src/change_cipher_spec/change_cipher_spec_test.rs
src/conn/conn_test.rs
src/conn/mod.rs
src/crypto/crypto_test.rs
src/crypto/mod.rs
src/extension/extension_server_name/extension_server_name_test.rs
src/extension/extension_supported_elliptic_curves/extension_supported_elliptic_curves_test.rs
src/extension/extension_supported_point_formats/extension_supported_point_formats_test.rs
src/extension/extension_supported_signature_algorithms/extension_supported_signature_algorithms_test.rs
src/extension/extension_use_extended_master_secret/extension_use_extended_master_secret_test.rs
src/extension/extension_use_srtp/extension_use_srtp_test.rs
src/fragment_buffer/fragment_buffer_test.rs
src/handshake/handshake_cache/handshake_cache_test.rs
src/handshake/handshake_message_certificate/handshake_message_certificate_test.rs
src/handshake/handshake_message_certificate_request/handshake_message_certificate_request_test.rs
src/handshake/handshake_message_certificate_verify/handshake_message_certificate_verify_test.rs
src/handshake/handshake_message_client_hello.rs
src/handshake/handshake_message_client_hello/handshake_message_client_hello_test.rs
src/handshake/handshake_message_client_key_exchange/handshake_message_client_key_exchange_test.rs
src/handshake/handshake_message_finished/handshake_message_finished_test.rs
src/handshake/handshake_message_hello_verify_request/handshake_message_hello_verify_request_test.rs
src/handshake/handshake_message_server_hello/handshake_message_server_hello_test.rs
src/handshake/handshake_message_server_hello_done/handshake_message_server_hello_done_test.rs
src/handshake/handshake_message_server_key_exchange/handshake_message_server_key_exchange_test.rs
src/handshake/handshake_test.rs
src/prf/mod.rs
src/prf/prf_test.rs
src/record_layer/record_layer_test.rs
src/signature_hash_algorithm/signature_hash_algorithm_test.rs
/webrtc/examples/Cargo.toml
/webrtc/examples/examples/broadcast/broadcast.rs
/webrtc/examples/examples/data-channels-close/data-channels-close.rs
/webrtc/examples/examples/data-channels-create/data-channels-create.rs
/webrtc/examples/examples/data-channels-detach-create/data-channels-detach-create.rs
/webrtc/examples/examples/data-channels-detach/data-channels-detach.rs
/webrtc/examples/examples/data-channels/data-channels.rs
/webrtc/examples/examples/ice-restart/ice-restart.rs
/webrtc/examples/examples/insertable-streams/insertable-streams.rs
/webrtc/examples/examples/offer-answer/answer.rs
/webrtc/examples/examples/offer-answer/offer.rs
/webrtc/examples/examples/ortc/ortc.rs
/webrtc/examples/examples/play-from-disk-h264/play-from-disk-h264.rs
/webrtc/examples/examples/play-from-disk-renegotiation/play-from-disk-renegotiation.rs
/webrtc/examples/examples/play-from-disk-vpx/play-from-disk-vpx.rs
/webrtc/examples/examples/reflect/reflect.rs
/webrtc/examples/examples/rtp-forwarder/rtp-forwarder.rs
/webrtc/examples/examples/rtp-to-webrtc/rtp-to-webrtc.rs
/webrtc/examples/examples/save-to-disk-h264/save-to-disk-h264.rs
/webrtc/examples/examples/save-to-disk-vpx/save-to-disk-vpx.rs
/webrtc/examples/examples/signal/Cargo.toml
/webrtc/examples/examples/signal/src/lib.rs
/webrtc/examples/examples/simulcast/simulcast.rs
/webrtc/examples/examples/swap-tracks/swap-tracks.rs
/webrtc/ice/Cargo.toml
/webrtc/ice/examples/ping_pong.rs
/webrtc/ice/src/agent/agent_gather_test.rs
/webrtc/ice/src/agent/agent_test.rs
/webrtc/ice/src/agent/agent_vnet_test.rs
/webrtc/ice/src/candidate/candidate_base.rs
/webrtc/ice/src/candidate/candidate_pair_test.rs
/webrtc/ice/src/candidate/candidate_test.rs
/webrtc/ice/src/candidate/mod.rs
/webrtc/ice/src/control/mod.rs
/webrtc/ice/src/mdns/mdns_test.rs
/webrtc/ice/src/mdns/mod.rs
/webrtc/ice/src/network_type/mod.rs
/webrtc/ice/src/network_type/network_type_test.rs
/webrtc/ice/src/rand/rand_test.rs
/webrtc/ice/src/state/mod.rs
/webrtc/ice/src/state/state_test.rs
/webrtc/ice/src/tcp_type/mod.rs
/webrtc/ice/src/udp_mux/udp_mux_test.rs
/webrtc/ice/src/url/mod.rs
/webrtc/ice/src/url/url_test.rs
/webrtc/interceptor/Cargo.toml
/webrtc/interceptor/src/nack/generator/generator_stream.rs
/webrtc/interceptor/src/nack/responder/responder_stream.rs
/webrtc/interceptor/src/nack/responder/responder_test.rs
/webrtc/mdns/Cargo.toml
/webrtc/mdns/examples/mdns_query.rs
/webrtc/mdns/examples/mdns_server_query.rs
/webrtc/mdns/src/message/header.rs
/webrtc/mdns/src/message/message_test.rs
/webrtc/mdns/src/message/mod.rs
/webrtc/media/Cargo.toml
/webrtc/media/src/io/h264_writer/h264_writer_test.rs
/webrtc/media/src/io/ivf_writer/ivf_writer_test.rs
/webrtc/media/src/io/sample_builder/sample_builder_test.rs
/webrtc/media/src/io/sample_builder/sample_sequence_location.rs
/webrtc/rtcp/Cargo.toml
/webrtc/rtcp/src/compound_packet/compound_packet_test.rs
/webrtc/rtcp/src/compound_packet/mod.rs
/webrtc/rtcp/src/extended_report/dlrr.rs
/webrtc/rtcp/src/extended_report/mod.rs
/webrtc/rtcp/src/extended_report/prt.rs
/webrtc/rtcp/src/extended_report/rle.rs
/webrtc/rtcp/src/extended_report/rrt.rs
/webrtc/rtcp/src/extended_report/ssr.rs
/webrtc/rtcp/src/extended_report/unknown.rs
/webrtc/rtcp/src/extended_report/vm.rs
/webrtc/rtcp/src/goodbye/goodbye_test.rs
/webrtc/rtcp/src/goodbye/mod.rs
/webrtc/rtcp/src/header.rs
/webrtc/rtcp/src/packet.rs
/webrtc/rtcp/src/payload_feedbacks/full_intra_request/full_intra_request_test.rs
/webrtc/rtcp/src/payload_feedbacks/full_intra_request/mod.rs
/webrtc/rtcp/src/payload_feedbacks/picture_loss_indication/picture_loss_indication_test.rs
/webrtc/rtcp/src/payload_feedbacks/slice_loss_indication/slice_loss_indication_test.rs
/webrtc/rtcp/src/raw_packet.rs
/webrtc/rtcp/src/receiver_report/mod.rs
/webrtc/rtcp/src/receiver_report/receiver_report_test.rs
/webrtc/rtcp/src/reception_report.rs
/webrtc/rtcp/src/sender_report/mod.rs
/webrtc/rtcp/src/sender_report/sender_report_test.rs
/webrtc/rtcp/src/source_description/mod.rs
/webrtc/rtcp/src/source_description/source_description_test.rs
/webrtc/rtcp/src/transport_feedbacks/rapid_resynchronization_request/rapid_resynchronization_request_test.rs
/webrtc/rtcp/src/transport_feedbacks/transport_layer_cc/mod.rs
/webrtc/rtcp/src/transport_feedbacks/transport_layer_cc/transport_layer_cc_test.rs
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/mod.rs
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/transport_layer_nack_test.rs
/webrtc/rtcp/src/util.rs
/webrtc/rtp/Cargo.toml
/webrtc/rtp/benches/packet_bench.rs
/webrtc/rtp/src/codecs/vp8/vp8_test.rs
/webrtc/rtp/src/codecs/vp9/vp9_test.rs
/webrtc/rtp/src/extension/abs_send_time_extension/abs_send_time_extension_test.rs
/webrtc/rtp/src/extension/video_orientation_extension/mod.rs
/webrtc/rtp/src/packet/mod.rs
/webrtc/rtp/src/packet/packet_test.rs
/webrtc/sctp/CHANGELOG.md
/webrtc/sctp/Cargo.toml
/webrtc/sctp/examples/ping.rs
/webrtc/sctp/examples/pong.rs
/webrtc/sctp/examples/throughput.rs
/webrtc/sctp/fuzz/Cargo.toml
/webrtc/sctp/src/association/association_internal.rs
/webrtc/sctp/src/association/association_internal/association_internal_test.rs
/webrtc/sctp/src/association/association_test.rs
/webrtc/sctp/src/association/mod.rs
/webrtc/sctp/src/chunk/chunk_abort.rs
/webrtc/sctp/src/chunk/chunk_error.rs
/webrtc/sctp/src/chunk/chunk_init.rs
/webrtc/sctp/src/chunk/chunk_payload_data.rs
/webrtc/sctp/src/chunk/chunk_reconfig.rs
/webrtc/sctp/src/chunk/chunk_selective_ack.rs
/webrtc/sctp/src/chunk/chunk_test.rs
/webrtc/sctp/src/chunk/chunk_type.rs
/webrtc/sctp/src/error_cause.rs
/webrtc/sctp/src/packet.rs
/webrtc/sctp/src/param/param_reconfig_response.rs
/webrtc/sctp/src/param/param_requested_hmac_algorithm.rs
/webrtc/sctp/src/param/param_test.rs
/webrtc/sctp/src/param/param_type.rs
/webrtc/sctp/src/queue/payload_queue.rs
/webrtc/sctp/src/queue/queue_test.rs
/webrtc/sctp/src/queue/reassembly_queue.rs
/webrtc/sctp/src/stream/mod.rs
/webrtc/sctp/src/timer/timer_test.rs
/webrtc/sctp/src/util.rs
/webrtc/sdp/Cargo.toml
/webrtc/sdp/fuzz/Cargo.toml
/webrtc/sdp/src/description/description_test.rs
/webrtc/sdp/src/description/media.rs
/webrtc/sdp/src/description/session.rs
/webrtc/sdp/src/direction/mod.rs
/webrtc/sdp/src/extmap/extmap_test.rs
/webrtc/sdp/src/extmap/mod.rs
/webrtc/sdp/src/lexer/mod.rs
/webrtc/sdp/src/util/mod.rs
/webrtc/sdp/src/util/util_test.rs
/webrtc/srtp/Cargo.toml
/webrtc/srtp/src/context/context_test.rs
/webrtc/srtp/src/key_derivation.rs
/webrtc/srtp/src/session/session_rtcp_test.rs
/webrtc/srtp/src/session/session_rtp_test.rs
/webrtc/stun/Cargo.toml
/webrtc/stun/examples/stun_client.rs
/webrtc/stun/examples/stun_decode.rs
/webrtc/stun/src/addr.rs
/webrtc/stun/src/addr/addr_test.rs
/webrtc/stun/src/attributes.rs
/webrtc/stun/src/attributes/attributes_test.rs
/webrtc/stun/src/integrity/integrity_test.rs
/webrtc/stun/src/message.rs
/webrtc/stun/src/message/message_test.rs
/webrtc/stun/src/textattrs.rs
/webrtc/stun/src/textattrs/textattrs_test.rs
/webrtc/stun/src/uattrs/uattrs_test.rs
/webrtc/stun/src/uri/uri_test.rs
/webrtc/stun/src/xoraddr.rs
/webrtc/stun/src/xoraddr/xoraddr_test.rs
/webrtc/turn/Cargo.toml
/webrtc/turn/examples/turn_client_udp.rs
/webrtc/turn/examples/turn_server_udp.rs
/webrtc/turn/src/allocation/allocation_manager/allocation_manager_test.rs
/webrtc/turn/src/allocation/five_tuple/five_tuple_test.rs
/webrtc/turn/src/auth/auth_test.rs
/webrtc/turn/src/auth/mod.rs
/webrtc/turn/src/client/client_test.rs
/webrtc/turn/src/client/relay_conn.rs
/webrtc/turn/src/proto/addr/addr_test.rs
/webrtc/turn/src/proto/chandata/chandata_test.rs
/webrtc/turn/src/proto/channum/channnum_test.rs
/webrtc/turn/src/proto/data/data_test.rs
/webrtc/turn/src/proto/evenport/evenport_test.rs
/webrtc/turn/src/proto/lifetime/lifetime_test.rs
/webrtc/turn/src/proto/mod.rs
/webrtc/turn/src/proto/reqfamily.rs
/webrtc/turn/src/proto/reqfamily/reqfamily_test.rs
/webrtc/turn/src/proto/reqtrans/reqtrans_test.rs
/webrtc/turn/src/proto/rsrvtoken/rsrvtoken_test.rs
/webrtc/turn/src/server/request/request_test.rs
/webrtc/turn/src/server/server_test.rs
/webrtc/util/Cargo.toml
/webrtc/util/examples/display-interfaces.rs
/webrtc/util/src/buffer/buffer_test.rs
/webrtc/util/src/conn/conn_bridge_test.rs
/webrtc/util/src/conn/conn_test.rs
/webrtc/util/src/conn/conn_udp_listener_test.rs
/webrtc/util/src/fixed_big_int/mod.rs
/webrtc/util/src/marshal/mod.rs
/webrtc/util/src/replay_detector/replay_detector_test.rs
/webrtc/util/src/vnet/nat.rs
/webrtc/util/src/vnet/net/net_test.rs
/webrtc/util/src/vnet/router.rs
/webrtc/util/src/vnet/router/router_test.rs
/webrtc/webrtc/CHANGELOG.md
/webrtc/webrtc/Cargo.toml
/webrtc/webrtc/src/api/media_engine/media_engine_test.rs
/webrtc/webrtc/src/api/mod.rs
/webrtc/webrtc/src/api/setting_engine/setting_engine_test.rs
/webrtc/webrtc/src/data_channel/data_channel_state.rs
/webrtc/webrtc/src/data_channel/data_channel_test.rs
/webrtc/webrtc/src/dtls_transport/dtls_role.rs
/webrtc/webrtc/src/dtls_transport/dtls_transport_state.rs
/webrtc/webrtc/src/dtls_transport/mod.rs
/webrtc/webrtc/src/ice_transport/ice_candidate.rs
/webrtc/webrtc/src/ice_transport/ice_candidate_pair.rs
/webrtc/webrtc/src/ice_transport/ice_candidate_type.rs
/webrtc/webrtc/src/ice_transport/ice_connection_state.rs
/webrtc/webrtc/src/ice_transport/ice_credential_type.rs
/webrtc/webrtc/src/ice_transport/ice_gatherer_state.rs
/webrtc/webrtc/src/ice_transport/ice_gathering_state.rs
/webrtc/webrtc/src/ice_transport/ice_protocol.rs
/webrtc/webrtc/src/ice_transport/ice_role.rs
/webrtc/webrtc/src/ice_transport/ice_server.rs
/webrtc/webrtc/src/ice_transport/ice_transport_state.rs
/webrtc/webrtc/src/peer_connection/certificate.rs
/webrtc/webrtc/src/peer_connection/mod.rs
/webrtc/webrtc/src/peer_connection/peer_connection_internal.rs
/webrtc/webrtc/src/peer_connection/peer_connection_state.rs
/webrtc/webrtc/src/peer_connection/peer_connection_test.rs
/webrtc/webrtc/src/peer_connection/policy/bundle_policy.rs
/webrtc/webrtc/src/peer_connection/policy/ice_transport_policy.rs
/webrtc/webrtc/src/peer_connection/policy/rtcp_mux_policy.rs
/webrtc/webrtc/src/peer_connection/policy/sdp_semantics.rs
/webrtc/webrtc/src/peer_connection/sdp/mod.rs
/webrtc/webrtc/src/peer_connection/sdp/sdp_test.rs
/webrtc/webrtc/src/peer_connection/sdp/sdp_type.rs
/webrtc/webrtc/src/peer_connection/sdp/session_description.rs
/webrtc/webrtc/src/peer_connection/signaling_state.rs
/webrtc/webrtc/src/rtp_transceiver/fmtp/generic/generic_test.rs
/webrtc/webrtc/src/rtp_transceiver/fmtp/h264/h264_test.rs
/webrtc/webrtc/src/rtp_transceiver/mod.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_codec.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/mod.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/mod.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/rtp_sender_test.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_transceiver_direction.rs
/webrtc/webrtc/src/rtp_transceiver/rtp_transceiver_test.rs
/webrtc/webrtc/src/sctp_transport/sctp_transport_state.rs
/webrtc/webrtc/src/sctp_transport/sctp_transport_test.rs
/webrtc/webrtc/src/track/track_local/track_local_static_test.rs
/webrtc/webrtc/src/track/track_remote/mod.rs
4cd47d1804-Jan-2023 Vincent Esche <[email protected]>

Change example code for converting private keys (EC -> PKCS8) from Go to Rust

0186b0a503-Jan-2023 Vincent Esche <[email protected]>

Add missing newlines in 'README.md' files

7690dbd003-Jan-2023 Vincent Esche <[email protected]>

Remove hard tabs from code snippet in 'README.md' file

23f41ab903-Jan-2023 Vincent Esche <[email protected]>

Add language specifiers for markdown code blocks

c910331203-Jan-2023 Vincent Esche <[email protected]>

Remove trailing spaces in 'README.md' files


/webrtc/.github/workflows/cargo.yml
/webrtc/README.md
/webrtc/constraints/CHANGELOG.md
/webrtc/constraints/Cargo.toml
/webrtc/constraints/README.md
/webrtc/constraints/examples/json.rs
/webrtc/constraints/examples/macros.rs
/webrtc/constraints/examples/native.rs
/webrtc/constraints/src/algorithms/fitness_distance.rs
/webrtc/constraints/src/algorithms/fitness_distance/empty_constraint.rs
/webrtc/constraints/src/algorithms/fitness_distance/setting.rs
/webrtc/constraints/src/algorithms/fitness_distance/settings.rs
/webrtc/constraints/src/algorithms/fitness_distance/value_constraint.rs
/webrtc/constraints/src/algorithms/fitness_distance/value_constraint/tests/bool.rs
/webrtc/constraints/src/algorithms/fitness_distance/value_range_constraint.rs
/webrtc/constraints/src/algorithms/fitness_distance/value_sequence_constraint.rs
/webrtc/constraints/src/algorithms/select_settings.rs
/webrtc/constraints/src/algorithms/select_settings/apply_advanced.rs
/webrtc/constraints/src/algorithms/select_settings/apply_mandatory.rs
/webrtc/constraints/src/algorithms/select_settings/tests.rs
/webrtc/constraints/src/algorithms/select_settings/tie_breaking.rs
/webrtc/constraints/src/capabilities/track.rs
/webrtc/constraints/src/capability.rs
/webrtc/constraints/src/constraint.rs
/webrtc/constraints/src/constraint/value.rs
/webrtc/constraints/src/constraint/value_range.rs
/webrtc/constraints/src/constraint/value_sequence.rs
/webrtc/constraints/src/constraints/mandatory.rs
/webrtc/constraints/src/constraints/track.rs
/webrtc/constraints/src/enumerations.rs
/webrtc/constraints/src/errors.rs
/webrtc/constraints/src/lib.rs
/webrtc/constraints/src/macros.rs
/webrtc/constraints/src/property.rs
/webrtc/constraints/src/setting.rs
/webrtc/constraints/src/settings/track.rs
/webrtc/constraints/src/supported_constraints.rs
/webrtc/constraints/tests/w3c_spec_examples.rs
/webrtc/data/README.md
/webrtc/doc/AVStack.jpg
README.md
/webrtc/examples/README.md
/webrtc/examples/examples/data-channels-flow-control/README.md
/webrtc/ice/CHANGELOG.md
/webrtc/ice/README.md
/webrtc/interceptor/README.md
/webrtc/interceptor/src/report/receiver/receiver_test.rs
/webrtc/interceptor/src/twcc/sender/sender_test.rs
/webrtc/mdns/README.md
/webrtc/media/README.md
/webrtc/rtcp/README.md
/webrtc/rtcp/src/reception_report.rs
/webrtc/rtp/README.md
/webrtc/sctp/README.md
/webrtc/sctp/examples/throughput.rs
/webrtc/sctp/src/association/association_test.rs
/webrtc/sdp/README.md
/webrtc/srtp/README.md
/webrtc/stun/README.md
/webrtc/turn/README.md
/webrtc/util/README.md
0283fb3404-Jan-2023 Vincent Esche <[email protected]>

Resolve change-requests from code review

c19675fc03-Jan-2023 Vincent Esche <[email protected]>

Silence `clippy::type_complexity` warning in tests

5b6b0d6003-Jan-2023 Vincent Esche <[email protected]>

Simplify initialization of types with `Default::default()`, followed by field assignment in tests

4ee96d0c03-Jan-2023 Vincent Esche <[email protected]>

Replace `Box::new(T::default())` with `Box::<T>::default()`

344ddfe303-Jan-2023 Vincent Esche <[email protected]>

Replace single-arm match with if-let

785fc35e03-Jan-2023 Vincent Esche <[email protected]>

Remove unreachable code

3f36d5ac03-Jan-2023 Vincent Esche <[email protected]>

Replace `assert_eq!(<bool>, true)` with `assert!(<bool>)` and `assert_eq!(<bool>, false)` with `assert!(!<bool>)`

123