Commit Graph

448 Commits

Author SHA1 Message Date
F. Duncanh
6d899820fb show zone id before assertion (local_zone_id = remote_zone_id) coredump 2025-10-24 18:57:44 -04:00
F. Duncanh
469f385502 Add support for bluetooth LE beacon service discovery
based on remarkable work by @connorh315 on getting this working
2025-09-20 03:25:08 -04:00
F. Duncanh
e5d8a02952 add port information when accepting clients 2025-09-14 05:17:45 -04:00
F. Duncanh
830c7131fe cleanup plist_get_string_val items (free string) 2025-09-14 04:22:46 -04:00
F. Duncanh
fac526735c Simplify response to first GET/Info with AirPlay/RAOP qualifier 2025-09-14 03:52:47 -04:00
F. Duncanh
117febfe28 missing break in switch code (issue seen in AirMyPC debug output) 2025-09-02 11:42:33 -04:00
F. Duncanh
6c2844deef raop_buffer.c: cleanup 2025-08-31 11:09:45 -04:00
F. Duncanh
738866a625 improve audio progress report with 1 sec updating 2025-08-31 10:51:28 -04:00
F. Duncanh
784f2887e3 httpd.c: add support for Windows socket error strings 2025-08-30 18:31:59 -04:00
F. Duncanh
8ff22f17ac httpd.c: avoid race giving socket errors when connection is closed 2025-08-30 16:21:12 -04:00
F. Duncanh
94a7733d7e handle POST audioMode RTSP request 2025-08-30 14:27:12 -04:00
F. Duncanh
5084d2f8e7 rearrange order in teardown_handler to avoid race 2025-08-30 10:20:30 -04:00
F. Duncanh
7bab0f010b httpd.c: include socket number in error message 2025-08-26 18:12:27 -04:00
F. Duncanh
e0ee600e3e whitespace httpd.c 2025-08-25 01:53:00 -04:00
F. Duncanh
b3679fd630 discard payload_size=12 no-data audio packets (seen in AirMyPC) 2025-08-15 14:23:05 -04:00
F. Duncanh
1e282eeb22 test for AirMyPC without version number, 2025-08-15 03:27:00 -04:00
F. Duncanh
483399a713 possible fix for failure to print a plist 2025-08-12 18:37:18 -04:00
F. Duncanh
59c3abe140 add mirror video activity monitoring (forscreensaver inhibition) 2025-08-11 11:36:03 -04:00
F. Duncanh
ab9a9d20b8 whitespace 2025-08-09 07:37:17 -04:00
F. Duncanh
e7d2901b7f add video packet length to debug output (raop_rtp_mirror) 2025-08-08 19:42:01 -04:00
F. Duncanh
32d5de23c8 whitespace cleanup 2025-08-08 16:54:32 -04:00
F. Duncanh
c8ce350226 raop : whitespace cleanup 2025-08-08 12:52:59 -04:00
F. Duncanh
2b0da9125a cleanup the -pw (no argument) random pw option 2025-08-06 07:14:33 -04:00
F. Duncanh
cf27c06c33 -pw option: do not reuse random_pw for new client 2025-07-09 23:26:52 -04:00
F. Duncanh
546145a963 add -ca (w/o filename) option for gstreamer rendering of coverart 2025-07-07 20:55:47 -04:00
F. Duncanh
ae28bc7930 fix -pw bug in dnssd.c (fixes #426) 2025-07-07 20:23:06 -04:00
F. Duncanh
f3db82fcfe cleanup in httpd.c 2025-07-07 20:23:06 -04:00
F. Duncanh
ff7e0136eb update llhttp to v9.3.0 2025-06-26 12:28:46 -04:00
F. Duncanh
e306bbf72e cleanup to fix bug/regression in -reg option 2025-06-06 09:40:32 -04:00
F. Duncanh
5e3cc9fbc4 add non-hls bus messages to debug; video_reset on teardown 110 2025-05-12 14:06:47 -04:00
F. Duncanh
0f92064fbd set LOGGER INFO in debug output controlled by logger_debug 2025-05-04 13:38:57 -04:00
F. Duncanh
aeb18affd3 send 501 reponse to RTSP requests with unimplemented options 2025-04-28 19:22:37 -04:00
F. Duncanh
5a6252dd8d check content_type exists (to avoid DOS risk, thanks @0pepsi) 2025-04-28 15:19:58 -04:00
F. Duncanh
fa7456553b use SOCKET_ERROR_STRING instead of strerror (for WIN32 compat) 2025-04-26 19:31:19 -04:00
F. Duncanh
7a643a65aa replace use of strndup (not supported in WIN32 by MSYS2) 2025-04-26 19:02:15 -04:00
F. Duncanh
5f2fbfe88b report buffer full/empty from hls bus messages 2025-04-26 16:17:23 -04:00
F. Duncanh
443f7c65d8 keep authentication failure count for -pw random pw option 2025-04-24 09:58:46 -04:00
F. Duncanh
f8ad47d9b4 clean up digest verification in pairing,c 2025-04-23 20:39:33 -04:00
F. Duncanh
e731140515 get info on unhandled POST/action items 2025-04-23 00:12:31 -04:00
F. Duncanh
be4fb423c4 add suppport for user access control by -pw password (HTML digest) 2025-04-22 17:56:53 -04:00
F. Duncanh
9d6a3e2af8 add -vol option 2025-04-22 17:06:21 -04:00
Brian Callahan
19510c958e Add OpenBSD support 2025-03-30 10:53:32 -04:00
fduncanh
1de18e93f6 Fix -DPLIST_23 -> -DPLIST_230 2025-03-24 13:50:02 -04:00
F. Duncanh
728b0fd961 cosmetic fix (incorrect comment) 2025-03-24 01:39:45 -04:00
F. Duncanh
904ed267cb fix unitialized values reported by valgrind 2025-03-23 15:20:33 -04:00
F. Duncanh
012962a109 fixes for plist_xml data stripping 2025-03-23 13:14:21 -04:00
F. Duncanh
4882121886 clean up httpd close_connection code. 2025-03-01 17:09:29 -05:00
F. Duncanh
02fd126c78 remove cmake_minimum_version from subdirectory CmakeLists.txt 2025-03-01 15:51:35 -05:00
F. Duncanh
bbed57bc9f add utility to strip base64 data lines from plist_xml output 2025-02-25 06:58:05 -05:00
F. Duncanh
bc2d5a4152 cleanup in media store code (duplicate media playlists removed). 2025-02-23 12:37:33 -05:00