source: roaraudio/roard/roard.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6052:d48765b2475e   9 years phi updated copyright headers
(edit) @5982:c38f275b38ae   10 years phi Added support to load light control filters into roard.
(edit) @5961:06e7fd9e4c25   10 years phi Updates of copyright and license headers
(edit) @5954:de6e7e247a3d   10 years phi added error message in case of unknown roard option
(edit) @5945:513aedefab60   10 years phi Updated checks on commandlion parameters (Closes: DEB#716264, DEB#716251, …
(edit) @5837:96349d1c8634   11 years phi Avoid %llX on win32 (Closes: #271)
(edit) @5823:f9f70dbaa376   11 years phi updated copyright
(edit) @5763:83d26dff8492   11 years phi Moved notify debugging support out of roard into plugin debug-notify.
(edit) @5754:b23d79c13370   11 years phi avoid getenv() and use more portable roar_env_get(). Also improved …
(edit) @5662:6c1654f74e24   12 years phi Avoid warning about failed memlock on win32 (Closes: #329)
(edit) @5651:b0e163908378   12 years phi Added compiler checks for printf() like format strings.
(edit) @5624:ec1593cc8525   12 years phi Added support for RePlayGain? (RPG) control (See: #300)
(edit) @5619:16fe78ec277c   12 years phi Implemented watchdog (Closes: #291)
(edit) @5592:da9a9bb6ece0   12 years phi addded --list-plugins
(edit) @5586:5b82b3417705   12 years phi general cleanup for -Wextra
(edit) @5577:5d9bed8d3bc6   12 years phi delay display of --list-proto until all plugins are loaded. Also indicate …
(edit) @5567:6ecf012d7063   12 years phi roard now tries to auto load missing protocols as plugins (Closes: #275)
(edit) @5566:c45e448eb830   12 years phi make static and constant table go into read only data memory
(edit) @5414:2b852fd3712c   12 years phi Typos (Closes: #192) (pr2)
(edit) @5381:430b1d26e12d   12 years phi updated copyright years
(edit) @5380:0504bc7766aa   12 years phi Added support for stream direction RECPLAY.
(edit) @5375:2b4d1e027b2d   12 years phi made some _LIBROAR_ATTR_TO_STATIC functions static
(edit) @5350:1e8e415b77c6   12 years phi nicer table formating for --list-aiprofiles
(edit) @5345:2e95587edd07   12 years phi avoid accessing (semi-)global data directly
(edit) @5287:4dd383ee8658   12 years phi avoid declared but unused var on no-main-args platforms
(edit) @5279:bb3ff1f2be28   12 years phi added support to hostid and license to server info struct, added support …
(edit) @5275:811818eb5b81   12 years phi Improved plugin loader a lot (Closes: #190)
(edit) @5257:27194d561c16   12 years phi fixed most warnings in roard
(edit) @5255:3275ce378322   12 years phi use const keyword
(edit) @5210:8eb738dee9d4   12 years phi Updated ports to minimal, win32 and avr (pr2)
(edit) @5194:b40015b16ff2   12 years phi make more use of /extern/
(edit) @5192:4237437ca526   12 years phi declare some stuff 'extern', this saves like 5.3KB of diskspace in plugin …
(edit) @5180:e8efeb11e78b   12 years phi updated roarfilt
(edit) @5161:a84238f288d8   12 years phi avoid to warnings about unused return value
(edit) @5160:efd742a8d396   12 years phi corrected pointer checks to conform coding style
(edit) @5146:716400712348   12 years phi Moved error frame handling into proto functions (pr0)
(edit) @5103:f08c16bf9de8   13 years phi open source if -s or -S is given.
(edit) @5102:04186989eedd   13 years phi roard now starts up in 32 bit mode by default. (configure option has been …
(edit) @5096:afe6742e30a1   13 years phi corrected IPv6 addresses
(edit) @5060:131aca73bbbd   13 years phi support --daemon on win32
(edit) @5047:a9d6297fb8ca   13 years phi yet another NULL vs. 0
(edit) @5046:6f882783a0eb   13 years phi test for NULL not 0
(edit) @4986:4fc329a15435   13 years phi fix parsing of --verbose
(edit) @4975:1b8be0a0ba5f   13 years phi removed more usages of system's malloc()/free() calles.
(edit) @4967:572924bdd4c6   13 years phi make some vars file local as they do not need to be global
(edit) @4955:5a13f6cdde6e   13 years phi patch to add support to list drivers in diffrent formats
(edit) @4934:a88414aa5705   13 years phi Added support for role based handling in roard (Closes: #49)
(edit) @4924:fad0cb1288b2   13 years phi added quite some functions to ignore list for win32
(edit) @4882:e6ef52e26c53   13 years phi Improved listing of audio profiles.
(edit) @4852:166a9cc557c9   13 years phi moved a lot stuff out of roard.c
(edit) @4851:d46b432ae11a   13 years phi added support to run some script after complete shutdown
(edit) @4848:0b3d312d4253   13 years phi updated add_driver() to check the args and fix segfauls if user gave …
(edit) @4846:58d1d4cb7602   13 years phi Auto select a stream if no stream has sync flag. (Closes: #30)
(edit) @4842:d135b43f4dab   13 years phi emit ROAR_OE_STREAM_META_UPDATE events on meta data change
(edit) @4816:f2d6a8e7c50c   13 years phi set ROAR_FLAG_AUTOCONF and ROAR_FLAG_RECSOURCE on default output
(edit) @4815:df2ef6edb97f   13 years phi added support to roard for record streams.
(edit) @4811:8d0d713ca0c1   13 years phi Removed old -d and friends from roard (Closes: #122)
(edit) @4810:44fa8e851f1a   13 years phi temp fixed roar-abstract profile
(edit) @4792:a9cb74d9acb5   13 years phi added support to roard to load authfiles
(edit) @4790:c1073581d7c2   13 years phi added support for long (> sizeof(mes.data)-4) cookies, fixed memory …
(edit) @4789:eb0ba8b673c1   13 years phi added support for --new-authfile
(edit) @4788:482fc1a96c7a   13 years phi Added simple authfile support to roard (pr1)
(edit) @4761:3e91b8d67452   13 years phi use IPv6 hostnames for IPv6, not IPv4 ones.
(edit) @4760:50a0fc5a9f65   13 years phi added some nice IPv6 profiles
(edit) @4741:2bafcf09484a   13 years phi added error message for opening non existing driver, thanks to dirk|
(edit) @4739:605b086a1801   13 years phi some work to avoid compiler warnings
(edit) @4722:469ca094d1fa   13 years phi Delay --stop and --shutdown to after reading of all args. adding listen …
(edit) @4710:41d6f4b03f6f   13 years phi added profiles for gopher
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @4703:be4d84be6f04   13 years phi added basic gopher support
(edit) @4690:989ca5f47929   13 years phi Fixed small win32 bugs
(edit) @4642:8f05dd5a6565   13 years phi correctly set socket type
(edit) @4641:4ef5425f0a52   13 years phi some return value corrections and some more debug lions
(edit) @4577:e9b3b3b521dd   13 years phi Announce standards via OpenSLP (Closes: #5)
(edit) @4482:b93886d58180   13 years phi added options for auth
(edit) @4481:0a8cc5415d9b   13 years phi prepair stuff so we can set up auth stuff in main()
(edit) @4469:a115f5fd755d   13 years phi init auth table
(edit) @4442:2d3a1ad3edcc   13 years phi make config default string symbolic, do not use it for server_info.
(edit) @4423:94456e48fb68   13 years phi display PID at g_verbose >= 2
(edit) @4421:f04e16af6d2a   13 years phi added support to list descriptions in SLP
(edit) @4418:0234c5231754   13 years phi make notify debug code runtime activatable.
(edit) @4382:0dfb01c8245c   14 years phi correctly set client for the mixer stream
(edit) @4381:3b53768cfddd   14 years phi support for some options for hwmixers
(edit) @4369:1b7783397db5   14 years phi set client ID
(edit) @4360:d6ef435d3a07   14 years phi wrote some basic infrastructure
(edit) @4358:66551ba8aa54   14 years phi started with hwmixer support…
(edit) @4345:7193b53f6f8d   14 years phi support command names
(edit) @4338:7f711956a126   14 years phi some more debugging code
(edit) @4324:08c67c699868   14 years phi register notify proxy, added some debugging
(edit) @4323:4313296dd84c   14 years phi init and free notify core
(edit) @4246:fda6cde65064   14 years phi typo
(edit) @4245:c199aedd8a6e   14 years phi added support to set memory locking level
(edit) @4225:e1cabba4bbc3   14 years phi removed -d/-D/-dO from help
(edit) @4189:61ee44413355   14 years phi use sndio as default on OpenBSD
(edit) @4155:18ba7ffd9088   14 years phi fixed incorrect parameters
(edit) @4144:2d2c2efff554   14 years phi updated list of drivers to try, corrected a small bug
(edit) @4141:b36fa38ea35e   14 years phi enable new default behavor
(edit) @4140:b367d67b0343   14 years phi begin of better auto detection of driver
(edit) @4103:2235789e1b29   14 years phi more info messages
(edit) @4101:42b7ee5d2f76   14 years phi some work to support counters
Note: See TracRevisionLog for help on using the revision log.