source: roaraudio/include/libroar

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) @6046:7782f552c25c   9 years phi Moved include of <sys/socket.h> around to re-enable build on *BSD (pr1)
(edit) @6038:1a73192bcf7f   9 years phi typo
(edit) @6031:d8e5895d5eb7   10 years phi commit missing header
(edit) @6024:1cff42f524a4   10 years phi safer macros
(edit) @6022:db3345439191   10 years phi cleanup
(edit) @6007:54e5f37d531c   10 years phi added roar_str2usec()
(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) @5958:1414eda6efc3   10 years phi Removed OpenSSL support (See: #366)
(edit) @5951:b0e1eff45456   10 years phi more header cleanup: cleanup of #includes
(edit) @5949:9528e85ba67c   11 years phi Marked roarcatvio as obsolete. Added all unique features to roarcatplay.
(edit) @5945:513aedefab60   11 years phi Updated checks on commandlion parameters (Closes: DEB#716264, DEB#716251, …
(edit) @5902:b82b16021032   11 years phi * Added GPIO service. * Added GPIO driver: piface.
(edit) @5901:64d1f534671b   11 years phi added roar_mm_free_noerror() and make some use out of it
(edit) @5887:9aa2beedb9a4   11 years phi finalized service API for "client" universal service
(edit) @5886:6000d0df9dce   11 years phi updated name of services
(edit) @5882:7e44c5648fc4   11 years phi added needed forward declerations
(edit) @5881:ba1d4c9f5d8c   11 years phi corrected number of empty lions
(edit) @5880:0a5f9633d5ea   11 years phi updated prototype
(edit) @5879:d014ed05a65f   11 years phi added more services infos, yet they are not offical
(edit) @5842:f32920b29668   11 years phi porting to win32, "interface" seems to be something magical on win32…
(edit) @5841:684c2d39f82e   11 years phi added support to terminate a server on QUIT as needed for #337
(edit) @5836:81ccac5ddc61   11 years phi Added half of the support for AppSched? Triggers ABOUT, HELP and …
(edit) @5832:f0b38d5ea016   11 years phi added roar_libroar_get_path_static() and make use of it
(edit) @5828:d981716ace28   11 years phi added a way to list all known paths
(edit) @5823:f9f70dbaa376   11 years phi updated copyright
(edit) @5820:385624d6ebe3   11 years phi added hader for services defining some standard services
(edit) @5819:be1cf7f20f45   11 years phi added a nice way of autoloading service plugins
(edit) @5818:993d96fc5e9c   11 years phi also return pointer to service
(edit) @5816:6c593d184ef2   11 years phi improved service interface even more, allow creation of a simple interface …
(edit) @5815:72602f914383   11 years phi also return lhandle for context switching
(edit) @5814:81052ac84144   11 years phi Improved CSI: Make it easier to register and access services.
(edit) @5809:c892fef6be33   11 years phi typos
(edit) @5770:b3577113c65e   11 years phi support unregging FN Regs without unregging all FN Regs of current lhandle
(edit) @5769:c0b2186fc394   11 years phi yet another type correction
(edit) @5768:79414f01fa67   11 years phi corrected type
(edit) @5766:f5bfde2f4b12   11 years phi added ROAR_VIO_DSTR_PEF_ALLOW_ABSOLUTE as well as …
(edit) @5762:c517ca277cd0   11 years phi avoid warnings
(edit) @5758:764abad74110   11 years phi let roar_libroar_set_forkapi() take a const API struct
(edit) @5757:75c9b2e184f3   11 years phi Added support for configureable memmgr backend (Closes: #334)
(edit) @5756:1296a6d05453   11 years phi added feature test macro for get path
(edit) @5755:d61e5f9b4111   11 years phi added roar_mm_strdup2()
(edit) @5754:b23d79c13370   11 years phi avoid getenv() and use more portable roar_env_get(). Also improved …
(edit) @5753:8f9452db74de   11 years phi corrected compiler attriebutes
(edit) @5752:ec433a3a02b8   11 years phi Improved env API
(edit) @5747:17e1c9dacc8f   11 years phi Provide a more common interface for path config.
(edit) @5742:c2540f169bdf   11 years phi added function roar_vio_dstr_cat() used to concatinate filename/paths
(edit) @5736:eaa82bc3b6e7   11 years phi small text correction
(edit) @5735:98e080acad16   11 years phi added Common Service Interface (CSI)
(edit) @5734:3c50beea56d4   11 years phi updated list of FNs
(edit) @5733:a0c8a7be1ae7   11 years phi added function roar_buffer_new_str() create buffers from string literals
(edit) @5716:d245a19d4c3d   11 years phi added new flag KEEP_RUNNING
(edit) @5698:6dfbfdbe14bd   12 years phi added some stuff for future use
(edit) @5694:d31d31565f84   12 years phi small updates to scheduler API
(edit) @5692:0480fc56e68a   12 years phi Added scheduler (mainly for IO events) (Closes: #206)
(edit) @5690:9205cac1fbb1   12 years phi Improved handling of mixing OpenSSL enabled applications with libroar …
(edit) @5682:6601185c62a4   12 years phi added ROAR_VIOF_APPEND
(edit) @5668:c9259aec2986   12 years phi hardened macros
(edit) @5667:7bc121d15d0e   12 years phi added function retruning common namespaces
(edit) @5665:10c164fd8e04   12 years phi Added support for v3 and v5 UUIDs.
(edit) @5661:efd1ca5963ee   12 years phi Improved kv API: added roar_keyval_copy()
(edit) @5651:b0e163908378   12 years phi Added compiler checks for printf() like format strings.
(edit) @5644:ebfbaab396d7   12 years phi Improved kstore API (See: #317)
(edit) @5624:ec1593cc8525   12 years phi Added support for RePlayGain? (RPG) control (See: #300)
(edit) @5623:cd8f318fd1a9   12 years phi Fixed metadata handling in meta.c.
(edit) @5619:16fe78ec277c   12 years phi Implemented watchdog (Closes: #291)
(edit) @5609:df67bf570248   12 years phi add feature test macros for roar_ctl_c2m2() and roar_ctl_m2c2(), see #286
(edit) @5608:584b36c566e2   12 years phi Handle super long client names well (Closes: #286)
(edit) @5606:f7617b41972e   12 years phi Updated common protocol interface (Closes: #257, #256)
(edit) @5603:0577a2d5a9a6   12 years phi Added roar_buffer_moveintoqueue() (Closes: #283)
(edit) @5602:6d421545ca98   12 years phi moved strselcmp() and strseltok() to libroar (Closes: #285)
(edit) @5589:de9dbc2ecc4b   12 years phi Updated UUID support to fixs shortcoming detected by rpld. Closes: #276
(edit) @5582:f3111257da86   12 years phi added a macro for FNREG (callback) registration
(edit) @5578:c6268709a23b   12 years phi provide a macro for fn registrations within plugins
(edit) @5576:a98545bcc3f1   12 years phi Support a common protocol interface (Closes: #257)
(edit) @5554:974f701cf7b5   12 years phi support to convert EAI_* error codes (Closes: #255)
(edit) @5552:44c8c6d803df   12 years phi added some infos
(edit) @5544:16ca0566b0e9   12 years phi Improved error handling (including on win32) (Closes: #235)
(edit) @5539:8ff56da299af   12 years phi typo
(edit) @5538:32eff1535618   12 years phi introduced roar_errorstring
(edit) @5535:051e141134da   12 years phi added roar_stream_new_by_info() as well as done some related cleanup
(edit) @5529:d86f148f08b2   12 years phi Implemented SHA1 support (Closes: #232)
(edit) @5517:287ced72ce95   12 years phi Fixed detection of dynamic loader on *BSD.
(edit) @5512:71b49441933f   12 years phi avoid the need for linking plugins against libroar
(edit) @5511:e2207bedaf0e   12 years phi Added a way to register plugin parts with a universal API (Closes: #245)
(edit) @5505:a39728598a5f   12 years phi Added simple UUID interface (Closes: #230)
(edit) @5504:ff89becc47ab   12 years phi Added support for AutoAppSched? to the plugin container.
(edit) @5501:fc2e83547f0d   12 years phi ROAR_DL_PLUGIN_START() now checks para structure (Closes: #236)
(edit) @5489:4fd83d07ca85   12 years phi typo
(edit) @5488:cd3f4f76a154   12 years phi Improved plugincontainer (pr1).
(edit) @5487:882b4283f8d7   12 years phi support getting plugin by name
(edit) @5479:a6348edc217a   12 years phi Work around bugs in win32 while using stdvios (pr0).
(edit) @5470:a67fd926e963   12 years phi support new flag ROAR_VIO_SELECT_NO_RETEST
(edit) @5467:30f989510eb4   12 years phi make use of seq-numbers in v2 messages
(edit) @5465:d5e7bc292531   12 years phi no longer use fixed protocol version (_ROAR_MESSAGE_VERSION=0). protocol …
(edit) @5453:bc4b68a6c9e3   12 years phi also support setting ABI version
(edit) @5443:b57e144b3ddf   12 years phi Added key based store (Closes: #199)
(edit) @5437:10fa93ca04ed   12 years phi added a warning
(edit) @5436:a29ea4926470   12 years phi allows the use of costume para parameters
Note: See TracRevisionLog for help on using the revision log.