# # ChangeLog for uspace/lib/hound/src in mainline # # Generated by Trac 1.6 # 2026-04-02T06:40:50Z Fri, 16 Aug 2013 15:16:21 GMT Jan Vesely [e5bc912] * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/iface.c (modified) * uspace/srv/audio/hound/main.c (modified) Fix printf compile issues Mon, 27 May 2013 13:08:44 GMT Jan Vesely [d120133] * uspace/app/wavplay/dplay.c (modified) * uspace/lib/hound/src/protocol.c (modified) Use memset instead of bzero Fri, 12 Apr 2013 04:14:48 GMT Jan Vesely [4e72a4c] * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) libhound: add stream drain function Wed, 10 Apr 2013 23:06:52 GMT Jan Vesely [876f5561] * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: doxygen Fri, 05 Apr 2013 16:58:55 GMT Jan Vesely [7e7def5] * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: remove deprecated server interface Fri, 05 Apr 2013 16:50:55 GMT Jan Vesely [f465461] * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: remove deprecated client interface Fri, 05 Apr 2013 15:38:16 GMT Jan Vesely [6d74977] * uspace/lib/hound/src/protocol.c (modified) libhound: fix data transfer answers finalize answers EOK for us so ... Fri, 05 Apr 2013 14:32:53 GMT Jan Vesely [c5d6f9cf] * uspace/lib/hound/src/client.c (modified) libhound: implement drain_on_exit on the client side Fri, 05 Apr 2013 14:31:50 GMT Jan Vesely [704baed] * uspace/lib/hound/src/protocol.c (modified) libhound: implement stream drain for playback streams Thu, 04 Apr 2013 16:35:49 GMT Jan Vesely [9e40d443] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: add drain iface Thu, 04 Apr 2013 10:39:16 GMT Jan Vesely [6133470] * uspace/lib/hound/src/protocol.c (modified) libhound: fix pcm format transfer Wed, 03 Apr 2013 17:28:13 GMT Jan Vesely [35ab943] * uspace/lib/hound/src/protocol.c (modified) libhound: zero entire allocated space Sun, 24 Mar 2013 19:29:09 GMT Jan Vesely [cc3c27ad] * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Destroy streams on stream_exit Sun, 24 Mar 2013 19:07:43 GMT Jan Vesely [5bf4310] * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Fix switch to to stream Sun, 24 Mar 2013 18:28:45 GMT Jan Vesely [6ec1d48] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Implement server side connection controls Fix lockup Sun, 24 Mar 2013 16:35:07 GMT Jan Vesely [e6e5f4e] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Fix context registration. Sun, 24 Mar 2013 16:15:27 GMT Jan Vesely [2ba4d45] * uspace/lib/hound/src/client.c (modified) libhound: Disconnect if context registration fails. Sun, 24 Mar 2013 14:09:11 GMT Jan Vesely [ec81221] * uspace/app/wavplay/main.c (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) libhound: Handle default target Sun, 24 Mar 2013 13:04:04 GMT Jan Vesely [7294b5b] * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) libhound: Add client wrappers for connection control Sun, 24 Mar 2013 03:44:11 GMT Jan Vesely [13318d1] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Implement client side connection controls Sat, 23 Mar 2013 14:11:48 GMT Jan Vesely [fd7c98b] * uspace/lib/hound/src/protocol.c (modified) libhound: Implement client side stream drain and recording. Sat, 23 Mar 2013 13:56:35 GMT Jan Vesely [37ea333] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhoud: Handle recording requests. Sat, 23 Mar 2013 13:39:13 GMT Jan Vesely [a4165561] * uspace/lib/hound/src/protocol.c (modified) libhound: Implement context unregister, disallow stream drain. Sat, 23 Mar 2013 13:12:07 GMT Jan Vesely [71780e0] * uspace/lib/hound/src/protocol.c (modified) libhound: Use call data preserving handler to recognize the exit command. Sat, 23 Mar 2013 13:04:22 GMT Jan Vesely [939871a] * uspace/lib/hound/src/protocol.c (modified) loibhound: Disallow STREAM_EXIT in general context Sat, 23 Mar 2013 12:43:57 GMT Jan Vesely [493817b0] * uspace/lib/hound/src/client.c (modified) libound: Fix compile failure Sun, 17 Mar 2013 19:09:56 GMT Jan Vesely [b66d43b] * uspace/lib/hound/include/hound/protocol.h (moved) * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Make protocol.h public, add server side iface skeleton. ... Sun, 17 Mar 2013 16:23:57 GMT Jan Vesely [9e1800c] * uspace/app/wavplay/main.c (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/client.c (modified) libhound: Implement hound client side API sing client side protocol ... Sun, 17 Mar 2013 16:23:08 GMT Jan Vesely [504f1ea3] * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/hound/src/protocol.h (modified) libhound: Add client side protocol skeleton Sun, 17 Mar 2013 13:57:57 GMT Jan Vesely [059490c2] * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/hound/src/protocol.h (added) libhound: Add protocol header Sun, 17 Mar 2013 12:50:32 GMT Jan Vesely [36774cf] * uspace/lib/hound/Makefile (modified) * uspace/lib/hound/src/client.c (added) * uspace/lib/hound/src/protocol.c (modified) libhound: Move new API implementation to a new file Sat, 16 Mar 2013 23:46:59 GMT Jan Vesely [89d3946f] * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/src/protocol.c (modified) libhound: Add new client side API skeleton Sun, 15 Jul 2012 20:50:46 GMT Jan Vesely [a9aae16e] * uspace/lib/hound/src/protocol.c (modified) libhoud: Handle hangup in connection callback. Sun, 15 Jul 2012 00:42:13 GMT Jan Vesely [afa7c17] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/hound/Makefile (added) * uspace/lib/hound/include/hound/client.h (added) * uspace/lib/hound/include/hound/server.h (added) * uspace/lib/hound/src/protocol.c (added) Add libhound. This library implements hound protocol and helpers.