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
fix unit tests
f2e2caf13be9708a0db5529b1c4b872cd1d4d9dc authored over 3 years ago
f2e2caf13be9708a0db5529b1c4b872cd1d4d9dc authored over 3 years ago
upgrade to v0.3.4
5039a4c0753e1ff07912001f7603dd0582ea248c authored over 3 years ago
5039a4c0753e1ff07912001f7603dd0582ea248c authored over 3 years ago
Merge pull request #13 from algesten/close
close util::Conn when ice candidate is closed
b8276abd1feb4e5a8761e14ae2d85ef94995bcb9 authored over 3 years ago
close util::Conn when ice candidate is closed
Relates to webrtc-rs/webrtc#76
4d9057d6aaa0a20e9342768ddf91c215caf5bb41 authored over 3 years ago
upgrade to v0.3.3
b220a3e4ada485d4b4d2e88a158c57ca45f18b99 authored over 3 years ago
b220a3e4ada485d4b4d2e88a158c57ca45f18b99 authored over 3 years ago
refactoring unmarshal_candidate
79c82176ba1838f53e892ae830dc950d85e1c2d2 authored over 3 years ago
79c82176ba1838f53e892ae830dc950d85e1c2d2 authored over 3 years ago
update deps and upgrade to v0.3.2
874e625b0b2f5b58d244c2132b8d64e9043752a2 authored over 3 years ago
874e625b0b2f5b58d244c2132b8d64e9043752a2 authored over 3 years ago
Merge pull request #11 from pheki/document-cancel-rx
Document cancel_rx behavior on Agent::dial and Agent::accept
3a3287d0389ba7f8ebbe80212d834584d436b717 authored over 3 years ago
document cancel_rx behavior on Agent::dial and Agent::accept
10061dfe5eab8523ab3852daa003a9b2532f9067 authored over 3 years ago
10061dfe5eab8523ab3852daa003a9b2532f9067 authored over 3 years ago
add generate_crypto_random_string and upgrade to v0.3.1
f4e3415c5d9477f63647cda4e3263a0d50b43fad authored over 3 years ago
f4e3415c5d9477f63647cda4e3263a0d50b43fad authored over 3 years ago
update dep and self to v0.3.0
69d9d58b22e5f3255bf14f36e33aebefdd1d2ddd authored over 3 years ago
69d9d58b22e5f3255bf14f36e33aebefdd1d2ddd authored over 3 years ago
update dep and upgrade self to v0.2.4
e254905f4429b5dc9baf131545ccd07e2f43bb20 authored over 3 years ago
e254905f4429b5dc9baf131545ccd07e2f43bb20 authored over 3 years ago
update github action names
3379e5d843d21181b60faa718eaddb0e1e9940bf authored over 3 years ago
3379e5d843d21181b60faa718eaddb0e1e9940bf authored over 3 years ago
change licensing from MIT to dual MIT/Apache 2.0
6e6d40d0ed36c0df74d87dd7d4c5fc063352844b authored over 3 years ago
6e6d40d0ed36c0df74d87dd7d4c5fc063352844b authored over 3 years ago
update deps and upgrade self to v0.2.3
824de696256baf2c6d2011af7fc1514e41cee971 authored over 3 years ago
824de696256baf2c6d2011af7fc1514e41cee971 authored over 3 years ago
update deps and upgrade self to v0.2.2
c4dd6d25422d07dd5850c8366554f7a2b6e62d79 authored over 3 years ago
c4dd6d25422d07dd5850c8366554f7a2b6e62d79 authored over 3 years ago
refactoring Error and upgrade to v0.2.1
46141a4ca4471b4d32025b4af33c0c20fdadc88c authored over 3 years ago
46141a4ca4471b4d32025b4af33c0c20fdadc88c authored over 3 years ago
refactor Error::equal
6b58382a987466bc6eb002e3d608d12dc7119fe6 authored over 3 years ago
6b58382a987466bc6eb002e3d608d12dc7119fe6 authored over 3 years ago
upgrade to v0.2.0
4341bf56174dbff5135f70f5f267071edda27f58 authored over 3 years ago
4341bf56174dbff5135f70f5f267071edda27f58 authored over 3 years ago
refactoring error handling with thiserror + anyhow
5332a6ea838bf4e87e8ee9f5e8c86cc488e4822d authored over 3 years ago
5332a6ea838bf4e87e8ee9f5e8c86cc488e4822d authored over 3 years ago
fix OnSelectedCandidatePairChangeHdlrFn to Arc
ecc5fc23c55a23b205005618e5646f059b0184ca authored over 3 years ago
ecc5fc23c55a23b205005618e5646f059b0184ca authored over 3 years ago
upgrade to v0.1.8
e858165aa54747c05954f6fd61a46d54a08022c3 authored over 3 years ago
e858165aa54747c05954f6fd61a46d54a08022c3 authored over 3 years ago
make AgentConn public
12d897a08db9a2eb281d0bbf6e68385641c82fe7 authored over 3 years ago
12d897a08db9a2eb281d0bbf6e68385641c82fe7 authored over 3 years ago
Merge pull request #9 from laizy/main
remove defer to simplify waitgroup usage
b1d5c9eb50367c6cbe41fb9f69d948701fdcf4b7 authored over 3 years ago
remove defer to simplify waitgroup usage
f4e4925b961eea96febf318d6af5eae562e5ea90 authored over 3 years ago
f4e4925b961eea96febf318d6af5eae562e5ea90 authored over 3 years ago
upgrade to v0.1.7
make agent_internal public
c3f9881f0e0a3797bd20a104bfeb0b5a1bc961ef authored over 3 years ago
Merge pull request #8 from u-03c9/main
fixing some of clippy's issues + converting comments to doc comments
86f59f7098cc969c50d1f16ea0c1237a4bfb50b0 authored over 3 years ago
fixing some of clippy's issues + converting comments to doc comments
655034bf6efe53a85667a5af2bc2f84dfaf1e847 authored over 3 years ago
655034bf6efe53a85667a5af2bc2f84dfaf1e847 authored over 3 years ago
Merge pull request #7 from u-03c9/main
Fix some warnings
bfa2f24b66894dda11f15846f4219c767af56bcc authored over 3 years ago
Fix some warnings
134d3be2f4cea60ef75f07c078391f4fb6470225 authored over 3 years ago
134d3be2f4cea60ef75f07c078391f4fb6470225 authored over 3 years ago
Add codecov token
9e8c0a81147ba06d9926c8dafe4434f7cc736e53 authored over 3 years ago
9e8c0a81147ba06d9926c8dafe4434f7cc736e53 authored over 3 years ago
Merge pull request #6 from u-03c9/main
Replace crc32fast with crc
c619f9ea67b6fd6f60b90148c52c023c381524a0 authored over 3 years ago
Replace crc32fast with crc
1311fb5b6191aaade51854b34701235b5753e40f authored over 3 years ago
1311fb5b6191aaade51854b34701235b5753e40f authored over 3 years ago
update deps and self to v0.1.6
8286056eae7bef40185652e98364df959c04e2d1 authored over 3 years ago
8286056eae7bef40185652e98364df959c04e2d1 authored over 3 years ago
update deps and self to v0.1.5
caee360399c6f4ac1d65a8ea7d00b0f362c3cb0d authored over 3 years ago
caee360399c6f4ac1d65a8ea7d00b0f362c3cb0d authored over 3 years ago
update github action's toolchain to v1.52.1
7f1b59b1a84b259c37569c8feb24f192cf4d9334 authored over 3 years ago
7f1b59b1a84b259c37569c8feb24f192cf4d9334 authored over 3 years ago
fix clippy warning for rust version 1.52.1
f3cba7ac550fff1e767742847bddbf499d509512 authored over 3 years ago
f3cba7ac550fff1e767742847bddbf499d509512 authored over 3 years ago
Update mdns_test.rs
ad946c5ec315867ca04e07922e6f307c75a6a2a2 authored over 3 years ago
ad946c5ec315867ca04e07922e6f307c75a6a2a2 authored over 3 years ago
Update mod.rs
ebdc397a6a125c32c07105f5fb0eb2840d58d8d6 authored over 3 years ago
ebdc397a6a125c32c07105f5fb0eb2840d58d8d6 authored over 3 years ago
update dep mdns v0.2.7 and upgrade ice to v0.1.4
2ca5fcce7d557fdc95ca74371461aaa674beab22 authored over 3 years ago
2ca5fcce7d557fdc95ca74371461aaa674beab22 authored over 3 years ago
update deps mdns/stun/turn version and upgrade to v0.1.3
2a5c71c1e69a04540406244a33c030b2e30486c7 authored almost 4 years ago
2a5c71c1e69a04540406244a33c030b2e30486c7 authored almost 4 years ago
update deps util to v0.1.18
4b5876fd9b712597067c51cd0f8d7f4861315bac authored almost 4 years ago
4b5876fd9b712597067c51cd0f8d7f4861315bac authored almost 4 years ago
update deps stun/turn version and upgrade to v0.1.2
3b627c518934a86637f58617428f76c2fb5cce88 authored almost 4 years ago
3b627c518934a86637f58617428f76c2fb5cce88 authored almost 4 years ago
Update Cargo.toml
e2c7c66c9f940c4941306375cc1ecdbaee8e387a authored almost 4 years ago
e2c7c66c9f940c4941306375cc1ecdbaee8e387a authored almost 4 years ago
upgade to use crate turn dep
672623f97efe9b3f3f7f800caf200668ed5dbd7d authored almost 4 years ago
672623f97efe9b3f3f7f800caf200668ed5dbd7d authored almost 4 years ago
upgrade to v0.1.1
8c7a8356e316f2314f958888cc2e6d84d51293f0 authored almost 4 years ago
8c7a8356e316f2314f958888cc2e6d84d51293f0 authored almost 4 years ago
refactoring OnCandidateHdlrFn callback to async callback
f0764e428b5ec4fc75a2d58681be918138af051b authored almost 4 years ago
f0764e428b5ec4fc75a2d58681be918138af051b authored almost 4 years ago
refactoring OnSelectedCandidatePairChangeHdlrFn callback to async callback
71f8aec683f68bb1035240752e8df1cda8fb1814 authored almost 4 years ago
71f8aec683f68bb1035240752e8df1cda8fb1814 authored almost 4 years ago
refactoring on_connection_state_change callback to async callback
5086213689e1917361d7759e7cd9ac1fca5bcc13 authored almost 4 years ago
5086213689e1917361d7759e7cd9ac1fca5bcc13 authored almost 4 years ago
make first public release v0.1.0
9eec92e58bf3b70596f6f5a25660c0db38d28ce5 authored almost 4 years ago
9eec92e58bf3b70596f6f5a25660c0db38d28ce5 authored almost 4 years ago
refactoring unmarshal_remote_candidate and complete ping_pong example
67b9cd5306963ed523fe25738ec2587ef100b7db authored almost 4 years ago
67b9cd5306963ed523fe25738ec2587ef100b7db authored almost 4 years ago
use hyper as http server/client for ping_pong demo
dbfb0d428dcd716ade3eacd3f05d9f993666ce5c authored almost 4 years ago
dbfb0d428dcd716ade3eacd3f05d9f993666ce5c authored almost 4 years ago
split test_agent_restart into multiple sub-tests
66f0d32f55b6f6db96c1a9987d0077fb0b173c33 authored almost 4 years ago
66f0d32f55b6f6db96c1a9987d0077fb0b173c33 authored almost 4 years ago
complete agent_test.rs
88a8946d4fbf598ecf459635a5a5446e3f1448c1 authored almost 4 years ago
88a8946d4fbf598ecf459635a5a5446e3f1448c1 authored almost 4 years ago
Fix clippy warning
d8ed096777ca03944e992fef10d725ffc05ff708 authored almost 4 years ago
d8ed096777ca03944e992fef10d725ffc05ff708 authored almost 4 years ago
fix more close issues
554227441bd29116da1a6dbfcd7dff13c457a93c authored almost 4 years ago
554227441bd29116da1a6dbfcd7dff13c457a93c authored almost 4 years ago
fix chan drop and update_connection_state for Closed
72566338d7c146b00039677784a48316b85dd6ad authored almost 4 years ago
72566338d7c146b00039677784a48316b85dd6ad authored almost 4 years ago
add more tests in agent_test.rs
4c53d0c8cf31c97408ea799eb777799c5c8d37f9 authored almost 4 years ago
4c53d0c8cf31c97408ea799eb777799c5c8d37f9 authored almost 4 years ago
add agent_transport_test.rs
8d2bd57a9f046b49e83a497b35438e7905eeb74c authored almost 4 years ago
8d2bd57a9f046b49e83a497b35438e7905eeb74c authored almost 4 years ago
clear up unnecessary Arc<>
f356fec339b692bcb228df58e0d78b6d31fdefc2 authored almost 4 years ago
f356fec339b692bcb228df58e0d78b6d31fdefc2 authored almost 4 years ago
add candidate_test.rs
9854a7d454a78fd8ebca150edeb3b39c1f934038 authored almost 4 years ago
9854a7d454a78fd8ebca150edeb3b39c1f934038 authored almost 4 years ago
add candidate_server_reflexive_test.rs
a69ad33a0385fc5db14ee333c97847068478c41c authored almost 4 years ago
a69ad33a0385fc5db14ee333c97847068478c41c authored almost 4 years ago
add candidate_relay_test.rs
4d7f8c2606841dcc0c1046a25a4a934aae1615f0 authored almost 4 years ago
4d7f8c2606841dcc0c1046a25a4a934aae1615f0 authored almost 4 years ago
disable mdns_test for non-linux platforms
a251e943950906772f57b4b117d650ec12aeeba3 authored almost 4 years ago
a251e943950906772f57b4b117d650ec12aeeba3 authored almost 4 years ago
add candidate_pair_test.rs
b16f36a5d9785a482b747791ab5ebcc729861ba5 authored almost 4 years ago
b16f36a5d9785a482b747791ab5ebcc729861ba5 authored almost 4 years ago
add state_test.rs
cebf3ae26a8ba2ad588da035c27c13316c56a4d0 authored almost 4 years ago
cebf3ae26a8ba2ad588da035c27c13316c56a4d0 authored almost 4 years ago
complete mdns_test.rs
695d9711c0a5ed78fbe910bac826c8e86f7e85ff authored almost 4 years ago
695d9711c0a5ed78fbe910bac826c8e86f7e85ff authored almost 4 years ago
add agent_gather_vent_test.rs
c634c9d6d7884fcaea6608a7f98f2205beefed56 authored almost 4 years ago
c634c9d6d7884fcaea6608a7f98f2205beefed56 authored almost 4 years ago
refactoring code by extracting common code
9aaaef2928748380a90a4dcb479effcbc01d33bb authored almost 4 years ago
9aaaef2928748380a90a4dcb479effcbc01d33bb authored almost 4 years ago
refactoring Candidate trait with async addr() and set_ip()
2544937ada5190ff58424a45c7a818f37e843652 authored almost 4 years ago
2544937ada5190ff58424a45c7a818f37e843652 authored almost 4 years ago
refactoring code from Arc<Mutex<impl Conn>> to Arc<impl Conn> to fix deadlock issue
6688fde43011f06c905984ff587d3c995871f0e2 authored almost 4 years ago
6688fde43011f06c905984ff587d3c995871f0e2 authored almost 4 years ago
add test_disconnected_to_connected
afebe681c308f17832a4ff7b78af284757ae2299 authored almost 4 years ago
afebe681c308f17832a4ff7b78af284757ae2299 authored almost 4 years ago
pass all test_connectivity_vnet tests
ee71400023e2d72b2057834ff29f3991a4a70956 authored almost 4 years ago
ee71400023e2d72b2057834ff29f3991a4a70956 authored almost 4 years ago
fix transactionId by using new() rand value, instead of default() zero value
474fc06a351cdb87163effc58cdcc4ba9a74d249 authored almost 4 years ago
474fc06a351cdb87163effc58cdcc4ba9a74d249 authored almost 4 years ago
pass first agent_vnet_test
3e8c5f37e3bba43d866ef00cb3107be5dc351005 authored almost 4 years ago
3e8c5f37e3bba43d866ef00cb3107be5dc351005 authored almost 4 years ago
add agent_vnet_test.rs
67062d34a925a4faa92c38e49dc3542da4f82435 authored almost 4 years ago
67062d34a925a4faa92c38e49dc3542da4f82435 authored almost 4 years ago
add vnet in test_connectivity_lite and test_connectivity_on_startup (WIP)
f3f477504617981c6bf6f6de460d566e9cb86f56 authored almost 4 years ago
f3f477504617981c6bf6f6de460d566e9cb86f56 authored almost 4 years ago
update turn with VNet support
2bb77642eb1695470c850245a22dcbdf19ba0923 authored almost 4 years ago
2bb77642eb1695470c850245a22dcbdf19ba0923 authored almost 4 years ago
upgrade dependent util to v0.1.12 and make changes to use Arc<Net>, instead of Arc<Mutex<Net>>
dcf3ad8cbb928342c834a862cb8ce5bec63fb6bd authored almost 4 years ago
dcf3ad8cbb928342c834a862cb8ce5bec63fb6bd authored almost 4 years ago
add virtual net support
5b5edd06b69e544b84d11cff27540f0fafbd8822 authored almost 4 years ago
5b5edd06b69e544b84d11cff27540f0fafbd8822 authored almost 4 years ago
update dep util to v0.1.9 and enable windows build
cc762149e7d1f51ff54220a17047ee9a136f88ae authored almost 4 years ago
cc762149e7d1f51ff54220a17047ee9a136f88ae authored almost 4 years ago
disable windows-latest temporally for Actions
ef1e088161992be0a390180a549ef840948ad9c0 authored almost 4 years ago
ef1e088161992be0a390180a549ef840948ad9c0 authored almost 4 years ago
update mdns/turn deps
b24e035e990b81a03114b16828626eb46ed6e52f authored almost 4 years ago
b24e035e990b81a03114b16828626eb46ed6e52f authored almost 4 years ago
replace ifaces crate with util::ifaces
e56cb56ca0320fac367c774d4a0ac60d17d1bd4c authored almost 4 years ago
e56cb56ca0320fac367c774d4a0ac60d17d1bd4c authored almost 4 years ago
remove git rev # for ifaces
e3e5c095efe40fb42a2556de9265222c2832c9c5 authored almost 4 years ago
e3e5c095efe40fb42a2556de9265222c2832c9c5 authored almost 4 years ago
replace crate ifaces with git repo rust-interfaces
59b18b98a570186cbb555da6f086e75d58f3fd5b authored almost 4 years ago
59b18b98a570186cbb555da6f086e75d58f3fd5b authored almost 4 years ago
add mac/win run for github actions
1fa3264d66955c232cde4e05532ef81b75b17c95 authored almost 4 years ago
1fa3264d66955c232cde4e05532ef81b75b17c95 authored almost 4 years ago
finish agent_internal
7fec705ae19d582e8ec2f661956b4be838d88fa4 authored almost 4 years ago
7fec705ae19d582e8ec2f661956b4be838d88fa4 authored almost 4 years ago
fix test_random_generator_collision with tokio::sync::Mutex
c77cedb6858cd05a4366f61dff55851e53190918 authored almost 4 years ago
c77cedb6858cd05a4366f61dff55851e53190918 authored almost 4 years ago
use waitgroup and defer in tests
807ad83fc2cab6ceec4ef3874702885653327935 authored almost 4 years ago
807ad83fc2cab6ceec4ef3874702885653327935 authored almost 4 years ago
add unmarshal_remote_candidate
da65e3a4761b95eef72c702118ef7a8a6672cd8f authored almost 4 years ago
da65e3a4761b95eef72c702118ef7a8a6672cd8f authored almost 4 years ago
finish candidate
f706be60e0378c3f1b5fbc8785bd551b9d6b483d authored almost 4 years ago
f706be60e0378c3f1b5fbc8785bd551b9d6b483d authored almost 4 years ago
move mdns_conn to Agent
33fb48967c4ba12ba101c669358e9297e4c4f991 authored almost 4 years ago
33fb48967c4ba12ba101c669358e9297e4c4f991 authored almost 4 years ago
rename package name to webrtc-ice
7de634d28fce101655d16ad40ce077ee47327fc7 authored almost 4 years ago
7de634d28fce101655d16ad40ce077ee47327fc7 authored almost 4 years ago
add connectivity_check (WIP)
f89c8a2cd5d6e16199788b98a1098172d451f363 authored almost 4 years ago
f89c8a2cd5d6e16199788b98a1098172d451f363 authored almost 4 years ago
finish agent mod
e39f354e14228819efcf205bb0de920eb0395dd6 authored almost 4 years ago
e39f354e14228819efcf205bb0de920eb0395dd6 authored almost 4 years ago
finish agent_gather
d3cad807e30dcb6adf41ffc921398c9b068331ff authored almost 4 years ago
d3cad807e30dcb6adf41ffc921398c9b068331ff authored almost 4 years ago
add gather_candidates(WIP)
31d4fcb61011cac8f8da4f691c3afce45c191c0f authored almost 4 years ago
31d4fcb61011cac8f8da4f691c3afce45c191c0f authored almost 4 years ago
add gather_candidates_local (WIP)
bccce5172792783e2dd6a77a85b512040ee25809 authored almost 4 years ago
bccce5172792783e2dd6a77a85b512040ee25809 authored almost 4 years ago
add gather_candidates_srflx/etc (WIP)
bc84d85c99933d5acd7087bbfa4f6a4697373e73 authored almost 4 years ago
bc84d85c99933d5acd7087bbfa4f6a4697373e73 authored almost 4 years ago