1
0
Fork 0
mirror of https://github.com/badaix/snapcast synced 2025-09-07 18:02:34 +02:00
snapcast/server
2025-08-28 21:31:34 +02:00
..
encoder Make encoder factory static, turn listeners into structs 2025-08-28 21:21:30 +02:00
etc Reformat code 2025-06-06 10:21:48 +02:00
publishZeroConf Fix linter warnings 2025-06-06 10:21:48 +02:00
streamreader Fix timestamping 2025-08-28 21:31:34 +02:00
authinfo.cpp Disable auth 2025-06-06 10:21:48 +02:00
authinfo.hpp Add documentation 2025-06-06 10:21:48 +02:00
build_android.sh snapserver compiles in Android 2016-10-24 09:44:39 +02:00
CMakeLists.txt Move chunk timestamp into encoder 2025-08-28 21:21:30 +02:00
config.cpp Fix linter warnings 2025-06-06 10:21:48 +02:00
config.hpp Add "General.GetRPCCommands" RPC command 2025-06-06 10:21:48 +02:00
control_requests.cpp Add Parameter and Result struct 2025-06-06 10:21:48 +02:00
control_requests.hpp Disable auth 2025-06-06 10:21:48 +02:00
control_server.cpp Add documentation 2025-06-06 10:21:48 +02:00
control_server.hpp Pass complete Settings struct around 2024-12-19 22:44:51 +01:00
control_session.hpp Make encoder factory static, turn listeners into structs 2025-08-28 21:21:30 +02:00
control_session_http.cpp Disable auth 2025-06-06 10:21:48 +02:00
control_session_http.hpp Iclude boost as system headers to suppress warnings 2024-12-20 19:30:42 +01:00
control_session_tcp.cpp Fix linter warnings 2025-06-06 10:21:48 +02:00
control_session_tcp.hpp Pass complete Settings struct around 2024-12-19 22:44:51 +01:00
control_session_ws.cpp Fix linter warnings 2025-06-06 10:21:48 +02:00
control_session_ws.hpp Iclude boost as system headers to suppress warnings 2024-12-20 19:30:42 +01:00
image_cache.hpp Remove ImageCache instance from ServerSettings 2024-12-19 22:44:51 +01:00
jsonrpcpp.hpp Fix RPC error results 2025-01-15 22:41:46 +01:00
jwt.cpp Build without wss support, if OpenSSL is not found 2025-01-28 17:57:36 +01:00
jwt.hpp Build without wss support, if OpenSSL is not found 2025-01-28 17:57:36 +01:00
server.cpp Make encoder factory static, turn listeners into structs 2025-08-28 21:21:30 +02:00
server.hpp Fix warnings 2025-06-06 10:21:48 +02:00
server_settings.hpp Add documentation 2025-06-06 10:21:48 +02:00
snapserver.1 Fix case of command line arguments 2025-08-11 11:22:33 +02:00
snapserver.cpp Make encoder factory static, turn listeners into structs 2025-08-28 21:21:30 +02:00
stream_server.cpp Fix linter warnings 2025-06-06 10:21:48 +02:00
stream_server.hpp Fix linter warnings 2025-06-06 10:21:48 +02:00
stream_session.cpp Authentication for streaming clients 2025-06-06 10:21:48 +02:00
stream_session.hpp Make encoder factory static, turn listeners into structs 2025-08-28 21:21:30 +02:00
stream_session_tcp.cpp Add missing includes 2025-06-07 00:22:25 +02:00
stream_session_tcp.hpp Authentication for streaming clients 2025-06-06 10:21:48 +02:00
stream_session_ws.cpp Fix linter warnings 2025-06-06 10:21:48 +02:00
stream_session_ws.hpp Authentication for streaming clients 2025-06-06 10:21:48 +02:00