source: roaraudio/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1386:bd9f09baf2b1   15 years phi test for wait needs to include <string.h>, also only inlcude <sys/wait.h> …
(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) @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) @1368:70ed82d15e83   15 years phi moved poly.[ch] from libroar to libroardsp
(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) @1351:f6b4d7e85459   15 years phi added roar_vio_printf()
(edit) @1349:9582e89c7130   15 years phi changed a lot, got gopher working :), need cleanup
(edit) @1347:5bad4d7b02a7   15 years phi added vio_proto.[ch]
(edit) @1335:548e9191245b   15 years phi got socket: and tcp: working, most others only need backend to be …
(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) @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) @1320:b2cbbf55cf68   15 years phi spacing
(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) @1310:73b05234fb18   15 years phi added fork and nonfork auto pipes (currenty the same, may make a …
(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
(edit) @1301:0449abcdfbf6   15 years phi added roar_vio_open_pipe()
(edit) @1300:7a9cd7c76b84   15 years phi added files for pipes
(edit) @1297:db2cb5a46692   15 years phi we need buffers declared befor vio_magic
(edit) @1296:3e8221043425   15 years phi added struct and prototype
(edit) @1295:dc76c6ab05f2   15 years phi added prototype for magic vio
(edit) @1294:f8d7b9d770d8   15 years phi added container /codecs/
(edit) @1293:8e2deef687c3   15 years phi added a lot calls for vio -> stdio
(edit) @1291:ba7f52e15690   15 years phi added roar_vio_open_socket() and useless roar_vio_open_socket_listen()
(edit) @1290:a2d5f830e560   15 years phi added call to fh -> vio for sockets, needed for win32 in future
(edit) @1288:07fb4f2a7a85   15 years phi added dummy ssh-askpass code
(edit) @1285:7f5173de7de6   15 years phi structs and prototypes for tee and split VIO parts
(edit) @1284:a4a8900acc08   15 years phi corrected copyright notes
(edit) @1282:3a11f2afabde   15 years phi done the stack implementation
(edit) @1280:bf973b529a75   15 years phi added stack.[ch], including some prototypes
(edit) @1277:d97b2c7bf5b0   15 years phi added roar_vio_copy_data(): simple copy for vio
(edit) @1275:b1bc589b9c69   15 years phi added support to create a vio object out of a simple stream
(edit) @1274:4665b8b52fac   15 years phi added vio_ops.h and vio_magic.h
(edit) @1273:0b026aea0bcb   15 years phi wait extra long to sync in case of a closeing sync
(edit) @1269:bf8648506a58   15 years phi introduced OpenPGP commands: store, encrypt sym, encrypt pub
(edit) @1266:75da91412f7f   15 years phi added simple API to decrypt OpenPGP files (using GnuPG), will do mor work …
(edit) @1264:dbc74da142f9   15 years phi added interface to interact with gzip
(edit) @1261:057cc6298acb   15 years phi cleanup and new prototype for gzip
(edit) @1257:0822da400485   15 years phi wrote a reader for vio cmd, fixed a bug forking at open even with …
(edit) @1256:24bb686ce5e1   15 years phi wrote most of the vio_cmd_* code, there is still need to write the read() …
(edit) @1255:be5d76395131   15 years phi added vio_cmd.[ch]
(edit) @1254:42feb2f88285   15 years phi fixed bug in pinentry to not wait for the child
(edit) @1253:b3dc719b129f   15 years phi done a converter to let you use an FILE* (stdio) stream as an VIO object
(edit) @1252:96c2d4610e28   15 years phi started with some simple converters for the VIO interface
(edit) @1251:07369caecd6b   15 years phi added support for ROAR_NEED_GNU_SOURCE and ROAR_NEED_BSD_VISIBLE
(edit) @1247:a065d5774b74   15 years phi added roar_vio_open_pass(), roar_vio_open_re() to libroar
(edit) @1241:9544b62432cb   15 years phi added some more basic vio calls
(edit) @1234:a7b79e64107a   15 years phi wrote the rest, hope it works *g*
(edit) @1233:f6b3c9c47813   15 years phi done a lot basic code
(edit) @1232:c7a504b19d03   15 years phi added files and consts for gnupg pinentry
(edit) @1220:9a35e75d0707   15 years phi added CTLs for drivers
(edit) @1217:92eefc8f57db   15 years phi added flag autoconf and cleanmeta
(edit) @1215:5cf113ac883c   15 years phi added support to buffer system for non alleced buffers
(edit) @1211:cd16786b451f   15 years phi added codec IDs for meta data streams
(edit) @1167:d343188ed28d   15 years phi added funcs: roar_stream_new_by_id(), roar_stream_new_empty(), …
(edit) @1163:ce49355d789e   15 years phi added internal roar_simple_new_stream_attachexeced_obj() function
(edit) @1162:d9b136a87245   15 years phi added whoami call
(edit) @1158:2a018971489b   15 years phi added roar_simple_stream_obj()
(edit) @1151:699db521c74a   15 years phi got latency calc for oss driver working, need to cleanup some code
(edit) @1150:39cb5549219e   15 years phi added ctls for server streams, addec comments
(edit) @1141:37c25717fca0   15 years phi added support to reset filters, some cleanup
(edit) @1140:443d39e4ba48   15 years phi added basic roar_vio_ctl() code
(edit) @1137:700c32ffc876   15 years phi insert a new parameter for the ss streucture: delay in mu-sec
(edit) @1131:bca464362519   15 years phi added support to reset a filter(chain) :), works only for dcblock at the …
(edit) @1118:62d16667d373   15 years phi add vio support for nonblock() and (f)sync()
(edit) @1105:ab879ecbefc2   15 years phi disable options needing libm
(edit) @1100:aac17d20aea1   15 years phi added DC block with f_e=~5Hz
(edit) @1099:8cc65a7ec79b   15 years phi added ROAR_NETWORK_READ() and ROAR_NETWORK_WRITE() to support reading and …
(edit) @1098:8e1a4e4297fd   15 years phi force LE for win32
(edit) @1097:be57f953ac6b   15 years phi force LE for win32
(edit) @1096:d78f6d9d2470   15 years phi seems win32 C lib is broken (didn't we know that allrady?)
(edit) @1079:1ad853cf6d89   15 years phi added aliases for shutdown()
(edit) @1076:57fa159b839d   15 years phi theoreticly this should fix mlock() support on win32
(edit) @1075:4c5ea5d1cd5b   15 years phi disable yet another set of header files
(edit) @1074:f91e0087fb5e   15 years phi read config.h early, added another ifdef
(edit) @1073:d7871dad6a36   15 years phi added roaraudio/win32hacks.h
(edit) @1072:609b5f361ad8   15 years phi use diffrent headers for target win32
(edit) @1062:deda1a0a6776   15 years phi added support to set default rate/channels/bits, make …
(edit) @1061:b91fe3c6f1e8   15 years phi wrote zoh resampler, fixed a bug with output size calulation
(edit) @1043:1ca27ba72398   15 years phi added support to set flags via roarctl, update meta data on change of meta …
(edit) @1038:3b27c9b36f14   15 years phi added stream_meta_finalize(), ROAR_META_MODE_FINALIZE
(edit) @1032:a06815278af3   15 years phi added stream flag META
(edit) @1004:15b43935d30b   15 years phi added new filter: downmix
(edit) @1003:ddf048d9f930   15 years phi added new ROARDSP_FCTL_Q and ROARDSP_FCTL_MODE
(edit) @988:06d3e6a58b9b   15 years phi introduced ROAR_INSTINT
Note: See TracRevisionLog for help on using the revision log.