source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @1301:0449abcdfbf6   15 years phi added roar_vio_open_pipe()
(edit) @1300:7a9cd7c76b84   15 years phi added files for pipes
(edit) @1299:820b3044be0f   15 years phi fixed warnings
(edit) @1298:b87039ebf291   15 years phi wrote some basic code
(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) @1289:8bb644107e21   15 years phi completed the code
(edit) @1288:07fb4f2a7a85   15 years phi added dummy ssh-askpass code
(edit) @1287:d6bdb1e41c94   15 years phi updated copyright info
(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) @1278:98ae34fc5f05   15 years phi use non-batch mode if no pw is given
(edit) @1277:d97b2c7bf5b0   15 years phi added roar_vio_copy_data(): simple copy for vio
(edit) @1276:ef7c26d2858a   15 years phi added vio_ops.c and vio_magic.c
(edit) @1275:b1bc589b9c69   15 years phi added support to create a vio object out of a simple stream
(edit) @1273:0b026aea0bcb   15 years phi wait extra long to sync in case of a closeing sync
(edit) @1271:7ff82047e706   15 years phi wrote a working writer, done things for the sync() code, still need to do …
(edit) @1269:bf8648506a58   15 years phi introduced OpenPGP commands: store, encrypt sym, encrypt pub
(edit) @1268:783017ba9f7b   15 years phi make OpenBSD ld happy, moved writing of cmd<space>opts space to a mor …
(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) @1260:9d5611d31291   15 years phi got vio cmd reader working, :)
(edit) @1258:613e585eb244   15 years phi don't test for sync() to exist and then exec close()... bug coused …
(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) @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) @1237:f7c55376fad3   15 years phi test for tty dev
(edit) @1235:e53f5bf8f19b   15 years phi fixed some bugs…
(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) @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) @1196:f76775b2af28   15 years phi corrected test for RAUM-CF0, added test for native flac
(edit) @1187:b801908abee4   15 years phi some cleenup and updated the (c)-notice
(edit) @1179:a48678c24d6a   15 years phi forgot about the case file not allrady exists, use -f
(edit) @1178:3ec5d99364a2   15 years phi some cleanup, guess AF_UNIX on getsockname() set len = 0 on OpenBSD
(edit) @1177:ff2acc02dad9   15 years phi delete target bevor overwriting it: needed for semi-install
(edit) @1172:7043713a774a   15 years phi added #if0 in comment, maybe that fixes a bug reported by janus
(edit) @1171:02f540634383   15 years phi use fsync() if there is no fdatasync()
(edit) @1168:70be5878eba5   15 years phi use socketpair() for AF_UNIX sockets on roar_simple_new_stream*(), not …
(edit) @1167:d343188ed28d   15 years phi added funcs: roar_stream_new_by_id(), roar_stream_new_empty(), …
(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) @1162:d9b136a87245   15 years phi added whoami call
(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) @1154:81d313974e39   15 years phi set TCP_NODELAY on new tcp streams
Note: See TracRevisionLog for help on using the revision log.