source: roaraudio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1447:f7c97eb8daae   15 years phi add options --build, --configure and --test
(edit) @1446:32d1ea0f1818   15 years phi this is needed by cygwin to get it working
(edit) @1445:858b604ffa29   15 years phi this is needed by cygwin to get it working
(edit) @1444:0a064c5ee5da   15 years phi added protoype for bind() and connect() temporarly
(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) @1441:bc1afa66cc36   15 years phi test for mmap()
(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) @1437:df7bb41ca194   15 years phi define some basic IO constants
(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) @1433:50118af42914   15 years phi size_t seems to exist but not ssize_t
(edit) @1432:98765d5b874b   15 years phi IPv4 is optional
(edit) @1431:0a0d37a398dc   15 years phi added a dummy struct sockaddr and commemnted *size_t out
(edit) @1430:99eb6f1ebcba   15 years phi added time_t, mode_t and off_t
(edit) @1429:75686c0eff49   15 years phi we also need *size_t defined by our own on microcontrollers
(edit) @1428:75c043e7f58d   15 years phi added muconthacks.h header to define some things not defined by …
(edit) @1427:e5de91800553   15 years phi patch to get --minimal wor again on normal systems
(edit) @1426:2d690248f454   15 years phi test also for unistd.h
(edit) @1425:46089a7c1e48   15 years phi test for sys/types.h and fcntl.h
(edit) @1424:3e1537360680   15 years phi there is no netdb.h on microcontrollers
(edit) @1423:2a3fefebfc98   15 years phi added missing underscore
(edit) @1422:b6ddb4eae6cd   15 years phi use ROAR_TARGET_MICROCONTROLLER in cases I allready know they conflict
(edit) @1421:3b3fe4888ef3   15 years phi reordered vars
(edit) @1420:84352b1c4d06   15 years phi added TARGET_MICROCONTROLLER
(edit) @1419:974dd064c55f   15 years phi yes, FreeBSD is broken like hell
(edit) @1418:b0b7c1773dc6   15 years phi also include signal.h
(edit) @1417:addc2616e6ea   15 years phi pkg-config stderr -> /dev/null redirect, needed for FreeBSD *grummel*
(edit) @1416:2046453a3e8a   15 years phi wrote basic code, need to support flags to enable/disable parts
(edit) @1415:acabdeaad639   15 years phi also include sys/types.h on socket tests, seems to be required by OpenBSD
(edit) @1414:5431b63c0772   15 years phi started a tool to send RoarAudio to remote machien and build
(edit) @1413:60b501db630c   15 years phi roarfish is optional
(edit) @1412:61be11636863   15 years phi addes test-roard.sh
(edit) @1411:88139b8378be   15 years phi added _ok and _failed
(edit) @1410:41f10c244ee3   15 years phi added target test -> redirect to subdir tests
(edit) @1409:43e0b040b269   15 years phi test for pipe()
(edit) @1408:b23afd37a809   15 years phi return number of fails
(edit) @1407:444faf064b22   15 years phi first basic test system
(edit) @1406:82403ca55d53   15 years phi corrected return values
(edit) @1405:37b39a2a8b95   15 years phi corrected return values
(edit) @1404:32443d183b1d   15 years phi staticly use -fPIC, this will not build without it, but gives a warning on …
(edit) @1403:18221f85f03e   15 years phi updated changelog to represent the moved files
(edit) @1402:f295f8edc684   15 years phi include the correct header file
(edit) @1401:a061392f142b   15 years phi updated changelog to represent new changes
(edit) @1400:0631190618ab   15 years phi It's and not, not or not
(edit) @1399:76ed08a98e30   15 years phi info about --without-password-api
(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) @1391:e24155e0c2f3   15 years phi --minimal disables --runtime detect if it is the later arg
(edit) @1390:8dee388d2392   15 years phi there need to be a 'then' after elif ;)
(edit) @1389:ba7d3f033dad   15 years phi don't set -fPIC on win32
(edit) @1388:7ad85038af5c   15 years phi make pipe module optional
(edit) @1387:7e1d5864ca04   15 years phi win32 build disbales VIO pipe
(edit) @1386:bd9f09baf2b1   15 years phi test for wait needs to include <string.h>, also only inlcude <sys/wait.h> …
(edit) @1385:59fc0c9c9ba5   15 years phi test for wait() and fork()
(edit) @1384:50cee967869a   15 years phi corrected syntax error
(edit) @1383:242c218fb86d   15 years phi *int64 test broken for win32 target, assume there is a *int64_t, let's …
(edit) @1382:56b5860ec93f   15 years phi correced syntax error in configure script
(edit) @1381:8e0a4359fc9f   15 years phi no need to set LP64 on win32, test breaks config.h
(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) @1377:19fa68e2d417   15 years phi no stdio VIO module on minimalistic build
(edit) @1376:f8598fd4ec5c   15 years phi don't produce invalide code if wether fopencookie() nor funopen() was …
(edit) @1375:0d3028defc3c   15 years phi only include IPv4 headers if we have IPv4 networking enabled, only include …
(edit) @1374:62edbf82454a   15 years phi only include IPv4 headers if we have IPv4 networking enabled, only include …
(edit) @1373:829102254812   15 years phi check for BSD Sockets
(edit) @1372:3d5d33a4484b   15 years phi corrected header anti-double define
(edit) @1371:627e04850477   15 years phi moved convert.h from libroar to libroardsp
(edit) @1370:10af3879764d   15 years phi corrected include path
(edit) @1369:ccd5518962a1   15 years phi use the correct header file *g*
(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) @1363:97337f19e1a5   15 years phi added support to disable VIO parts
(edit) @1362:47233ed6e016   15 years phi fixed bug to show -l names not display names if a lib is disabled
(edit) @1361:505b24d85e89   15 years phi subobject in is used by IPv6 code, too, at the moment
(edit) @1360:dc90b49b7675   15 years phi --minimal disables IPv6, too
(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) @1357:35fd7e0eadc2   15 years phi added superuser paths to search path, check for bzip2 and chat
(edit) @1356:fb1b9f44a6ae   15 years phi check for IPv4
(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 …
Note: See TracRevisionLog for help on using the revision log.