Commit Graph

49 Commits (ec55ccf5fce56a5dbff197edf64134900d2f15e5)

Author SHA1 Message Date
Richard Fuchs 8684a1933a MT#57977 use symmetric UDP
2 years ago
Richard Fuchs d9e682b7db MT#56374 add convenience macros for string creation
2 years ago
Richard Fuchs 04ce204ef6 MT#55283 fix HTTP/WS deadlock
2 years ago
Richard Fuchs cb1f53f38e MT#56447 increase websocket logging
2 years ago
Richard Fuchs 1457b34f65 MT#55283 work around LWS thread non-safety
2 years ago
Richard Fuchs 26cc168f83 MT#55283 eliminate useless return values
2 years ago
Richard Fuchs b207d0c586 MT#55283 single-threaded lws_write()
2 years ago
Richard Fuchs f293ca9a18 MT#55283 use LOCK() macro
2 years ago
Richard Fuchs cb9ec2abf9 MT#55283 reverse loop skip logic
2 years ago
Richard Fuchs b956303748 MT#55283 support reporting per-interval metrics
2 years ago
Richard Fuchs 1379ba2310 MT#56447 handle Janus POST alternative usage
2 years ago
Richard Fuchs 8a5a99d6fe MT#56447 support /janus URI
2 years ago
Richard Fuchs 9b20ce2ef9 MT#56447 support HTTP OPTIONS
2 years ago
Richard Fuchs 4697b437d5 MT#56447 implement GET for Janus protocol
2 years ago
Richard Fuchs 696df96f22 MT#56447 add CORS headers to HTTP replies
2 years ago
Richard Fuchs 9eb7b640c2 TT#14008 add explicit lws_cancel_service at shutdown
3 years ago
Richard Fuchs 6e0c4f3e01 TT#14008 fix mem leak
3 years ago
Richard Fuchs 17bda4b1e8 TT#156900 fix master/slave race condition with early closed ports
3 years ago
Richard Fuchs b907dea9e3 TT#14008 fix "Connection: Close" HTTP breakage
3 years ago
Richard Fuchs d3d11c19a3 TT#157801 don't tell libwebsockets to bind to ADDR_ANY twice
3 years ago
Richard Fuchs db0dbd3666 TT#157801 skip libwebsockets IPv6 bindings if not available
3 years ago
Richard Fuchs 6d0eba931a TT#157801 explicitly handle v4/v6 also for libwebsockets
3 years ago
Richard Fuchs 8d99ef0686 TT#14008 use glib allocators for LWS setup
3 years ago
Richard Fuchs 2dd5d7125f TT#14008 don't directly use __obj_* calls
4 years ago
Richard Fuchs c7085085a7 TT#14008 fix lock order between janus_session and websocket_conn
4 years ago
Richard Fuchs 2130e2f62b TT#89352 support Janus control protocol
4 years ago
Richard Fuchs b945104b5e TT#89352 switch `done` flag to bool type
4 years ago
Richard Fuchs ca1d2af47e TT#89352 increase LWS max write logging size
4 years ago
Richard Fuchs 58829a4ecf TT#89352 explicitly disable lws IPv6 for IPv4 binds
4 years ago
Richard Fuchs e9f7de8cbf TT#14008 update for older libwebsockets
4 years ago
Richard Fuchs 99985d234d TT#14008 fix handling of large WS payloads
4 years ago
Richard Fuchs a8013ffe70 TT#111051 set thread specific process names
4 years ago
Guillem Jover e2552773cc TT#108003 Handle errors during websocket connection initialization
4 years ago
Richard Fuchs 1dbfbe87d3 TT#14008 move g_string_free helper to auxlib
4 years ago
Richard Fuchs 554034eb7e TT#106101 also turn UDP/WS receive buffer into refcounted object
4 years ago
Richard Fuchs 9653546f7c TT#107157 fix LWS HTTP handling crash
4 years ago
Richard Fuchs 30733ec5cd TT#97301 support granular log levels
4 years ago
Richard Fuchs cd577a2710 TT#106150 fix possible race condition while processing WS queue
4 years ago
Richard Fuchs 8de20ce28b TT#82405 terminate HTTP connection when output was been written
4 years ago
Richard Fuchs c2c7f9a506 TT#82405 add convenience function to return HTTP data
4 years ago
Richard Fuchs 5d895fb7be TT#82405 add Prometheus stats exporter
4 years ago
Richard Fuchs dec54fa3e0 TT#102500 fix missing timestamping in websocket threads
5 years ago
Richard Fuchs f0212124fe fix compiler warning
5 years ago
Richard Fuchs 4910f7b33f TT#88951 support queuing multiple WS output messages
5 years ago
Richard Fuchs e1dda97028 TT#14008 fix some warnings from musl
5 years ago
Richard Fuchs ca86f81a53 TT#14008 fix compilation for libwebsockets 3.x
5 years ago
Richard Fuchs 31f8b6f982 TT#91150 support NG over HTTP/WS
5 years ago
Richard Fuchs 3f301dd73b TT#88951 support handling CLI commands via HTTP and WS
5 years ago
Richard Fuchs aa36a1f619 TT#88951 add HTTP/Websocket listener
5 years ago