Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webrtc-rs/ice

A pure Rust implementation of ICE
https://github.com/webrtc-rs/ice

Merge pull request #36 from webrtc-rs/chore/add-crate-move-notice

Add notice about crate moving to monorepo

7988c4028679ee2deb824382a8b9cb7fa7327f30 authored over 2 years ago
Add notice about crate moving to monorepo

a6767b6fea5ef487306d9492b1b6647edac984c8 authored over 2 years ago
Bump version to 0.7.1

bf0679957e461a21eda3fc363bd9ae5471d4a7ff authored over 2 years ago
.github: test min rust version (#35)

0365dbc3ac739495570de8a69f7e8020a70de4a2 authored over 2 years ago
update deps + loosen some requirements (#34)

* update deps + loosen some requirements

rules:
- for crates that are below v1.0 -> specify ...

926460d4e1b6026648afeabbc038a8bb9ebcbe70 authored over 2 years ago
Update version to 0.7.0

d86f864dde28644f1322aa330e5c18ebbb068c6a authored over 2 years ago
udp_mux: fix some clippy warnings (#33)

882d1af495659052eb0e8f11409b40a6586dc12d authored over 2 years ago
udp_mux: expose UDPMuxConn and UDPMuxConnParams (#32)

* add UDPMuxWriter trait
* change udp_mux field's type to Weak

This PR exposes UDPMuxConn an...

47af4b940762ae77ba6726a82aa285a07c3d47ba authored over 2 years ago
Merge pull request #30 from sax/get-conn-stats-from-agent

Agent can get_bytes_received and get_bytes_sent

118371ae4622a64dcf1d1000d7683c9630f7a124 authored over 2 years ago
Agent can get_bytes_received and get_bytes_sent

0095b6f85f01e9f8d0de9f30622100c85810e617 authored over 2 years ago
Update version to 0.6.7-beta.0

8a41f856b73fcceb1c12bac08eff2d877579db82 authored over 2 years ago
Merge pull request #29 from webrtc-rs/disable-failing-windows-test

Disable test that started failing on windows

efaaa18cfede68e47fd0ce0e67458e362ff1a7f7 authored over 2 years ago
Disable test that started failing on windows

This test started failing, seemingly, due to something external
changing. Making a branch from t...

bdf7eed8a5660a7e26752a3791b3b3bf1750cdc4 authored over 2 years ago
Merge pull request #25 from sax/serialize-enums

Serializers for CandidateType, CandidatePairState, NetworkType

73f4e28a580c01a89e0ce146eb13f3abbb74f244 authored over 2 years ago
Fix cargo clippy

3a986fb122d75f12d41eac96f66d11a87d963fb2 authored over 2 years ago
Cargo fmt

3c9b103cee6cac01d9c7ef5ce92fe4f8455b013d authored over 2 years ago
Serializers for CandidateType, CandidatePairState, NetworkType

2233314e98bb4ab9a1c9b9942cd63bbaf0ab68cf authored over 2 years ago
Merge pull request #24 from Silvea12/patch-1

Removed incorrect content-type from ping_pong example

ebe9ee00cdf74bfe88cc4800c46a98ebd1ccde64 authored almost 3 years ago
Removed incorrect content-type from ping_pong example

ce55c3a066ab461c3e74f0d5ac6f1209205e79bc authored almost 3 years ago
update turn deps and bump to v0.6.6

92cc698a3dc6da459f3bf3789fd046c2dffdf107 authored about 3 years ago
bump to v0.6.5

1411dfc9d5bb4a16897463554ee9715a25e6e463 authored about 3 years ago
Merge pull request #22 from k0nserv/stop-mux-loop

Prevent UDP mux from removing connections

ebdf3e3b6f431f0e5e59ca0be9f61d563743fb45 authored about 3 years ago
Prevent UDP mux from removing connections

UDP mux can get into a loop where it repeatedly removes and adds the
address because:

1. We add...

3ae6887de6d1fef53052e9ba218fbf429a7610b7 authored about 3 years ago
update deps and upgrade self to v0.6.4

067bb2456ad8b933cebf8ad23340e17e81a83f8f authored about 3 years ago
upgrade to v0.6.3

e7051bf2d43cada168bdb86ecaeef4ab4406c55e authored about 3 years ago
Merge pull request #21 from k0nserv/fix-udp-mux-conn-close

Fix closing connection for UDP mux

01c58d8897fbf1d2d80a4f4fc44a52f434da0291 authored about 3 years ago
Fix closing connection for UDP mux

When a connection has been closed it seems like upstream code relies on
an IoError being returne...

8d46824693bae88c7ea75a0471ad31e7c74a4234 authored about 3 years ago
update deps and upgrade self v0.6.2

36a9b0da95ddfbcd8daa95f0eb8040cd777e264b authored about 3 years ago
add cancellation

ab8de954b97b9a21a383b3cfa25adc86a65062f6 authored about 3 years ago
upgrade to v0.6.1

fff902e6f309188da174534fda01485c4cd46687 authored about 3 years ago
Merge pull request #20 from k0nserv/add-port-range-validation

Add validation for Ephemeral UDP port range

8fac8da8a48d345ebdc9f2926f649bb805a4119b authored about 3 years ago
Add validation for Ephemeral UDP port range

8466d7dfde99d2486d17975a2131b1749aca632e authored about 3 years ago
upgrade to v0.6.0

a7e41574f383c3fd7dc159e6b3d855f35a77bb59 authored about 3 years ago
Merge pull request #16 from k0nserv/udp-mux

UDP Mux support

94b34eb04fd1ffbb91c1b1bb5d003c440ad0b322 authored about 3 years ago
Re-enable IPv6 dual stack tests on unix

ffd308fe807d17dc8bb0ee2e8cd10424592b21cb authored over 3 years ago
Remove redundant TODO

d61ea24a26fc53b4b8363bed1f6558ebcf0095c4 authored over 3 years ago
Address review comments

9beb3e1f4587b572f20aa6455b45bacc61046c1a authored over 3 years ago
Add TODO for IPv6 dual stack support

ef787e58e67e5cf94649aa51ae5852bf8658da56 authored over 3 years ago
IPv4 only test for Windows

bcb57f9d801b33322481d6f5faaa0a2036855237 authored over 3 years ago
Test alternate bind for Windows

d6e99002b088770daeb6a9efe6611d1cdcd5efec authored over 3 years ago
Improve IPv6 dual stack test

0492a49199fe7885091293c5409a957d8c3811d7 authored over 3 years ago
Implement UDP mux gather test

0e6932a222d0853af80c59ccfb3feba47c84aa8f authored over 3 years ago
Fix tests on Windows

c0d2f1497bd80f52e7f2e6f46573a0f9111c0a0e authored over 3 years ago
Add more test for SocketAddr encoding/decoding

b79fcac8cf492a34b523e20aa178a7e889ee48d5 authored over 3 years ago
Add UDP mux support for ping pong example

54bcb31ca13b3c7ed2b668bd0300f26e13da5626 authored over 3 years ago
Integrate UDP mux with ICE agent

ffab3889483c3ebde2f5db536d30c98d470e1c73 authored over 3 years ago
Array over Vec

204d8c6bd78563ba63c47b3727325e2eefed5f0c authored over 3 years ago
Fix clippy issues

db35f7899c7ecc7e52d1ab956dacd87843b4345f authored over 3 years ago
Tests for UDP mux

f18014758e7bf3e6dc5b0037a71d4fd335e73f6b authored over 3 years ago
Remove redundant self: Arc<Self> usage

960e2c17afa0f7d5a208d240b87f0e33bb3e4148 authored over 3 years ago
Start integrating UDP Mux in ICE Agent

92b67bc3bef0f73e59c0baedc6c2d81d4cb0c02d authored over 3 years ago
WIP UDP Mux

257a4c524ab011765decc67676962b63380f339c authored over 3 years ago
upgrade to v0.5.1

dac5be2b8de3507ce81a6c3ec9eadb3cabda7db2 authored over 3 years ago
refactoring duration_since

31d1c3977dc172a3573b23215105d003eca0e937 authored over 3 years ago
Merge pull request #18 from qbx2/fix-invalidate_pending_binding_requests-panic

Fix invalidate_pending_binding_requests panicking sometimes

41e05c1f882ff4c7546c11ae000c0e4dc04b9a66 authored over 3 years ago
Fix invalidate_pending_binding_requests panicking sometimes

9aab319ac2aba1d84e2d52c682bc1cc388014c01 authored over 3 years ago
Merge pull request #17 from k0nserv/fix-candidate-id

Ensure "+" is used in id generation

99371bb08d820e1250f35dd47f27925e4db7de64 authored over 3 years ago
Ensure "+" is used in id generation

78fc9df5bd11072ec2340b3ba8cae5af41991f2b authored over 3 years ago
upgrade to v0.5.0

7ff710560e239395996ddcdcec3e896c70ac9743 authored over 3 years ago
Merge pull request #15 from algesten/anyhow

Refactor out use of anyhow

a4514964a32bb0d44408b3d402bc57f156fa4a28 authored over 3 years ago
Fix test

415ce139b94c60d74c9a3a08e46094adca21c4f6 authored over 3 years ago
Update deps

e43917e44e41086653e8c5e59e24b5db9087c113 authored over 3 years ago
fix clippy warnings

e025296c44532ef526749456205503eeaa26b0bd authored over 3 years ago
Update cargo.yml

72022eb383200ffc8969615823f5a57b6de5455c authored over 3 years ago
Refactor out use of anyhow

bd267f396ea33c99492bf78cc57411900c582482 authored over 3 years ago
update deps and upgrade to v0.4.1

2e379c828e00aa2b486d1f9f23ef7f64bc794104 authored over 3 years ago
Update README.md

b160400f09500b1523c9b17ed11be7449e284047 authored over 3 years ago
add debug info with controlling/controlled

d7769d44df8982bd99ab0e6e4cb8e80d7bbb4342 authored over 3 years ago
update Cargo.toml license to "MIT/Apache-2.0"

0485e0a4264a994513a2c671a9825c24549cd461 authored over 3 years ago
Merge pull request #14 from webrtc-rs/v0.4dev

V0.4dev

ac3432ea513fa1cb1af9bc635e77165e867de879 authored over 3 years ago
upgrade to v0.4.0

532cec6b994dc5c7fb91c39dd5ab69fe967dce79 authored over 3 years ago
add multicast_dns_dest_addr in config

3f82f24161a42283bb174de2e5cab3f81fa2ea40 authored over 3 years ago
clean debug log

14732fbfe154a6fc99a44f988ba450420caa1244 authored over 3 years ago
pass all Arc<AgentInternal> unit tests

879aed9dbc0438761292043f0f9975a27a0fb15b authored over 3 years ago
change Arc<Mutex<>> to Arc<> for agent_internal

93064faadf09ec3f9b080c45f4d314d51ff0e67d authored over 3 years ago
pass all ufrag_pwd-related tests

a3f0f09d6e391519c3f5c4197c1fc48b57c5b454 authored over 3 years ago
refactor ufrag_pwd

e80e5c1ded6012ee29c18cb894303262ca3c3b8f authored over 3 years ago
add Mutex to pending_binding_requests

2c7c8241a9d400b42549442384bd3d9b4c1b61f7 authored over 3 years ago
remove unsafe Send/Sync

e11c286d605be71f9c36023126bd0de3c8b022f4 authored over 3 years ago
use AtomicU16 for max_binding_requests

21e3bc5a7bbbcec5b9bb7b4d12ef44ac7d7f857b authored over 3 years ago
add Mutex to started_ch_tx

3795ed9f430ef260bf4e88d5219996e24906707a authored over 3 years ago
use AtomicU8 for connection_state

3c6906484ae2d6fb433323676278d25952d955dc authored over 3 years ago
add Mutex to start_time and nominated_pair

05d01abcb9dfcc55c3654f71254ba14b95527172 authored over 3 years ago
use AtomicBool for is_controlling and is_controlling

fe9fec3a690087394e9228ec84dd37e9894d54ab authored over 3 years ago
use AtomicU64 to tie_breaker

9f99d4e03bbc5061cb4f6f478f1b7a747bd690cf authored over 3 years ago
add Arc<Mutex<>> to hdlrs

a23823f056250e520eabd81f6195ab0d770395ed authored over 3 years ago
add Mutex to chan_state_tx

b6f081c90268a80eb2499a25c5c4724a879c4623 authored over 3 years ago
add Mutex to chan_candidate_pair_tx

58dc96a1ccabda3557cedfbb3657b1e90467fb7b authored over 3 years ago
add Arc<Mutex<>> to chan_candidate_tx

0b9fdc9ec26b3d9014a7fe24486f68af622b3a96 authored over 3 years ago
add mutex to done and force_candidate_contact

5297efe3d9a797149f28afb968d457aab8036fff authored over 3 years ago
add Mutex on on_connected_tx/rx

320f25c2c97dd76e0057e969780f6334c1a40d17 authored over 3 years ago
add agent_internal::new()

662e0ab0b427be476d5b106ed0a5854c94158858 authored over 3 years ago
debug

0dc60648d76850fe3ebba2a97a2e93a63a70bde3 authored over 3 years ago
use DEFAULT_DEST_ADDR as mdns server addr

267a552778ffcecc7fe14fa3c0d1e873a5a8d3cc authored over 3 years ago
upgrade self to v0.3.7

73229e5d5af8803d101229e71654b35996be0aa1 authored over 3 years ago
fix ping_pong example

75ccb14986bf044ea1adbcd3de87083ebe81622a authored over 3 years ago
upgrade to v0.3.6

92626e020978ee68801105c0310fe469c77589f5 authored over 3 years ago
chage unmarshal_candidate input as str

4a1b1a7243464cb73a7f1438f0bf54038edf3e7c authored over 3 years ago
Update cargo.yml

6a1c6299a690bb5b9cf241b38e9263dc585f14fc authored over 3 years ago
upgrade to v0.3.5

490d0df8d9ebe0ce2480cb72c4428115d0a687e2 authored over 3 years ago