Ecosyste.ms: OpenCollective

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

github.com/webrtc-rs/sctp-proto

SCTP in Rust with Sans-IO
https://github.com/webrtc-rs/sctp-proto

add timer handling

d705437f6ac28c1eae32d85abfa6949cb53ed09f authored about 3 years ago
refactor Instant::now

73c42925b76bf5c05af236b4b7a04be39b68efb7 authored about 3 years ago
pass queue_test

ed2548e7faede52804c9d54e3e0e2dd846db1e44 authored about 3 years ago
remove atomic and move gather_outbound from async to proto

d0a754e8c1499d568509d278846e908f84f45d8a authored about 3 years ago
add handle_chunk

ad2c833e86eae46c96b21ff3e14b0414bc6476ca authored about 3 years ago
add queue

973cb0a302482b50a07bf54ad8d308ffbe914b25 authored about 3 years ago
add handling_inbound in association

761b9babc41543df708d9ac10698b7c2543de4a8 authored about 3 years ago
add new in association

c384fb71fb8009f31cbd21cd88c5ce27ba126635 authored about 3 years ago
add handling in endpoint

861702c098e84b1949d29a3d5315d62c5f6a5e25 authored about 3 years ago
add endpoint structs

689ea9274c35d257e6e09b6809d3701f69164af0 authored about 3 years ago
add shared

73508c55bd262d5dd437a20f4e8d18d49295b1ba authored about 3 years ago
move error_cause to chunk folder

e6ee9299d82b6c3a6f9ce30c564c694e9fb41dc2 authored about 3 years ago
add config

ec226c61082a9e1d7c70ae1eaf223649310775ce authored about 3 years ago
add timer

9d52c948aff60d04dfa856935d2c7ec31312b671 authored about 3 years ago
rename error_cause to cause

d961478417540ae1d4405454c03e419625146120 authored about 3 years ago
move chunk/param/error/error_code/util from async to proto

fe39c029e7d8e6b76cc5237b0931e37e85491a11 authored about 3 years ago
reorg structure

fc50bad5ada30608d3fa44bf4df7cd5f9f0b72c6 authored about 3 years ago
update deps and upgrade self to v0.4.2

12ea2b1067470341f984ead3c1a953156139f30b authored about 3 years ago
upgrade to v0.4.1

df1fcf775a59271cf564216bca09440ab1eb4d2c authored over 3 years ago
fix timer reference cycle's memory leak by using Weak

9eeaf732efcf370e05f6834c56c5d77346be7abf authored over 3 years ago
upgrade to v0.4.0

16cbb5cb9a514ce7e100c099d92e7af0e388b13f authored over 3 years ago
Merge pull request #8 from algesten/anyhow

Refactor out use of anyhow

35de46f92dc7533d36c1e4ae5fdb3971afbb9804 authored over 3 years ago
Fixing test

3a025a074a82392bcd3543e534e97b9dc1fed8b7 authored over 3 years ago
Add missing mpsc dep

65be86995efe29914441b64cc4dd27ed7e8e6d74 authored over 3 years ago
Update deps

1e65252be6c6796b73b75308a3e8e5fe3ce31033 authored over 3 years ago
fix clippy warnings

ca506b2eabdacfdc390b182e85871e2e9fd995ed authored over 3 years ago
Update cargo.yml

e412cdaf0780a665f35d2e64de72291ef178bc18 authored over 3 years ago
Refactor out use of anyhow

55468243d46cf73d58083080c375a77d7df4c0a4 authored over 3 years ago
upgrade to v0.3.8

60ff7bfa31e6784e54ae4f849ac86e59d026bfd8 authored over 3 years ago
fix handle_inbound bug when parsing packet error

instead of returning error, this fix is to log::warn! this parse error, and return Ok(()) to let...

d31ccceb71a49226277cd3177fd3ef83cb47ae79 authored over 3 years ago
upgrade to v0.3.7

50f6a3a675e0382bcdecae3d3fe11c5e5b36627b authored over 3 years ago
Merge pull request #7 from legion-labs/main

Moved checksum check sooner in the parsing for faster failures

ceed26a4aa23e46866d6c25b3de7aa67eaa9d38d authored over 3 years ago
Moved checksum check sooner in the parsing for faster failures

1b7cc87a728b4d1b621487a9af5da7701a1c31cd authored over 3 years ago
Merge pull request #6 from legion-labs/main

