source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1768:ec2e8ba13c75   15 years phi call roar_socket_win32_init() before calling gethostbyname() the first …
(edit) @1767:4ab5e1edfca0   15 years phi debug start of function mark
(edit) @1766:b1c0d7263cac   15 years phi some more error messages
(edit) @1765:6521fb56702e   15 years phi some dirty win32 hacks
(edit) @1764:711314636e32   15 years phi only try unix default sockets if we have unix support
(edit) @1763:7b114d43d4d3   15 years phi roar_simple_close() need to use win32 close func on win32
(edit) @1762:0861ce6933cb   15 years phi open all files in binary mode on win32
(edit) @1761:8d2dc52606be   15 years phi init winsock if needed
(edit) @1760:da54b58b39ba   15 years phi socket api differs on win32
(edit) @1733:b31058000869   15 years phi use $LIBS in Makefiles: add libs at end of linker options
(edit) @1666:ae1d6f0de812   15 years phi sockets do not need any fdatasync() call on posix systems
(edit) @1665:d00c9b8aab4c   15 years phi added roar_vio_null_sync() a null syncer
(edit) @1663:806f6bd7a9fa   15 years phi write function was very broken, return bytes written, test for output of …
(edit) @1660:99bfd21f00ef   15 years phi changed name of fh in con struct to fh, this should all apps requiring …
(edit) @1657:915ca3b23d62   15 years phi started VIO api for 2popen
(edit) @1652:940ffafab455   15 years phi do a better casting on exec()s
(edit) @1650:432469c37b16   15 years phi got HTTP for non default port working, tool, Defaults based sockets …
(edit) @1644:cae19c83efbb   15 years phi SCM_RIGHTS does not work on Solaris
(edit) @1643:2f99d92f3d26   15 years phi link against libsendfile if it exists
(edit) @1616:d78fb6c03fc0   15 years phi cleanup of a lot warnings -> dbg
(edit) @1615:1f2b8a6cbd7a   15 years phi got HTTP support working in cf source
(edit) @1612:ceb40fffd649   15 years phi added support to get a fh for reading, need to prebuffer data
(edit) @1514:d1ef1521864f   15 years phi also build libroar/libroardsp.a
(edit) @1506:3752cfc1f357   15 years phi added vio_select.[ch]
(edit) @1505:06a3687a4ce8   15 years phi added more support for vio_ctl, added ROAR_VIO_CTL_GET_*FH and …
(edit) @1476:bcb075f757c8   15 years phi do not try BSD Socket interface/POSIX IO if the arch/os does not support …
(edit) @1475:a43095c6fc0e   15 years phi only use POSIX file IO if we have POSIX file IO ;)
(edit) @1474:0a0bf0ac011b   15 years phi only use POSIX file IO if we have POSIX file IO ;)
(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) @1464:72a43deb3d0d   15 years phi conly build the code if we have support for sockets
(edit) @1461:c941ba8699b9   15 years phi test for ROAR_HAVE_GETSERVBYNAME
(edit) @1443:4cbb3dc65278   15 years phi AF_UNIX -> only if we have, BSD Socket options -> only if we have BSD …
(edit) @1442:24423ef2ecc3   15 years phi only try to link with mmap() if we have a OS supporting it
(edit) @1440:2036187332e1   15 years phi disable a lot things for microcontroller
(edit) @1439:9c285e158bc5   15 years phi make vio proto optional
(edit) @1438:bcc037fa127b   15 years phi included headers no longer needed, they are globaly included :)
(edit) @1436:505c72b506ad   15 years phi typo
(edit) @1435:73f97b3d345e   15 years phi make the file more microcontroller friendly
(edit) @1434:a6f0fbf0fbdc   15 years phi added a mlock for microcontrollers
(edit) @1400:0631190618ab   15 years phi It's and not, not or not
(edit) @1398:8285e9c45919   15 years phi make password api optional
(edit) @1397:9b4664b6c3dc   15 years phi make fsync() and fdatasync() optional
(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) @1394:b8703c5336a6   15 years phi make cdrom support optional
(edit) @1393:c551ccbda1b5   15 years phi do not declare unused var on win32
(edit) @1392:d9bd55ab5b97   15 years phi make more code optional in pinentry code
(edit) @1389:ba7d3f033dad   15 years phi don't set -fPIC on win32
(edit) @1388:7ad85038af5c   15 years phi make pipe module optional
(edit) @1380:2df1d3fd0785   15 years phi only support IPv4 if we have IPv4 support, return -1 in other cases
(edit) @1379:ccb25401e072   15 years phi *really* only set TCP options if we have IPv4 supprort enabled
(edit) @1378:c719f2acf68a   15 years phi only set TCP options if we have IPv4 supprort enabled
(edit) @1376:f8598fd4ec5c   15 years phi don't produce invalide code if wether fopencookie() nor funopen() was …
(edit) @1368:70ed82d15e83   15 years phi moved poly.[ch] from libroar to libroardsp
(edit) @1367:768517566a44   15 years phi moved convert.c from libroar to libroardsp
(edit) @1366:2dc3d99579da   15 years phi make vio cmd optional
(edit) @1365:b13ad1406546   15 years phi make vio dstr optional
(edit) @1364:463307ae63b4   15 years phi fixed small redecleration because of copy and paste
(edit) @1361:505b24d85e89   15 years phi subobject in is used by IPv6 code, too, at the moment
(edit) @1359:6a59a3cbc91a   15 years phi make IPv4 optional in most libroar files
(edit) @1358:1e4ca4a5e67c   15 years phi starting to make IPv4 optional
(edit) @1355:86ffb0d4d487   15 years phi only build DECnet stuff if DECnet is enabled ;)
(edit) @1354:fb6e3f4bbcf6   15 years phi got decnet:// working
(edit) @1353:d3fff5536a2e   15 years phi we need to set access modes and init next->def in case of sockets, got …
(edit) @1352:32e2b93fd9b5   15 years phi corrected gopher URL schema and added basic HTTP code, not working on …
(edit) @1351:f6b4d7e85459   15 years phi added roar_vio_printf()
(edit) @1350:dc323172c46f   15 years phi done some WARN->DBG cleanup
(edit) @1349:9582e89c7130   15 years phi changed a lot, got gopher working :), need cleanup
(edit) @1348:6221ddafe23f   15 years phi worte better handling of tailing slashes, corrected DECnet call to …
(edit) @1347:5bad4d7b02a7   15 years phi added vio_proto.[ch]
(edit) @1345:c8de104d844e   15 years phi started with DECnet support
(edit) @1342:6b75815771d4   15 years phi added support to remove tailing slash in port name and corrected byteorder …
(edit) @1341:cc7309b775b2   15 years phi added support for symbolic names to roar_vio_socket_get_port() :)
(edit) @1339:818d2eb4e11a   15 years phi added comment about converting
(edit) @1338:b1bdb4811261   15 years phi support to convert a file: into a unix: object and shutdown() sockets if a …
(edit) @1337:133222591226   15 years phi support sockets with no dst to use defaults from parent object
(edit) @1336:5195c767895e   15 years phi don't close a invalide/not set fh
(edit) @1335:548e9191245b   15 years phi got socket: and tcp: working, most others only need backend to be …
(edit) @1334:3e622f6293fe   15 years phi added support for compressed/encrypted links
(edit) @1333:640960dc1a0d   15 years phi done most basic code to open socket out of defs
(edit) @1332:f0d9d8a1f332   15 years phi added prototypes
(edit) @1331:4a0e11bc5a9b   15 years phi added files for vio_socket
(edit) @1330:ba9e40c040ed   15 years phi added roar_vio_open_default()
(edit) @1329:1e617b6b0d30   15 years phi fixed memory access violation, done some ROAR_WARN() -> ROAR_DBG()s
(edit) @1328:9c33a74ef1dc   15 years phi got vio dstr basicly working
(edit) @1327:f5806588a4fa   15 years phi implemnted the vio_stack
(edit) @1326:93eaea153760   15 years phi added files for VIO stack
(edit) @1325:13b46f83762f   15 years phi wrote a lot dstr code, started def setting code
(edit) @1323:ad8d25a78446   15 years phi added dstr types, added some meta funcs, wrote basic dstr parser
(edit) @1322:3bdf57f6d5cb   15 years phi added support to open an OpenSSL BIO as VIO object
(edit) @1321:d0ee45db8c45   15 years phi added files for vio BIO and dstr interface
(edit) @1319:acdd2e21951b   15 years phi big steps in direction to vio roar_connection object, roar_*_message() and …
(edit) @1315:177636363c47   15 years phi some small patches in direction of vio based roar_connection
(edit) @1314:7fb2fa50a1b1   15 years phi added roar_vio_puts(), roar_vio_putc(), roar_vio_getc()
(edit) @1312:4c0160c484c9   15 years phi you can not write if any handle got closed
(edit) @1311:553ca76590b9   15 years phi fixed a bug with pipe() based pipes, added some code for BUFFER based …
(edit) @1309:f1a8a148fa2e   15 years phi got pipe() based vio pipes working
(edit) @1304:4c024e764410   15 years phi added pipe impl. working for sockets at least and a simple test prog
Note: See TracRevisionLog for help on using the revision log.