source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5146:716400712348   12 years phi Moved error frame handling into proto functions (pr0)
(edit) @5145:c1a3ca765154   12 years phi * Fixed invalid pointer aliasing in filter code (pr0) * Fixed …
(edit) @5144:9126d33415d7   12 years phi corrected stream ID, set it to -1 if unused.
(edit) @5138:0b15d51b5f92   13 years phi supress non-hostnames warnings in serveral internale cases of socket …
(edit) @5137:d2aa7e38d3b2   13 years phi added some debugging lions
(edit) @5132:1c10be48298e   13 years phi Fixed invalid pointer aliasing (Closes: #178)
(edit) @5131:57cb309489a3   13 years phi Fixed segfaul in FLAC cf (Closes: #177)
(edit) @5121:1a1d9d8e0bce   13 years phi added const keyword to return type of roar_socket_get_local_nodename()
(edit) @5120:f6832cb5c2ea   13 years phi fixed address parsing error
(edit) @5119:66203ccc8f12   13 years phi moved code from roar_vs_latency() into roar_vs_latency2()
(edit) @5118:2b5777714b0d   13 years phi fixed some warnings
(edit) @5116:ec18cb54f717   13 years phi rewrote roar_vio_simple_stream() to not use any deprecated functions
(edit) @5115:3f841b146bef   13 years phi moved VIO stream functions out of the vio.c file
(edit) @5114:82426e175a9d   13 years phi added extra const keywords for server names as well as client names
(edit) @5113:1bf3bca6cb51   13 years phi added roar_socket_set_tos()
(edit) @5112:034315dcf9d4   13 years phi added some const keywords
(edit) @5111:090c5c2831a7   13 years phi fixed some compiler warnings
(edit) @5110:1a60f34b8a9f   13 years phi fixed some warnings
(edit) @5109:4f9fc788fe91   13 years phi Started to use compiler attributes (Also see: #130)
(edit) @5098:49d6eb21d70e   13 years phi warn about numerical hostnames for IP
(edit) @5097:9d74ce71fcdd   13 years phi text corrections
(edit) @5095:f6a73c5a779a   13 years phi typos
(edit) @5094:5750aa4497a7   13 years phi added 29 new error codes
(edit) @5088:eb14fce06df5   13 years phi relex type for fopencookie(), maybe helps on cygwin
(edit) @5078:2fffe0b6322c   13 years phi added auto mode
(edit) @5077:0e1299f6d344   13 years phi support backends for ASYNC mode
(edit) @5075:fd02b8a97aea   13 years phi added support ROAR_VS_ASYNC to roar_vs_latency2()
(edit) @5074:d85bc9b1b8d7   13 years phi force non-zero time
(edit) @5073:f9b421aec994   13 years phi added code to handle responses to async messages, still need code to send …
(edit) @5072:c9c5efeb17e7   13 years phi added missing ()
(edit) @5071:a550bcffdb13   13 years phi added a function to handle async stuff, still need to integerate it with …
(edit) @5069:d7bf200c3aae   13 years phi seperate last pos and offset for later ASYNC latency updates
(edit) @5068:f11a0c0bacdd   13 years phi Support non-blocking latency request in VS API (Closes: #97)
(edit) @5066:82ed1d7f85f6   13 years phi set c_freq correctly
(edit) @5065:18cdc8c3a1ab   13 years phi added roar_clock_gettime()
(edit) @5061:df215e585134   13 years phi added control connection to select() to detect errors without waiting for …
(edit) @5054:90a1cc89f2e5   13 years phi Added Meta Data types DISCNUMBER, SOURCEMEDIA, LABEL, LABELNO
(edit) @5051:846ebe8f2e93   13 years phi roar_stream_set_flags() -> roar_stream_set_flags2()
(edit) @5040:303d9420b21e   13 years phi test and support ECHERNOBYL, ECRAY, ENOHORSE
(edit) @5034:447ce1817e45   13 years phi added info about posix
(edit) @5033:f4c9b2b4d072   13 years phi better error handling
(edit) @5031:ebd6fe192503   13 years phi Added support for ROAR_CMD_GETTIMEOFDAY
(edit) @5030:3f116c20af9d   13 years phi correctly test for != NULL
(edit) @5028:bda7085a07b8   13 years phi fixed some ckport warnings about poissible buffer overflows which are not …
(edit) @5027:cae33777c4ce   13 years phi added some debug lions
(edit) @5026:eb2aee394b16   13 years phi use roar_mm_str*()
(edit) @5025:35982a4396fb   13 years phi prepare VS API for SYNC streams (FILTER), adding a flag for defaulting to …
(edit) @5024:a05dd5976bc3   13 years phi small fixes
(edit) @5023:5daa7b62bcd3   13 years phi better error handling
(edit) @5020:c5d5637d2d25   13 years phi test for sleep()
(edit) @5019:86da2c425dd0   13 years phi fixed a int overflow in length test
(edit) @5018:7e58afc937f0   13 years phi #ifdef vars only needed by some config options
(edit) @5017:5a796cea42c2   13 years phi fixed some compiler warnings
(edit) @5016:d755412ea43d   13 years phi test for f{,d,re}open() and fclose()
(edit) @5014:af22bd800d2b   13 years phi do not check for libm but for INFINITY and NAN, may help on some targets
(edit) @5013:313cd6a2ca34   13 years phi fixed segfaul when buffer chain becomes empty on shift_out
(edit) @5011:512edfc544df   13 years phi Added memory corruption and double free detection to buffer API.
(edit) @5010:065b9de0acf7   13 years phi Updated roar_reset() (Closes: #131)
(edit) @5008:f66a2be5b974   13 years phi use roar_mm_str[ls]{cat,cpy}()
(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()
Note: See TracRevisionLog for help on using the revision log.