Paul-Louis Ageneau fe2d5e09a7 Fixed non-atomic access to transports shared_ptr on early close 4 years ago
..
base64.cpp dde79d78d4 Moved implementation away with pimpl aka cheshire cat pattern 4 years ago
base64.hpp dbee42b099 Renamed include.hpp to common.hpp 4 years ago
certificate.cpp 9b90758f85 Replaced OpenSSL PEM_read methods with FILE by methods with BIO 4 years ago
certificate.hpp bf8b168783 Implemented TLS certificate support for WebSocketServer 4 years ago
channel.cpp ae429410fe Introduced synchronized_stored_callback to support callbacks set after they are triggered 4 years ago
channel.hpp ae429410fe Introduced synchronized_stored_callback to support callbacks set after they are triggered 4 years ago
datachannel.cpp 0fddf50245 Reorganized includes to hide Init implementation 4 years ago
datachannel.hpp 70fcafc50c Reformatting 4 years ago
dtlssrtptransport.cpp 70fcafc50c Reformatting 4 years ago
dtlssrtptransport.hpp 70fcafc50c Reformatting 4 years ago
dtlstransport.cpp 95d32d9722 Reformatting 4 years ago
dtlstransport.hpp 70fcafc50c Reformatting 4 years ago
icetransport.cpp 70fcafc50c Reformatting 4 years ago
icetransport.hpp 70fcafc50c Reformatting 4 years ago
init.cpp 0fddf50245 Reorganized includes to hide Init implementation 4 years ago
init.hpp 0fddf50245 Reorganized includes to hide Init implementation 4 years ago
internals.hpp 4ca78db146 Reorganized stuff to make plog private 4 years ago
logcounter.cpp 70fcafc50c Reformatting 4 years ago
logcounter.hpp 70fcafc50c Reformatting 4 years ago
peerconnection.cpp fe2d5e09a7 Fixed non-atomic access to transports shared_ptr on early close 4 years ago
peerconnection.hpp b353fbe44d Refactored flushing of pending DataChannels and Tracks 4 years ago
pollinterrupter.cpp eb7c756cab Replaced select() by poll() for WebSockets 4 years ago
pollinterrupter.hpp eb7c756cab Replaced select() by poll() for WebSockets 4 years ago
processor.cpp dde79d78d4 Moved implementation away with pimpl aka cheshire cat pattern 4 years ago
processor.hpp dbee42b099 Renamed include.hpp to common.hpp 4 years ago
queue.hpp 70fcafc50c Reformatting 4 years ago
sctptransport.cpp dcee67399e Replaced draft-ietf-tsvwg-rtcweb-qos by RFC 8837 in comments 4 years ago
sctptransport.hpp 70fcafc50c Reformatting 4 years ago
sha.cpp 70fcafc50c Reformatting 4 years ago
sha.hpp f1bfb2758c Implemented WebSocket server 4 years ago
socket.hpp cc80744b8e Merge branch 'v0.14' 4 years ago
tcpserver.cpp eb7c756cab Replaced select() by poll() for WebSockets 4 years ago
tcpserver.hpp eb7c756cab Replaced select() by poll() for WebSockets 4 years ago
tcptransport.cpp f0bd580345 Fixed EINTR handling when polling WebSocket TCP socket 4 years ago
tcptransport.hpp eb7c756cab Replaced select() by poll() for WebSockets 4 years ago
threadpool.cpp 70fcafc50c Reformatting 4 years ago
threadpool.hpp 4ca78db146 Reorganized stuff to make plog private 4 years ago
tls.cpp 9b90758f85 Replaced OpenSSL PEM_read methods with FILE by methods with BIO 4 years ago
tls.hpp 70fcafc50c Reformatting 4 years ago
tlstransport.cpp c112ae77c2 Catch exceptions in all GnuTLS callbacks for safety 4 years ago
tlstransport.hpp f1bfb2758c Implemented WebSocket server 4 years ago
track.cpp dcee67399e Replaced draft-ietf-tsvwg-rtcweb-qos by RFC 8837 in comments 4 years ago
track.hpp 30117bc3a3 Renamed Track::*RtcpHandler methods to Track::*MediaHandler 4 years ago
transport.hpp f1bfb2758c Implemented WebSocket server 4 years ago
verifiedtlstransport.cpp f1bfb2758c Implemented WebSocket server 4 years ago
verifiedtlstransport.hpp 70fcafc50c Reformatting 4 years ago
websocket.cpp fe2d5e09a7 Fixed non-atomic access to transports shared_ptr on early close 4 years ago
websocket.hpp bf8b168783 Implemented TLS certificate support for WebSocketServer 4 years ago
websocketserver.cpp 5b532f7ab4 Added WebSocketServer to C API 4 years ago
websocketserver.hpp f1bfb2758c Implemented WebSocket server 4 years ago
wshandshake.cpp 70fcafc50c Reformatting 4 years ago
wshandshake.hpp 54e52d25bf Implemented HTTP error response on WebSocket handshake failure 4 years ago
wstransport.cpp 54e52d25bf Implemented HTTP error response on WebSocket handshake failure 4 years ago
wstransport.hpp 54e52d25bf Implemented HTTP error response on WebSocket handshake failure 4 years ago