source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5007:179d63653e33   13 years phi forced size of used ints
(edit) @5006:1a7ae9683375   13 years phi make file independed on strtok()
(edit) @5002:35d2d75c1504   13 years phi added roar_mm_strlcpy(), roar_mm_strlcat() and roar_mm_strtok_r()
(edit) @5001:af12e5845239   13 years phi added roar_mm_sizeof()
(edit) @4998:b404387a2080   13 years phi Updated roar_panic() (Closes: #132)
(edit) @4992:59dd7fe37631   13 years phi STRDUP vs. STRNDUP
(edit) @4991:a671659f1721   13 years phi operator correction, thanks to maister
(edit) @4990:b3459568833a   13 years phi corrected strndup() #ifdef
(edit) @4989:be7f633988f4   13 years phi yet another reallocation correction
(edit) @4988:a1cef345432b   13 years phi fixed a segfaul in buffers, corrected check for supported types
(edit) @4985:e025032fad89   13 years phi only use special zero-size buffer if ROAR_USE_MEMMGR is defined.
(edit) @4984:44b9d52658ca   13 years phi re-enable build in minimal mode
(edit) @4976:18dca9e46749   13 years phi added roar_version_string(), roar_version_num() and ROAR_VERSION
(edit) @4975:1b8be0a0ba5f   13 years phi removed more usages of system's malloc()/free() calles.
(edit) @4974:ab7ac5b9c4df   13 years phi added roar_mm_free_retvoid()
(edit) @4973:20bee823ab67   13 years phi use memory corruption roar_panic()
(edit) @4972:4341665f3041   13 years phi detect changes in null-buffer on several memmgr calls
(edit) @4971:f5853509f5e3   13 years phi Use a non-\0-char buffer for zero-size malloc guard segment
(edit) @4970:5fd50d4ef2ea   13 years phi added roar_panic()
(edit) @4968:2c5119fa5798   13 years phi some updates to error handling
(edit) @4966:d5d7ae44b604   13 years phi return MSGSIZE in case string is too long
(edit) @4965:dc152318cd0b   13 years phi added roar_reset()
(edit) @4964:bba084fba0fa   13 years phi avoide most external uses of roar_vio_init_calls()
(edit) @4963:1fea81784c37   13 years phi added roar_vio_clear_calls()
(edit) @4958:2d8a28f3d87f   13 years phi Added simple memmgr (memory Manager) code.
(edit) @4957:45ba4cf2abe3   13 years phi use roar_mm_*() where possible
(edit) @4956:dc85aeaedd54   13 years phi Use zlib for gzip and zlib format (Closes: #29)
(edit) @4951:4a40c2bc147c   13 years phi updated some error values to use new, less generic ones
(edit) @4948:29b5b41a1ca2   13 years phi a first (not yet fully working) patch for non-stream execs (see #32)
(edit) @4945:9c4f8c8d92a9   13 years phi small fixes for win32 build
(edit) @4944:97c58eba6db9   13 years phi work around small API inconsistency ((void*) vs. (char*))
(edit) @4942:d503ecddf78d   13 years phi added better check
(edit) @4939:283c00842296   13 years phi some minor fixes for win32
(edit) @4938:bb074f761e86   13 years phi some minor fixes for win32
(edit) @4937:fb93a2005990   13 years phi corrected typo trlen vs strlen (why did it build?)
(edit) @4936:9924849b9036   13 years phi sync after writing debug message.
(edit) @4931:7790d8d66cb5   13 years phi small cleanup to avoid buffer overflow problems
(edit) @4923:eb6f9e17661a   13 years phi use new target syntax of ckport
(edit) @4917:28d251acb8ca   13 years phi replaced sprintf() with snprintf() call
(edit) @4916:cc2890ef2f64   13 years phi added a ckport ignore for sleep()
(edit) @4915:3356477daf9d   13 years phi removed win32 hack for sleep()
(edit) @4913:5640b4c00ace   13 years phi added roar_sleep() function
(edit) @4912:25498423dcc9   13 years phi added some new error codes
(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
Note: See TracRevisionLog for help on using the revision log.