Fixed incorrect handling of SACK packets

faacfd1d6d423c8fc80a66b7677c2cae3a25a142 authored over 3 years ago
Added test for the SACK chunk being followed

f3b2cba545204c56d52d58fb1e5ce9aa8634deb1 authored over 3 years ago
Changed error code to better reflect the issue

ca438e8e42f6824684827d4c1c7d7c14b2bf90ed authored over 3 years ago
Fixed incorrect handling of SACK packets

d0593dc424f537cab4bc2c79d2de855a2a2d5cd3 authored over 3 years ago
upgrade to v0.3.6

11adc7b3b7a9ab96d9a80381d51c7338d76eab03 authored over 3 years ago
Update README.md

1ad47481faae2866af90fe681316d54206d2599b authored over 3 years ago
optimize on_buffered_amount_low handling

fb96817390d209f45aa15140eb338048c904f13c authored over 3 years ago
upgrade to v0.3.5

b18888054695e3aef73330399fe38d71ff2ac138 authored over 3 years ago
add net_conn.close()

884017e3adee7738222471df09e0ec0e1aea498e authored over 3 years ago
upgrade to v0.3.4

d8c187361f333ca10ec74d96c5fe3b44d0b625bd authored over 3 years ago
change OnBufferedAmountLowFn to async

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

444adf56b31320fb6c13107c507a856bcc3ee43b authored over 3 years ago
Update cargo.yml

c2e4e81fe7c377c053f3a9ae9b17b55ad38f125d authored over 3 years ago
upgrade to v0.3.3

d30d93eccdd49b636ee8df719417cf197b1c82cb authored over 3 years ago
update dep and upgrdate self to v0.3.1

1b609a582a126ae564b37679449359143e6292f5 authored over 3 years ago
update dep and upgrade self to v0.3.0

78014f75aada33f31ed1b649c1bb66105d508dae authored over 3 years ago
update dep and upgrade self to v0.2.3

925bda91b7a3d51b09fed1aa62a2ae1caddaf201 authored over 3 years ago
update github action names

f2dfef707afee48b08968da0256c27db6851aab3 authored over 3 years ago
change licensing from MIT to dual MIT/Apache 2.0

74a0ff793c9d30c795679e6ecc0676c5219306cb authored over 3 years ago
upgrade to v0.2.2

cb6dfca1051b46cee833d5b5c13db75d0b2994a5 authored over 3 years ago
refactoring Assocation

df3908e7a72dbf9ae951215c0571ef03cbb5e92a authored over 3 years ago
update util dep and upgrade self to v0.2.1

6270b05effbe9ca8e34b8365d01da40b39a292db authored over 3 years ago
refactoring Error and update util deps to v0.2.0

abe639b323e6589ce467cefcb7c5be1115df2def authored over 3 years ago
Add codecov token

dd48ed39463aad7f976ecac655b1fe35c7863491 authored over 3 years ago
Merge pull request #4 from u-03c9/main

Upgrade crc from 1.8.1 to 2.0.0

896070964d6c1d9c16514da91cd2ced10975a352 authored over 3 years ago
Upgrade crc from 1.8.1 to 2.0.0

b98fa5d71967b2a0c3fe2a5c1b1237ce5c1152f4 authored over 3 years ago
add gracefully exit handling for examples/ping-pong

2cacace28fa87199735db2a052f2ea7d51ec23a8 authored over 3 years ago
finish exmples/ping-pong and update version to v0.1.0

aa7076750e422139adc172e5b957081f3358a322 authored over 3 years ago
add #[cfg(not(target_os = "windows"))] for test_association_shutdown/test_association_shutdown_during_write

1dd4c01ffb2bc25cf04debff72223e6586f5817d authored over 3 years ago
pass test_association_handle_packet_before_init

3b4b1ce8d95931a856c69be1a5abc9f592376857 authored over 3 years ago
pass test_association_shutdown_during_write

a17c33cdb086b27593e02ae15ccce9e7823207d9 authored over 3 years ago
pass test_association_shutdown

be7807f25a76ae8e5beca123abcfda63b9c74336 authored over 3 years ago
pass test_assoc_max_message_size

0477ead0e4f93d95aac11170e506e86414ae8a66 authored over 3 years ago
pass test_assoc_handle_init

