source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5229:d7e314825b8a   12 years phi corrected coding style
(edit) @5228:5d150aacecb1   12 years phi removed roar_debug_message_print()
(edit) @5227:beb26bba0901   12 years phi added const keywords to roar_vio_open_dstr(), roar_vio_open_dstr_vio(), …
(edit) @5226:3cb3cab29e5e   12 years phi Removed roarcat2sock as well as roar_simple_stream(), …
(edit) @5225:2cedb218a048   12 years phi added const keywords to roar_simple_play_file()
(edit) @5224:0110eb2c5e00   12 years phi added const keywords to roar_file_codecdetect()
(edit) @5223:3326fb359ffe   12 years phi Removed roar_file_send_raw() and roarcatsendfile.
(edit) @5222:539af2614ec9   12 years phi removed roar_file_map() and roar_file_unmap()
(edit) @5221:aa6530a03260   12 years phi Removed old functions from API (Closes: #186)
(edit) @5220:df802906cfec   12 years phi do not ignore errors at the moment
(edit) @5216:e16c15116d46   12 years phi moved roar_err_{build,parse}msg2() -> roar_err_{build,parse}msg(), see …
(edit) @5215:f812d640fc39   12 years phi removed roar_errno
(edit) @5210:8eb738dee9d4   12 years phi Updated ports to minimal, win32 and avr (pr2)
(edit) @5203:b00e1ccc6f2b   12 years phi some EAI_* are removed on FreeBSD
(edit) @5202:a6267bfa61b1   12 years phi added opmode:ms
(edit) @5201:4427d3c7382f   12 years phi fixed endless recursion in config loader
(edit) @5199:5fd5619f05e0   12 years phi added an extre debugging lion
(edit) @5198:4381d5d990a1   12 years phi return EFAULT not EINVAL on vss == NULL
(edit) @5189:d2b96cf45a19   12 years phi added some more protocol IDs
(edit) @5188:15479bc3b330   12 years phi updated error handling
(edit) @5185:9c42709e2c89   12 years phi added server type +invalid
(edit) @5184:ad300180eb6f   12 years phi updated error handling
(edit) @5183:41993c72f4d3   12 years phi added opmode option
(edit) @5180:e8efeb11e78b   12 years phi updated roarfilt
(edit) @5163:22c49b4be8cd   12 years phi fix for linux 3.0.*'s select()
(edit) @5158:ea46bb599ce7   12 years phi (re-)try password if there is no guest access.
(edit) @5151:2f26230719b5   12 years phi use fresh error context for each notify callback.
(edit) @5150:3c2925abe3ed   12 years phi added code to save error state, marked roar_err_is_errno_clean() as …
(edit) @5149:b7345c9daac1   12 years phi added support to list standards the client lib supports (not yet complet)
(edit) @5148:73d76a74be61   12 years phi improved error handling some more, marked some stuff as obsolete
(edit) @5147:6493378fc025   12 years phi typo
(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
Note: See TracRevisionLog for help on using the revision log.