Paul-Louis Ageneau 25077878a1 Reset callbacks of PeerConnection only once 5 years ago
..
base64.cpp 7bfd731ed3 Fixed compilation with MSVC 5 years ago
base64.hpp 1a701c33b3 Renamed ENABLE_WEBSOCKET to RTC_ENABLE_WEBSOCKET 5 years ago
candidate.cpp 6d6ab9eeb7 Added candidate transport type getter 5 years ago
capi.cpp 752c4bf5a1 Added rtcSetSignalingStateChangeCallback() to C API 5 years ago
certificate.cpp de73af4b80 Fixed bits type for GnuTLS 5 years ago
certificate.hpp 22a1c56863 Added optional preloading 5 years ago
channel.cpp 3c971e05dd Prevent message copy with move semantics 5 years ago
configuration.cpp 199db5f310 TurnTls as default relayType for turns 5 years ago
datachannel.cpp cba864507f Added control message size check when reading it 5 years ago
description.cpp 5ce699d33b Keep candidates when rolling back the local description 5 years ago
dtlssrtptransport.cpp d64fa4a7a7 Added links to RFCs used for demultiplexing 5 years ago
dtlssrtptransport.hpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago
dtlstransport.cpp 458decb12d Fixed OpenSSL recv loop quitting too early 5 years ago
dtlstransport.hpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago
icetransport.cpp 51bbaa99e1 Set mid of selected candidates 5 years ago
icetransport.hpp 05b7141478 Implemented getSelectedCandidatePair() for libjuice 5 years ago
init.cpp f5ff042d62 Check for re-init in destructor 5 years ago
log.cpp 64096d599c Make rtcInitLogger and InitLogger thread-safe 5 years ago
message.cpp 71ebf7a62e Fixed copy on return 5 years ago
peerconnection.cpp 25077878a1 Reset callbacks of PeerConnection only once 5 years ago
processor.cpp aecc2b8fda Added Processor and finished ThreadPool integration 5 years ago
processor.hpp bbec827fef Properly handle exceptions from threadpool tasks 5 years ago
rtcp.cpp 57c52cf7ae Fixed compilation warnings 5 years ago
sctptransport.cpp 734efb391a Removed misplaced len check 5 years ago
sctptransport.hpp 628742c2f3 Updated usrsctp 5 years ago
tcptransport.cpp 88e8d028b4 Refactored queue and introduced tryPop() 5 years ago
tcptransport.hpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago
threadpool.cpp bbec827fef Properly handle exceptions from threadpool tasks 5 years ago
threadpool.hpp bbec827fef Properly handle exceptions from threadpool tasks 5 years ago
tls.cpp 6ed692325f Fixed SSL_set_tlsext_use_srtp() error checking 5 years ago
tls.hpp 3e827f9798 fixed compilation when using openssl compiled with no-deprecated 5 years ago
tlstransport.cpp 88e8d028b4 Refactored queue and introduced tryPop() 5 years ago
tlstransport.hpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago
track.cpp 88e8d028b4 Refactored queue and introduced tryPop() 5 years ago
transport.hpp d98a056469 Prevented stopping non-started transports 5 years ago
verifiedtlstransport.cpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago
verifiedtlstransport.hpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago
websocket.cpp 61fe8732a6 Cosmetic changes to verbose logging 5 years ago
wstransport.cpp a92e63720c Fixed WebSocket URL parsing to handle user and password 5 years ago
wstransport.hpp 352f640756 Redesigned transport init and moved thread start to dedicated method 5 years ago