source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4907:7ce748f993d8   13 years phi assigned codec IDs for opus
(edit) @4905:3b98d0dc037b   13 years phi added clean error handling
(edit) @4904:bc37dedf09b4   13 years phi corrected use of free() to roar_mm_free()
(edit) @4903:1a9db57bf503   13 years phi check if we support some kind of data format type
(edit) @4901:6d347c8f1180   13 years phi added support to set/get type of data for a buffer
(edit) @4896:0cd0dc3bc104   13 years phi removed useage of usleep() in flavor to nanosleep() if supported.
(edit) @4895:44ab7047f607   13 years phi added BRR codec to codec lookup table as well as two BRR profiles.
(edit) @4883:c56aedd9d0cb   13 years phi Added functions to access symbolic names for audio info parameters …
(edit) @4878:fd6eebeb9d7b   13 years phi rename function roar_ht_digest2str() -> roar_hash_digest2str()
(edit) @4877:f204efc45b07   13 years phi added roar_ht_digest2str()
(edit) @4876:06a2f29d0450   13 years phi some updates to handle error values better with DSTR
(edit) @4875:6c3332d24679   13 years phi ROAR_{DBG,INFO,WARN,ERR}() MUST NOT alter RA's error values nor errno!
(edit) @4873:98d17d4deeec   13 years phi make use of new error stuff
(edit) @4871:fd43e266a063   13 years phi added some more error handling functions
(edit) @4870:ad85e19b3219   13 years phi Added new error codes
(edit) @4869:431d1b8794f0   13 years phi implemented roar_errno2()
(edit) @4850:fe9aec03046c   13 years phi allow amps > 1.0 for VS API in some kind of expert mode (needed by VLC, …
(edit) @4845:6d884cee9a87   13 years phi added a small debug lion
(edit) @4843:05ca8907fa35   13 years phi Added support for HTTP Basic Auth
(edit) @4839:5944793ffc1d   13 years phi do not blindly pass fh
(edit) @4832:085f96f6555c   13 years phi support gopher URLs not starting with /. report mime types for gopher …
(edit) @4831:be687ef15976   13 years phi fixed a VIO ctl ID conflict
(edit) @4830:fb6bb2abfcc5   13 years phi corrected handling of HTTP headers
(edit) @4829:2da845cb0c30   13 years phi added a dirty trick to find out if we are a pass- or a re-vio.
(edit) @4828:4d92c3a9ebcd   13 years phi report protocol name as vio name, not generic "proto"
(edit) @4827:1c7fe40fd2d3   13 years phi return error on error, do not throw NULL-pointers around.
(edit) @4826:52861e59503c   13 years phi add a basic ctl() to vio_misc
(edit) @4824:bd21c2bc0214   13 years phi Added VIOs and DSTR elements: null:, zero:, nrandom:
(edit) @4806:988c888752c2   13 years phi Started with support for non-blocking server locating attempts. Speed up …
(edit) @4805:f4f72e985020   13 years phi use sizeof()
(edit) @4796:e2a54b44679a   13 years phi updated list so we follow our own recommends
(edit) @4795:cf3e4ecde1f5   13 years phi Added Adler32 support (Closes: #123) (pr1)
(edit) @4794:251fc19074f7   13 years phi Added Meta Data types COMPOSER, RIGHTS, ISRC, LANGUAGE, GTIN, PUBLISHER …
(edit) @4793:a5f42917b666   13 years phi Moved error string lookup from VS into error.c (pr1)
(edit) @4792:a9cb74d9acb5   13 years phi added support to roard to load authfiles
(edit) @4791:4c1908f79270   13 years phi added ROAR_META_TYPE_COMPOSER and ROAR_META_TYPE_RIGHTS
(edit) @4790:c1073581d7c2   13 years phi added support for long (> sizeof(mes.data)-4) cookies, fixed memory …
(edit) @4788:482fc1a96c7a   13 years phi Added simple authfile support to roard (pr1)
(edit) @4787:6f1eddd188c1   13 years phi added roar_authfile_key_new_random()
(edit) @4786:c31d7735a7e6   13 years phi auto detect key file type
(edit) @4785:60919d1fa9af   13 years phi added roar_random_uint{16,32}()
(edit) @4784:7aa703c721af   13 years phi added support for trap-policy:die and updated to a good message for …
(edit) @4782:f92e1cd67192   13 years phi added support to get trap group name->id and id->name
(edit) @4780:814516280a3b   13 years phi avoid some warnings on win32
(edit) @4779:64fbda1f79f8   13 years phi Added support for a simple trap mechanism (pr1)
(edit) @4778:0597235b26c1   13 years phi added a comment, this rutine can read hosts(5) as well.
(edit) @4777:5a250aafb5ba   13 years phi Added support for use of DECnet and ARP neighbour tables to locate servers …
(edit) @4775:9f4ca59b800b   13 years phi ignore OpenSLP for enumdev if disabled by config (WAS_NO_SLP)
(edit) @4772:09bf371cfb03   13 years phi removed unused var
(edit) @4759:10a753806fd5   13 years phi Added IPv6 support
(edit) @4755:42923c3e22c5   13 years phi add time to initial state of nonce buffer
(edit) @4748:d7be1c18ccb5   13 years phi updated configure script to honor LDFLAGS and added --opti to set …
(edit) @4746:79232d38c29e   13 years phi added consts for some generic devices
(edit) @4745:1e974ec321bd   13 years phi Better auth type oder support (Closes: #6)
(edit) @4740:f3abf82e2ead   13 years phi Added support for UNMAPPED volume control (Closes: #55)
(edit) @4730:4bf43e9ae7ce   13 years phi added additional AF_* checks
(edit) @4729:aa06b8b93191   13 years phi added forgotten entry in codec name lookup table for new codec consts
(edit) @4721:01d25fc9740a   13 years phi fixed FTBFS on debian and same platforms
(edit) @4719:a10929cd0665   13 years phi some basic latency control
(edit) @4718:eff5b46526d0   13 years phi added VIO based direct access to SYSIO [gs]etsockopt()
(edit) @4717:202d623df156   13 years phi some debug stuff
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @4705:109ee6f17831   13 years phi got gopher finally working, now moving myself into sleepingbag device…
(edit) @4692:834121094e10   13 years phi some more debug lions
(edit) @4691:3aac63a25215   13 years phi no need to preload config if already loaded... (pre-post-load, haha...)
(edit) @4690:989ca5f47929   13 years phi Fixed small win32 bugs
(edit) @4687:a2f7522c22ca   13 years phi added protocol IDs for IRC, DCC and Echo
(edit) @4677:1a402c6e621a   13 years phi optimize a bit the number how often time() is called at nonce generation
(edit) @4674:360407693181   13 years phi support to salt nonce
(edit) @4673:216a48caae68   13 years phi make use of nonce for very_weak keys.
(edit) @4672:c4e84aa74620   13 years phi added function to generate nonce
(edit) @4671:21813f03d0cc   13 years phi added RFC 2440/4880 CRC24 binding for hashing functions
(edit) @4670:8eeb660de23d   13 years phi some statefull general hash api…
(edit) @4667:475bcad811d6   13 years phi support ROAR_META_TYPE_LIKENESS in lookup functions
(edit) @4663:78144c926fe6   13 years phi correct URL syntax
(edit) @4653:fb6662ea5f57   13 years phi Support option to disable OpenSLP
(edit) @4645:5292cfa73f25   13 years phi corrected function name
(edit) @4639:8a41adcab809   13 years phi pass back info to caller if data was written or timeout
(edit) @4638:2516f31ee04a   13 years phi ROAR_VS_BACKEND_DEFAULT is now handled at runtime
(edit) @4637:f50df7324ec1   13 years phi support non-symbolic backends
(edit) @4636:1cd04bd163a0   13 years phi corrected latency management
(edit) @4630:a09bea925581   13 years phi report error values set with _seterr()
(edit) @4629:27acd1cc7e9c   13 years phi support to reset buffer
(edit) @4628:bdfd078fb00e   13 years phi make run() work in buffered mode
(edit) @4626:bd2f6332d653   13 years phi added support for buffered VS API (Closes: #2)
(edit) @4625:b38e2e191e5b   13 years phi Updated ring buffer code (Closes: #91)
(edit) @4624:7cdf88681b49   13 years phi updates for ringbuffer
(edit) @4622:74ea2f012bb1   13 years phi added roar_vs_ctl() for some very advanced controling of VS object
(edit) @4621:c20151c5eb6f   13 years phi test for correct set of mixer in case of forced mixer connect
(edit) @4618:950031048258   13 years phi Corrected error codes in VS API (Closes: #90)
(edit) @4617:dffa551c3590   13 years phi corrected wrong sizeof()
(edit) @4616:352d80a7e9d5   13 years phi set error on -1
(edit) @4615:1406da02b52e   13 years phi done some code for non-free running ring buffer
(edit) @4614:3b1ab4d465e8   13 years phi Support dir parameter in OINFO command (Closes: #31)
(edit) @4588:e20a1b790be1   13 years phi implemented Base64
(edit) @4587:92d0a6279c00   13 years phi some basic stuff to implement base64 encoding
(edit) @4586:a740993657d7   13 years phi added base64 stub files
(edit) @4585:809eb2858897   13 years phi added CRC24 support
(edit) @4584:959c2d722ca8   13 years phi enable VS file API to handle mime-types
(edit) @4583:3bd9da6e60fa   13 years phi added mimetype lookup functions
Note: See TracRevisionLog for help on using the revision log.