c20abf34dc329eaf3da72a4c9b723fb7f25c3930 authored over 3 years ago
pass test_stats

5e6f598bac2a29f24b257f97faac6858613a4953 authored over 3 years ago
add #[cfg(not(target_os = "macos"))] to test_assoc_unreliable_rexmit_unordered_fragment() temporally

575e191737e4f993a81182227e85f7c53b38c13a authored over 3 years ago
pass test_assoc_abort

7bb0715b7b4a02ad8ccb35ab228a69ae8419c5ec authored over 3 years ago
pass test_assoc_reset

7db75a7f1e6b33f2321b418604e6716170613b65 authored over 3 years ago
add test_assoc_delayed_ack

b565bb0367adf088e34b2a3e8ecf41823785a8c0 authored over 3 years ago
pass test_assoc_congestion_control

a1820299a80b12197c97ddfc5e3bcaf7b3308930 authored over 3 years ago
pass test_assoc_create_new_stream

d3fa4aa5a5f11fbee4f5fb4c45b0ac2f1d93111f authored over 3 years ago
pass test_handle_forward

af74df0e1c65405e60ae282aa2969895bcc92e58 authored over 3 years ago
pass test_create_forward

998c6026c3957676f213ee98e9287730c36f269c authored over 3 years ago
update dep util v0.1.21

49d6a7bc74ccacd5cb43f566634f65471dcdf691 authored over 3 years ago
pass test_assoc_unreliable_rexmit_timed_ordered/unordered

051289aaca38cbdfeb99365b96add81c581e0b0a authored over 3 years ago
pass test_assoc_unreliable_rexmit_unordered_fragment/no_fragment

8cc8345757fbd4e6720204232be17a5c6dc732db authored over 3 years ago
pass test_assoc_unreliable_rexmit_ordered_fragment

b1b4010276dc87efa693fec8b9a320870e265ee5 authored over 3 years ago
pass test_assoc_unreliable_rexmit_ordered_no_fragment

bdcd909f2fb02ae756e897aae319706cb447625e authored over 3 years ago
add more tests

997c2b5dd5ec17429e216309a5b8d840b726aec8 authored over 3 years ago
pass test_assoc_reliable_ordered_reordered

d75ad8c6465eb70fa6d81b9a61547813421ebfcf authored over 3 years ago
pass the first association test

c0cb9a59da29394521b29fdcfc7f95faba2ebdc3 authored over 3 years ago
fix chunk payload bug

0c52f81236ca34eed4f7eaa9eba0db2948e56333 authored over 3 years ago
add association_test

6d3830dc8a93242974f0794d40c9c068e8e85f04 authored over 3 years ago
refactoring association channels

d107a676a7bd80ccc745fe99ee91e7843d0fa08c authored over 3 years ago
add codecov.yml

755e271fc633c1eaa12459dfe64f6faf49fa53f9 authored over 3 years ago
add missing t1init start

6b5ee8380eee055f9580d1bcbe677025f3d2782e authored over 3 years ago
refactor timers to support observer

472cd6cbcb1d3c490a85c85da2892cd7f1f90481 authored over 3 years ago
refactoring param/chunk to support Send+Sync

ddd9dca3626d61e8e37e78f3b2f80ea2e6e7ddf4 authored over 3 years ago
move code to AssociationInternal

37b76c987a6d277195f0aeedabb9dd08a6da914d authored over 3 years ago
connect channels

f5c08dbf8216212e04ce5aa670570b04e3255d2e authored over 3 years ago
refactoring queues

3181bc6a39e748dfb652b92779cc57a13883fafb authored over 3 years ago
refactoring stream

8bd8c9e7e93f4e074964369dedb3ec5e76688710 authored over 3 years ago
add association_internal/stream_internal

008311cfd2510c0cad70230129fb90244d8eaea5 authored over 3 years ago
complete most of association code

1a81a9ab390a3e88d310d3e1a685d3c61d034306 authored over 3 years ago
add more code for association (WIP IV)

e5ddb50fcbf3dcbbba7024f78dad2ffe2dad286d authored over 3 years ago
add more code for association (WIP III)

479e08e82fbfcef750dd0cf60c984d02a8de42de authored over 3 years ago
add more code for association (WIP II)

3a8dbd17345dce8299886b974eee4bb4c7679fe7 authored over 3 years ago