Paul-Louis Ageneau e76d933de2 Safer callback reset strategy for PeerConnection 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 8091508428 Add the right header for IPPROTO_* on some platforms 5 years ago
certificate.cpp aecc2b8fda Added Processor and finished ThreadPool integration 5 years ago
certificate.hpp 22a1c56863 Added optional preloading 5 years ago
channel.cpp e04113f3f1 Fixed state callback and revised synchronization and deletion 5 years ago
configuration.cpp 199db5f310 TurnTls as default relayType for turns 5 years ago
datachannel.cpp 75c42592bf Unregister usrsctp send callback before closing 5 years ago
description.cpp 5825e44fc8 Fixed compilation warning 5 years ago
dtlssrtptransport.cpp 226a927df1 Implemented RTP and RTCP demultiplexing 5 years ago
dtlssrtptransport.hpp 5afbe10d01 Changed to two SRTP sessions and introduced srtp_add_stream() 5 years ago
dtlstransport.cpp dadecce709 Fixed compilation for OpenSSL 5 years ago
dtlstransport.hpp 103935bdd5 Introduced postCreation method to DTLS-SRTP 5 years ago
icetransport.cpp 54dbb360b7 Replaced compilation flag USE_JUICE with USE_NICE 5 years ago
icetransport.hpp 54dbb360b7 Replaced compilation flag USE_JUICE with USE_NICE 5 years ago
init.cpp f5ff042d62 Check for re-init in destructor 5 years ago
log.cpp fb0f903e2e Added includes after plog update 5 years ago
peerconnection.cpp e76d933de2 Safer callback reset strategy for PeerConnection 5 years ago
processor.cpp aecc2b8fda Added Processor and finished ThreadPool integration 5 years ago
processor.hpp db00253c18 Made Processor keep an init token to prevent early threadpool join 5 years ago
rtc.cpp 69b48f50dd Added disableTlsVerification flag to C API 5 years ago
sctptransport.cpp bd06ccbc83 Close data channels on processor to prevent deadlock on user re-calling close() 5 years ago
sctptransport.hpp b6ffa13b72 Prevent data copy in SCTP transport 5 years ago
tcptransport.cpp 516a8ef848 Properly fixed deadlock on WebSocket server ping 5 years ago
tcptransport.hpp aecc2b8fda Added Processor and finished ThreadPool integration 5 years ago
threadpool.cpp 610cd85f9d Fixed ThreadPool lifecycle to prevent static destruction issues 5 years ago
threadpool.hpp 971e6e8b91 Fixed init tokens handling 5 years ago
tls.cpp 3e827f9798 fixed compilation when using openssl compiled with no-deprecated 5 years ago
tls.hpp 3e827f9798 fixed compilation when using openssl compiled with no-deprecated 5 years ago
tlstransport.cpp 907e8273c8 Introduced VerifiedTlsTransport 5 years ago
tlstransport.hpp 907e8273c8 Introduced VerifiedTlsTransport 5 years ago
transport.hpp 726b4c4c33 Catch exceptions in transport callbacks for safety 5 years ago
verifiedtlstransport.cpp beb3352bf9 Added some logging 5 years ago
verifiedtlstransport.hpp 907e8273c8 Introduced VerifiedTlsTransport 5 years ago
websocket.cpp bd06ccbc83 Close data channels on processor to prevent deadlock on user re-calling close() 5 years ago
wstransport.cpp 7bfd731ed3 Fixed compilation with MSVC 5 years ago
wstransport.hpp 8ffdf6a020 Added RTC_ENABLE_MEDIA guard 5 years ago