1
0
Fork 0
mirror of https://github.com/badaix/snapcast synced 2025-09-07 01:02:33 +02:00

Commit graph

  • 187ed109f0 Add doxygen to CI badaix 2024-06-25 10:42:25 +02:00
  • 878fecdc35 Add AuthInfo class badaix 2024-06-12 23:00:37 +02:00
  • c784e2526f Update jsonrpc++ to v1.4.0 badaix 2024-06-10 20:51:37 +02:00
  • 0a50006c0c Remove _UNICODE define badaix 2024-06-10 08:58:48 +02:00
  • 13285a6cbb Link catch2 non private badaix 2024-06-08 22:30:02 +02:00
  • b7f3c91f30 Link catch2 badaix 2024-06-08 20:19:16 +02:00
  • c401b801e3 Remove CATCH_CONFIG_MAIN badaix 2024-06-08 20:07:00 +02:00
  • e5cdf47e24 suppress files in build dir for cppcheck badaix 2024-06-08 20:01:21 +02:00
  • 7f59f5c2de suppress files in build dir for cppcheck badaix 2024-06-08 19:48:06 +02:00
  • f44609a872 Fetch catch2 from git repo badaix 2024-06-08 19:25:58 +02:00
  • a88ff9cfad Reformat yml files badaix 2024-06-07 18:15:54 +02:00
  • 348494927b Set ccache directory badaix 2024-06-07 17:37:45 +02:00
  • a4c5d537a1 Use ccache badaix 2024-06-07 17:26:13 +02:00
  • bfdaa6e085 Reenable warnings badaix 2024-06-07 17:00:28 +02:00
  • e44dd9fa3f Update CMakeLists.txt Johannes Pohl 2024-06-07 12:03:16 +02:00
  • 8a7cb9147a Use Ubuntu 22.04 for static analysis badaix 2024-06-07 10:02:52 +02:00
  • 1b432dbae7 Fix sanitizer selection badaix 2024-06-07 09:48:23 +02:00
  • 67f8453586 Ignode tsan errors badaix 2024-06-07 09:44:03 +02:00
  • e69e7f621d Fix warnings badaix 2024-06-07 09:30:37 +02:00
  • d73ae793d7 Use ccache for sanitizers badaix 2024-06-07 09:06:29 +02:00
  • f4b582ba46 Execute unit tests badaix 2024-06-06 22:08:37 +02:00
  • b626217e79 Fix windows build badaix 2024-06-06 22:06:22 +02:00
  • d9c394e0fa Fix mem leaks badaix 2024-06-06 21:54:39 +02:00
  • 9ed99f344b Add unit-tests to CI badaix 2024-06-06 21:35:12 +02:00
  • f8af2c44c5 Silence warning in catch2 badaix 2024-06-06 21:34:58 +02:00
  • d0780b157a Update catch2 badaix 2024-06-06 21:34:44 +02:00
  • 8c18fcb13b Fix memory leak badaix 2024-06-06 21:34:22 +02:00
  • 2f68a5913a Rename CMakePresets.json badaix 2024-06-06 20:52:05 +02:00
  • f50a03ba1e Add OpenSSL include dir badaix 2024-06-03 22:30:43 +02:00
  • c1bbfdf167 JWT improvements badaix 2024-06-03 22:21:01 +02:00
  • e61c862510 Fix compiler error on macOS badaix 2024-06-02 17:06:40 +02:00
  • cecde333fd Replace u_char with unsigned char badaix 2024-06-02 17:02:06 +02:00
  • 4321a9d9d1 Add JWT class badaix 2024-06-02 16:47:02 +02:00
  • 97739a460e Add 'ssl_enabled' config parameter badaix 2024-05-11 13:23:14 +02:00
  • c2528623cd Make key password configurable badaix 2024-05-11 12:37:21 +02:00
  • 8141e72f07 Fix lib dependencies badaix 2024-05-10 13:37:42 +02:00
  • 542708667b cppcheck requires cmake v3.19.0 or later badaix 2024-05-10 13:32:32 +02:00
  • eb9fc4ce65 Add dependency to OpenSSL badaix 2024-05-10 13:31:28 +02:00
  • 153d004004 Reenable plain HTTP, change HTTPS port to 1788 badaix 2024-05-10 09:57:27 +02:00
  • c5bd0ed6df Clean up badaix 2024-05-08 21:26:46 +02:00
  • 447bbb60f7 Suppress boost warning badaix 2024-05-07 23:10:43 +02:00
  • a796bb2032 Use HTTPS, support for HTTP missing badaix 2024-05-07 22:50:27 +02:00
  • f7bd5e733f Setup SSL context badaix 2024-04-24 20:33:57 +02:00
  • 6190041e86 Fix compilation with boost v1.87.0 badaix 2024-12-19 21:36:08 +01:00
  • b7dfd5709a new style resolver and connect #1310 Rudi Heitbaum 2024-12-19 10:33:21 +00:00
  • ba848968d5 call v1 boost headers fixing deprecated warning Rudi Heitbaum 2024-12-19 10:04:42 +00:00
  • b2fd2bf9ef
    use make_address from boost as from_string is deprecated (#1308) Rudi Heitbaum 2024-12-19 02:23:11 +11:00
  • fef2402b50 use make_address from boost as from_string is deprecated #1308 Rudi Heitbaum 2024-12-18 11:17:38 +00:00
  • f6ce4f3fbb
    Add missing include in resampler.cpp Johannes Pohl 2024-12-11 15:50:11 +01:00
  • 21b35efc98 Allow to have separate idle & silence thresholds #1291 Stefan Keller 2024-10-14 13:25:55 +02:00
  • cbdaeb3ea9 Add wildcard (*) support to metastreams #1277 Jerome 2024-08-22 16:39:33 -04:00
  • b638d81b66 Lazily load streams in meta streams Jerome 2024-08-22 16:38:52 -04:00
  • 3ab0051a5b listen to both IPV6 and IPV4 incoming connections: binding to "::" implies both protocols Ernst Kloppenburg 2024-10-09 20:06:07 +02:00
  • 80ef689272
    Update package.yml #1267 vladlogyin 2024-09-01 16:39:59 +01:00
  • 1ff5a01662
    Update package.yml vladlogyin 2024-09-01 16:36:03 +01:00
  • ab03318501
    Update package.yml vladlogyin 2024-09-01 16:33:16 +01:00
  • 208066e5bb Update date v0.29.0 badaix 2024-08-23 10:06:51 +02:00
  • 8e95b19415 Reformat yml files badaix 2024-08-20 22:57:00 +02:00
  • f132605b63 Use sha as version badaix 2024-08-20 18:30:29 +02:00
  • 3da1ff9ed5 Rename snapcast_win64 to snapclient_win64 badaix 2024-08-20 10:21:50 +02:00
  • 0ab0a11eea Create draft release badaix 2024-08-18 21:54:03 +02:00
  • 5287b2a133
    Merge 1e66edd077 into 11b7621260 #1267 vladlogyin 2024-08-12 12:37:10 +00:00
  • 1e66edd077
    Update package.yml vladlogyin 2024-08-12 13:37:07 +01:00
  • b586d17ad3 Attempt to discover a new server over mdns if the previous one is down Vlad Logyin 2024-08-11 01:03:06 +01:00
  • 11b7621260 Update changelog badaix 2024-08-10 18:38:59 +02:00
  • 02555c8327 Build wich Jack support per default badaix 2024-08-10 18:38:37 +02:00
  • 0a622d8441 Use Snapweb v0.8.0 badaix 2024-08-06 21:46:39 +02:00
  • f1d4c63338 Bump version number to v0.29.0 badaix 2024-08-06 17:44:51 +02:00
  • 36dbde62c9 Update changelog, make Jack optional badaix 2024-08-06 11:12:12 +02:00
  • c7f9997784
    Merge branch 'tls' into rechner/http-url-prefix #1260 Johannes Pohl 2024-07-23 21:24:47 +02:00
  • cbf149b030 Add custom URL prefix for HTTP URLs Rechner Fox 2024-07-06 19:00:51 -07:00
  • c6a8f5d888 Add client system info message #1259 Marcus Weseloh 2024-07-05 14:30:42 +02:00
  • 790edde902 Add some documentation badaix 2024-07-04 22:55:35 +02:00
  • 0851aadad7 Fix compile error badaix 2024-07-04 22:23:32 +02:00
  • 07205a9132 Move control requests into Request factory badaix 2024-07-04 22:18:13 +02:00
  • fd9ba9bae8 Make some functions const badaix 2024-07-04 22:07:10 +02:00
  • 7cb468dad7 Split returns empty last element badaix 2024-07-04 21:56:30 +02:00
  • 60677209cd Fix warning badaix 2024-07-02 18:46:39 +02:00
  • 0f9d7d245e Add base config item badaix 2024-07-02 17:45:51 +02:00
  • d92c19b2c6 Add some documentation badaix 2024-07-02 13:11:57 +02:00
  • 23baa81cb4 Fix exit code badaix 2024-07-02 13:05:31 +02:00
  • 44a74e3629 Check for max allowed doxygen warnings badaix 2024-07-02 12:59:23 +02:00
  • f640d42f44 Fix some doxygen warnings badaix 2024-07-02 12:43:32 +02:00
  • 47d5d347e7 Add missing include badaix 2024-07-01 23:42:49 +02:00
  • 9ec1418932 Remove ImageCache instance from ServerSettings badaix 2024-07-01 23:29:26 +02:00
  • ed4874a368 Fix linker error badaix 2024-07-01 22:42:55 +02:00
  • 9e2f3ba58c Pass complete Settings struct around badaix 2024-07-01 21:57:44 +02:00
  • 63de41255b Add ErrorOr class badaix 2024-07-01 20:54:43 +02:00
  • 07c4ea354a Split string_utils.hpp into impl and header badaix 2024-07-01 20:44:51 +02:00
  • 142afabad4 Add 24 bit support to Oboe badaix 2024-06-30 14:07:24 +02:00
  • dea298b2ba Fix pipe reconnect badaix 2024-06-29 20:11:49 +02:00
  • 302893efe5 Add doxygen to CI badaix 2024-06-25 10:42:25 +02:00
  • 6fa7bc86f6 Add AuthInfo class badaix 2024-06-12 23:00:37 +02:00
  • c0de601344 Update jsonrpc++ to v1.4.0 badaix 2024-06-10 20:51:37 +02:00
  • 59eef81809 Remove _UNICODE define badaix 2024-06-10 08:58:48 +02:00
  • b31dbe8bdf Link catch2 non private badaix 2024-06-08 22:30:02 +02:00
  • 4c263b4479 Link catch2 badaix 2024-06-08 20:19:16 +02:00
  • 0c18815c47 Remove CATCH_CONFIG_MAIN badaix 2024-06-08 20:07:00 +02:00
  • 88fd54a80a suppress files in build dir for cppcheck badaix 2024-06-08 20:01:21 +02:00
  • fe4d163579 suppress files in build dir for cppcheck badaix 2024-06-08 19:48:06 +02:00