source: roaraudio/libroar/simple.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5238:5117fb0e7ed4   12 years phi Removed roar_stream_connect(), roar_stream_add_data(), …
(edit) @5237:9dad2e237a34   12 years phi Removed roar_connect_raw() and roar_connect().
(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) @5163:22c49b4be8cd   12 years phi fix for linux 3.0.*'s select()
(edit) @5148:73d76a74be61   12 years phi improved error handling some more, marked some stuff as obsolete
(edit) @5118:2b5777714b0d   13 years phi fixed some warnings
(edit) @5114:82426e175a9d   13 years phi added extra const keywords for server names as well as client names
(edit) @5110:1a60f34b8a9f   13 years phi fixed some warnings
(edit) @5061:df215e585134   13 years phi added control connection to select() to detect errors without waiting for …
(edit) @5024:a05dd5976bc3   13 years phi small fixes
(edit) @5017:5a796cea42c2   13 years phi fixed some compiler warnings
(edit) @4806:988c888752c2   13 years phi Started with support for non-blocking server locating attempts. Speed up …
(edit) @4708:c9d40761088a   13 years phi updated copyright statements
(edit) @3905:52d3217fc3c3   14 years phi added win32 cast
(edit) @3897:7150eb408831   14 years phi get things to compile on µCs
(edit) @3857:8ed6d81a32d6   14 years phi use roar_debug_warn_obsolete() and roar_libroar_*warn()
(edit) @3812:acdaec327ece   14 years phi fixed some copyright statements
(edit) @3651:adb17af3b61c   14 years phi fixed fh leak
(edit) @3517:1a3218a3fc5b   14 years phi updated license headers, FSF moved office
(edit) @3479:67e03a930fb2   14 years phi make valgrind happy
(edit) @3012:7d5415a0d8d8   14 years phi added sysio warning
(edit) @2818:7ae10f65c79a   15 years phi more roar_debug_warn_sysio()s
(edit) @2809:8d51fb4545cb   15 years phi sysio -> vio api, added warnings
(edit) @2697:4a6231807551   15 years phi added parameter dir to roar_simple_connect_virtual()
(edit) @2656:87608958d363   15 years phi added code for roar_simple_connect_virtual()
(edit) @2655:b4eb068bb586   15 years phi added some calls of roar_debug_warn_sysio()
(edit) @2647:812b8d564396   15 years phi added dummy for roar_simple_connect_virtual()
(edit) @2481:4ecb8a80a69e   15 years phi use config, ROAR_LIBROAR_CONFIG_WAS_USE_EXECED
(edit) @1763:7b114d43d4d3   15 years phi roar_simple_close() need to use win32 close func on win32
(edit) @1660:99bfd21f00ef   15 years phi changed name of fh in con struct to fh, this should all apps requiring …
(edit) @1476:bcb075f757c8   15 years phi do not try BSD Socket interface/POSIX IO if the arch/os does not support …
(edit) @1470:9ada8abbf75d   15 years phi replaced shutdown() by ROAR_SHUTDOWN() to make it optional
(edit) @1466:c084194d42f4   15 years phi IPv4 support optional
(edit) @1465:f6abf97c2fce   15 years phi only use select based methode if we have select()
(edit) @1396:e47e705aaa0d   15 years phi cleanup on unused vars
(edit) @1395:2e8b8e887220   15 years phi only use UNIX or DECnet sockets if they are supported by the OS.
(edit) @1380:2df1d3fd0785   15 years phi only support IPv4 if we have IPv4 support, return -1 in other cases
(edit) @1359:6a59a3cbc91a   15 years phi make IPv4 optional in most libroar files
(edit) @1187:b801908abee4   15 years phi some cleenup and updated the (c)-notice
(edit) @1178:3ec5d99364a2   15 years phi some cleanup, guess AF_UNIX on getsockname() set len = 0 on OpenBSD
(edit) @1172:7043713a774a   15 years phi added #if0 in comment, maybe that fixes a bug reported by janus
(edit) @1168:70be5878eba5   15 years phi use socketpair() for AF_UNIX sockets on roar_simple_new_stream*(), not …
(edit) @1166:451a7aa01537   15 years phi set stream fh, not only returning it on secuessful connect
(edit) @1163:ce49355d789e   15 years phi added internal roar_simple_new_stream_attachexeced_obj() function
(edit) @1161:3a4d2d9604ae   15 years phi added a 10 sec timeout for creating new streams via connect_to
(edit) @1158:2a018971489b   15 years phi added roar_simple_stream_obj()
(edit) @1094:5ffff9cc75d1   15 years phi added error message
(edit) @1080:79a7f3ec66a7   15 years phi no stat() and struct stat in win32…
(edit) @1068:cd86a0f4adab   15 years phi make OpenBSD security warnings patch a bit happyer...: strcpy() -> …
(edit) @1067:a2d7c244141b   15 years phi make OpenBSD security warnings patch a bit happyer...: sprintf() -> …
(edit) @690:cee9bf5fa456   16 years phi added copyright statements
(edit) @532:04a8638512ec   16 years phi use SO_REUSEADDR for temp DECnet sockets, too
(edit) @526:dad1cb338c60   16 years phi added experimental DECnet support to roar_simple_new_stream_obj()
(edit) @505:ca6bfa6cfad1   16 years phi fixed some bugs in roar_simple_new_stream_obj()
(edit) @493:aa0666636931   16 years phi allow reuse of temp address
(edit) @487:a25cdf58b8fe   16 years phi added Af_INET support to roar_simple_new_stream_obj()
(edit) @451:ef127bf9f801   16 years phi chmod() and chown() roar_simple_new_stream_obj()s temp socket to best fit
(edit) @235:4361cf5be88e   16 years phi added roar_simple_play_file()
(edit) @119:8669a32c3bdd   16 years phi added a way to get the roar_stream object when using …
(edit) @82:395b9657ca85   16 years phi added roar_simple_new_stream()
(edit) @54:14afa447a91e   16 years phi added code to use shutdown()
(add) @0:2a41d2f42394   16 years phi Initial revision
Note: See TracRevisionLog for help on using the revision log.