issues
search
mozilla
/
webrtc-sdp
Rust SDP parser for WebRTC
Mozilla Public License 2.0
155
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use "?" instead of the "try!" macro.
#30
Paul-E
closed
7 years ago
0
Make get_session() return a &str rather than &String
#29
Paul-E
closed
6 years ago
0
Eliminate net and addr type
#28
nils-ohlmeier
closed
7 years ago
2
only parse net type, but don't store it
#27
nils-ohlmeier
closed
7 years ago
0
Fixes #25
#26
Paul-E
closed
7 years ago
0
Make fields of SdpBandwidth and SdpTiming public
#25
Paul-E
closed
7 years ago
0
Fixes #23
#24
Paul-E
closed
7 years ago
0
Make SdpConnection fields public public
#23
Paul-E
closed
7 years ago
0
Clippy doesn't break the build
#22
nils-ohlmeier
closed
5 years ago
1
Eliminate SdpAddrType on structs with a IpAddr. Eliminate SdpNetType from structs
#21
Paul-E
closed
7 years ago
1
Add error to error.rs for IP address parsing
#20
Paul-E
closed
7 years ago
1
Travis integration with clippy
#19
nils-ohlmeier
closed
7 years ago
0
Travis integration
#18
nils-ohlmeier
closed
7 years ago
0
Travis integration (WIP)
#17
nils-ohlmeier
closed
7 years ago
0
Add CI to github repo
#16
Paul-E
closed
7 years ago
1
Remove redundant information from SdpOrigin. Fixes #14.
#15
Paul-E
closed
7 years ago
0
SdpOrigin contains redundant representation of IP address type
#14
Paul-E
closed
7 years ago
4
Add error trait. Fixes #9
#13
nils-ohlmeier
closed
7 years ago
1
Make structs, enums, and fields public so that SdpAttribute can be public
#12
Paul-E
closed
7 years ago
0
Make neccesary structs public, or surface the necessary information
#11
Paul-E
closed
5 years ago
1
Make enums derive copy where appropriate
#10
Paul-E
closed
5 years ago
1
Change enums with structs to tuple structs
#9
Paul-E
closed
7 years ago
0
Implement Error trait for SdpParserError
#8
Paul-E
closed
7 years ago
1
Rename and make modules public
#7
Paul-E
closed
7 years ago
0
Make changes suggested by clippy.
#6
Paul-E
closed
7 years ago
1
Use logging instead of println
#5
nils-ohlmeier
closed
6 years ago
0
Generate interface to C++ code
#4
nils-ohlmeier
opened
7 years ago
4
Utilize field init shorthand from rust 1.17
#3
nils-ohlmeier
closed
7 years ago
0
Port over the tests in sdp_unittest
#2
nils-ohlmeier
closed
5 years ago
1
Replace split_whitespace().collect() calls
#1
nils-ohlmeier
opened
7 years ago
2
Previous