# # ChangeLog for / in roaraudio # # Generated by Trac 1.0.1 # 06/03/24 06:38:39 Tue, 31 Mar 2009 18:53:38 GMT phi [1500:789ffe085574] * roard/lib.c (modified) test for ROAR_HAVE_IO_POSIX and ROAR_HAVE_FORK, only close listening ... Tue, 31 Mar 2009 18:51:09 GMT phi [1499:e5cd1b5eb592] * roard/sources.c (modified) check for ROAR_HAVE_IO_POSIX, converted source cf to new vio interface Tue, 31 Mar 2009 18:47:44 GMT phi [1498:0e9ec20bf506] * roard/streams.c (modified) corrected use of FDATASYNC and SHUTDOWN, check for ROAR_SUPPORT_META and ... Tue, 31 Mar 2009 18:31:42 GMT phi [1497:beb05975d51d] * roard/commands.c (modified) * roard/include/commands.h (modified) do not store command *names* on micor controllers Tue, 31 Mar 2009 18:07:17 GMT phi [1496:3b3a826f60d5] * roard/mixer.c (modified) corrected width of int and not assume it is as big as needed Tue, 31 Mar 2009 18:06:45 GMT phi [1495:6167505a72bd] * roard/include/meta.h (modified) test for ROAR_SUPPORT_META and disable meta data code Tue, 31 Mar 2009 18:04:32 GMT phi [1494:687defe4fca9] * roard/include/roard.h (modified) * roard/loop.c (modified) * roard/network.c (modified) * roard/roard.c (modified) test for ROAR_SUPPORT_LISTEN, disable listening socket code if not set Tue, 31 Mar 2009 17:58:23 GMT phi [1493:405133c68d28] * roard/codecfilter_vorbis.c (modified) * roard/include/req.h (modified) * roard/include/streams.h (modified) * roard/meta.c (modified) * roard/req.c (modified) test for ROAR_SUPPORT_META and disable meta data code Tue, 31 Mar 2009 17:38:18 GMT phi [1492:1e1b7fabd0b6] * libroardsp/filter_clip.c (modified) corrected wronge cast from int to void* Tue, 31 Mar 2009 17:37:00 GMT phi [1491:d67adb4327c3] * configure (modified) added --without-meta-data and --without-listen Mon, 30 Mar 2009 22:36:51 GMT phi [1490:20a64a311b63] * configure (modified) ignore -lc Mon, 30 Mar 2009 22:32:22 GMT phi [1489:aa7c9d748d98] * configure (modified) ignore -lc Mon, 30 Mar 2009 22:10:53 GMT phi [1488:0dcc3be9917e] * roard/loop.c (modified) ckeck for gettimeofday() Mon, 30 Mar 2009 22:10:27 GMT phi [1487:4758a8fb63f0] * roard/driver_raw.c (modified) driver depends on POSIX file IO Mon, 30 Mar 2009 22:00:16 GMT phi [1486:b283d24f34ef] * roard/roard.c (modified) done a lot checks for target capabilities, check for: ROAR_HAVE_UNIX, ... Mon, 30 Mar 2009 21:57:12 GMT phi [1485:9030423a497c] * roard/midi.c (modified) console beeper only works with POSIX file IO Mon, 30 Mar 2009 21:54:32 GMT phi [1484:435ae42d82e7] * roard/network.c (modified) only check for new connections on listening socket if we have select() Mon, 30 Mar 2009 21:53:16 GMT phi [1483:e8910d52dbfa] * roard/signals.c (modified) the current signal model only works on POSIX signal system Mon, 30 Mar 2009 21:49:45 GMT phi [1482:034429b9ee51] * roard/include/roard.h (modified) include only the headers supported by the target, include in correct ... Mon, 30 Mar 2009 21:44:37 GMT phi [1481:30246a17e3d5] * roard/codecfilter.c (modified) update list of CFs Mon, 30 Mar 2009 21:43:58 GMT phi [1480:0f037c1b4e7f] * roard/clients.c (modified) we can only check for new data from clients if we have ROAR_HAVE_SELECT Mon, 30 Mar 2009 21:41:59 GMT phi [1479:71d2bfe4ebe0] * roard/codecfilter_cmd.c (modified) only build cf if we have ROAR_HAVE_UNIX, ROAR_HAVE_BSDSOCKETS and ... Mon, 30 Mar 2009 21:41:05 GMT phi [1478:8b72a771afd4] * roard/driver.c (modified) updated driver list Mon, 30 Mar 2009 17:48:40 GMT phi [1477:f39017d49ef5] * include/libroar/libroar.h (modified) * include/roaraudio.h (modified) include stdint.h more erly Mon, 30 Mar 2009 17:40:10 GMT phi [1476:bcb075f757c8] * libroar/simple.c (modified) * libroar/socket.c (modified) do not try BSD Socket interface/POSIX IO if the arch/os does not support ... Mon, 30 Mar 2009 17:39:00 GMT phi [1475:a43095c6fc0e] * libroar/basic.c (modified) * libroar/stream.c (modified) only use POSIX file IO if we have POSIX file IO ;) Mon, 30 Mar 2009 17:34:29 GMT phi [1474:0a0bf0ac011b] * libroar/file.c (modified) * libroar/vio.c (modified) only use POSIX file IO if we have POSIX file IO ;) Mon, 30 Mar 2009 17:33:00 GMT phi [1473:ba24a03de994] * include/roaraudio/muconthacks.h (modified) also define EAGAIN (taken from linux) and do a dummy prototype for ... Mon, 30 Mar 2009 17:32:24 GMT phi [1472:30fb2c3c4756] * include/roaraudio.h (modified) only include select.h if we have select() Mon, 30 Mar 2009 17:27:35 GMT phi [1471:c9f230fe0f96] * configure (modified) test for a lot new things: chroot(), basic FS calls, basic IO calls, ... Sun, 29 Mar 2009 21:16:11 GMT phi [1470:9ada8abbf75d] * libroar/file.c (modified) * libroar/simple.c (modified) * libroar/vio_pipe.c (modified) * libroar/vio_socket.c (modified) replaced shutdown() by ROAR_SHUTDOWN() to make it optional Sun, 29 Mar 2009 21:12:06 GMT phi [1469:30d6166d3398] * configure (modified) test for shutdown() Sun, 29 Mar 2009 21:06:41 GMT phi [1468:dd5c3b050dc6] * configure (modified) check for select() and added --mmcu Sun, 29 Mar 2009 20:47:10 GMT phi [1467:0d4f7b1b07fe] * include/roaraudio/muconthacks.h (modified) some dummy funcs returning constant values Sun, 29 Mar 2009 20:37:56 GMT phi [1466:c084194d42f4] * libroar/simple.c (modified) IPv4 support optional Sun, 29 Mar 2009 20:20:56 GMT phi [1465:f6abf97c2fce] * libroar/simple.c (modified) only use select based methode if we have select() Sun, 29 Mar 2009 18:25:23 GMT phi [1464:72a43deb3d0d] * libroar/vio_socket.c (modified) conly build the code if we have support for sockets Sun, 29 Mar 2009 18:15:31 GMT phi [1463:b78e6a4a2e7d] * include/roaraudio/muconthacks.h (modified) added SOCK_* constants Sun, 29 Mar 2009 17:04:20 GMT phi [1462:695701d7e829] * configure (modified) typo Sun, 29 Mar 2009 17:02:53 GMT phi [1461:c941ba8699b9] * libroar/vio_socket.c (modified) test for ROAR_HAVE_GETSERVBYNAME Sun, 29 Mar 2009 16:59:08 GMT phi [1460:a4215d42f6e1] * configure (modified) corected test for getobjectbyname() Sun, 29 Mar 2009 16:54:45 GMT phi [1459:d57c80b9925a] * configure (modified) test for getservbyname() Sun, 29 Mar 2009 16:41:36 GMT phi [1458:5198ba10a100] * libroardsp/convert.c (modified) force width of int (needed for micro controllers) Sun, 29 Mar 2009 16:36:37 GMT phi [1457:6e201df9f0c3] * include/roaraudio/muconthacks.h (modified) define ENOSYS (value from Linux is used) Sun, 29 Mar 2009 16:32:11 GMT phi [1456:10a144963fef] * ChangeLog (modified) opened devl for version 0.2beta3 :) Fri, 27 Mar 2009 20:21:27 GMT phi [1455:b07e959e320a] * ChangeLog (modified) finaley set Changelog entry for release Fri, 27 Mar 2009 20:13:55 GMT phi [1454:05b09c05d49e] * README (modified) updated list of needed packets Fri, 27 Mar 2009 20:05:58 GMT phi [1453:a2dd3e5f459d] * README (modified) updated list of needed packets Fri, 27 Mar 2009 18:25:30 GMT phi [1452:127c6f872458] * ChangeLog (modified) gramatical fix Fri, 27 Mar 2009 18:22:46 GMT phi [1451:e50a547614af] * ChangeLog (modified) first update of in order to relase, added latest changes Fri, 27 Mar 2009 18:13:02 GMT phi [1450:81a82e43596c] * AUTHORS (modified) added maintainer list Fri, 27 Mar 2009 18:00:21 GMT phi [1449:e67252883ec5] * dist/archlinux/roard (added) first version of archlinux rc script by kalasmannen Fri, 27 Mar 2009 13:13:42 GMT phi [1448:69220f635341] * tools/send-roaraudio (modified) calc options dependecys Fri, 27 Mar 2009 13:12:46 GMT phi [1447:f7c97eb8daae] * tools/send-roaraudio (modified) add options --build, --configure and --test Fri, 27 Mar 2009 13:10:44 GMT phi [1446:32d1ea0f1818] * configure (modified) this is needed by cygwin to get it working Fri, 27 Mar 2009 13:09:45 GMT phi [1445:858b604ffa29] * configure (modified) this is needed by cygwin to get it working Thu, 26 Mar 2009 19:11:46 GMT phi [1444:0a064c5ee5da] * include/roaraudio/muconthacks.h (modified) added protoype for bind() and connect() temporarly Thu, 26 Mar 2009 19:08:51 GMT phi [1443:4cbb3dc65278] * libroar/socket.c (modified) AF_UNIX -> only if we have, BSD Socket options -> only if we have BSD ... Thu, 26 Mar 2009 19:05:07 GMT phi [1442:24423ef2ecc3] * libroar/file.c (modified) only try to link with mmap() if we have a OS supporting it Thu, 26 Mar 2009 18:59:49 GMT phi [1441:bc1afa66cc36] * configure (modified) test for mmap() Thu, 26 Mar 2009 18:57:25 GMT phi [1440:2036187332e1] * libroar/socket.c (modified) disable a lot things for microcontroller Thu, 26 Mar 2009 18:53:26 GMT phi [1439:9c285e158bc5] * libroar/vio_proto.c (modified) make vio proto optional Thu, 26 Mar 2009 18:46:35 GMT phi [1438:bcc037fa127b] * libroar/cdrom.c (modified) included headers no longer needed, they are globaly included :) Thu, 26 Mar 2009 18:44:04 GMT phi [1437:df7bb41ca194] * include/roaraudio/muconthacks.h (modified) define some basic IO constants Thu, 26 Mar 2009 18:38:29 GMT phi [1436:505c72b506ad] * libroar/basic.c (modified) typo Thu, 26 Mar 2009 18:37:17 GMT phi [1435:73f97b3d345e] * libroar/basic.c (modified) make the file more microcontroller friendly Thu, 26 Mar 2009 18:34:25 GMT phi [1434:a6f0fbf0fbdc] * libroar/libroar.c (modified) added a mlock for microcontrollers Thu, 26 Mar 2009 17:21:25 GMT phi [1433:50118af42914] * include/roaraudio/muconthacks.h (modified) size_t seems to exist but not ssize_t Thu, 26 Mar 2009 17:20:35 GMT phi [1432:98765d5b874b] * include/libroar/vio_dstr.h (modified) IPv4 is optional Thu, 26 Mar 2009 17:19:51 GMT phi [1431:0a0d37a398dc] * include/roaraudio/muconthacks.h (modified) added a dummy struct sockaddr and commemnted *size_t out Thu, 26 Mar 2009 17:15:58 GMT phi [1430:99eb6f1ebcba] * include/roaraudio/muconthacks.h (modified) added time_t, mode_t and off_t Thu, 26 Mar 2009 17:14:14 GMT phi [1429:75686c0eff49] * include/roaraudio/muconthacks.h (modified) we also need *size_t defined by our own on microcontrollers Thu, 26 Mar 2009 17:11:55 GMT phi [1428:75c043e7f58d] * include/roaraudio.h (modified) * include/roaraudio/muconthacks.h (added) added muconthacks.h header to define some things not defined by ... Thu, 26 Mar 2009 17:07:03 GMT phi [1427:e5de91800553] * configure (modified) patch to get --minimal wor again on normal systems Thu, 26 Mar 2009 17:05:25 GMT phi [1426:2d690248f454] * configure (modified) * include/roaraudio.h (modified) test also for unistd.h Thu, 26 Mar 2009 17:01:37 GMT phi [1425:46089a7c1e48] * configure (modified) * include/libroar/libroar.h (modified) * include/roaraudio.h (modified) test for sys/types.h and fcntl.h Thu, 26 Mar 2009 16:56:07 GMT phi [1424:3e1537360680] * include/roaraudio.h (modified) there is no netdb.h on microcontrollers Thu, 26 Mar 2009 16:54:00 GMT phi [1423:2a3fefebfc98] * configure (modified) added missing underscore Thu, 26 Mar 2009 16:52:23 GMT phi [1422:b6ddb4eae6cd] * include/libroar/libroar.h (modified) * include/roaraudio.h (modified) use ROAR_TARGET_MICROCONTROLLER in cases I allready know they conflict Thu, 26 Mar 2009 16:48:42 GMT phi [1421:3b3fe4888ef3] * configure (modified) reordered vars Thu, 26 Mar 2009 16:47:51 GMT phi [1420:84352b1c4d06] * configure (modified) added TARGET_MICROCONTROLLER Thu, 26 Mar 2009 15:52:21 GMT phi [1419:974dd064c55f] * configure (modified) yes, FreeBSD is broken like hell Thu, 26 Mar 2009 15:37:40 GMT phi [1418:b0b7c1773dc6] * include/libroar/libroar.h (modified) also include signal.h Thu, 26 Mar 2009 15:35:01 GMT phi [1417:addc2616e6ea] * configure (modified) pkg-config stderr -> /dev/null redirect, needed for FreeBSD *grummel* Thu, 26 Mar 2009 14:40:32 GMT phi [1416:2046453a3e8a] * tools/send-roaraudio (modified) wrote basic code, need to support flags to enable/disable parts Thu, 26 Mar 2009 14:39:34 GMT phi [1415:acabdeaad639] * configure (modified) also include sys/types.h on socket tests, seems to be required by ... Thu, 26 Mar 2009 14:11:28 GMT phi [1414:5431b63c0772] * tools/send-roaraudio (added) started a tool to send RoarAudio to remote machien and build Thu, 26 Mar 2009 13:57:19 GMT phi [1413:60b501db630c] * tests/Makefile (modified) roarfish is optional Thu, 26 Mar 2009 13:26:02 GMT phi [1412:61be11636863] * tests/Makefile (modified) * tests/test-roard.sh (added) addes test-roard.sh Thu, 26 Mar 2009 13:25:48 GMT phi [1411:88139b8378be] * tests/common.sh (modified) * tests/test-runnable.sh (modified) added _ok and _failed Thu, 26 Mar 2009 13:16:23 GMT phi [1410:41f10c244ee3] * Makefile (modified) added target test -> redirect to subdir tests Thu, 26 Mar 2009 13:16:05 GMT phi [1409:43e0b040b269] * configure (modified) test for pipe() Thu, 26 Mar 2009 13:15:39 GMT phi [1408:b23afd37a809] * tests/common.sh (modified) * tests/test-runnable.sh (modified) return number of fails Thu, 26 Mar 2009 13:13:54 GMT phi [1407:444faf064b22] * tests/Makefile (added) * tests/common.sh (added) * tests/test-runnable.sh (added) first basic test system Thu, 26 Mar 2009 12:58:12 GMT phi [1406:82403ca55d53] * roarclients/roarvorbis.c (modified) corrected return values Thu, 26 Mar 2009 12:55:12 GMT phi [1405:37b39a2a8b95] * roarclients/roarcat2sock.c (modified) * roarclients/roarcatad.c (modified) * roarclients/roarcatpassfh.c (modified) corrected return values Wed, 25 Mar 2009 18:04:33 GMT phi [1404:32443d183b1d] * plugins/ao/Makefile (modified) staticly use -fPIC, this will not build without it, but gives a warning ... Wed, 25 Mar 2009 18:01:43 GMT phi [1403:18221f85f03e] * ChangeLog (modified) updated changelog to represent the moved files Wed, 25 Mar 2009 18:00:07 GMT phi [1402:f295f8edc684] * roarclients/polytest.c (modified) include the correct header file Wed, 25 Mar 2009 17:53:35 GMT phi [1401:a061392f142b] * ChangeLog (modified) updated changelog to represent new changes