source: roaraudio/libroar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(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) @1129:c863f9c07035   15 years phi accept null pointer for value if value is not needed for this commands
(edit) @1125:b4e6078fc699   15 years phi fixed display of sync flag for driver streams: may not depend on …
(edit) @1119:b273f96b915c   15 years phi don't change status if not needed, safes one system call
(edit) @1118:62d16667d373   15 years phi add vio support for nonblock() and (f)sync()
(edit) @1099:8cc65a7ec79b   15 years phi added ROAR_NETWORK_READ() and ROAR_NETWORK_WRITE() to support reading and …
(edit) @1096:d78f6d9d2470   15 years phi seems win32 C lib is broken (didn't we know that allrady?)
(edit) @1095:831e1745fcaf   15 years phi win32 does not use network byte order
(edit) @1094:5ffff9cc75d1   15 years phi added error message
(edit) @1093:3567d6d2fa25   15 years phi disbale fork, sockets (sockpair) and kill on win32
(edit) @1091:00defdcb1f0f   15 years phi look for libws2_32, too
(edit) @1090:08407aa9a029   15 years phi disable some uses of UNIX Dominain sockets
(edit) @1087:4d0c609b456d   15 years phi added support to disale proxy code
(edit) @1085:fe83ee077214   15 years phi disabled some functions completly because of lag of support on win32
(edit) @1084:270cd72aefd7   15 years phi don't set TOS on win32, use ROAR_HAVE_IPV6 not PF_INET6 to check for IPv6
(edit) @1083:658bb7073506   15 years phi should disbale use of ioctl() on cdrom devices for win32
(edit) @1082:0ca5c1d398fc   15 years phi this should disable cdrom support on win32
(edit) @1081:a73140c3c82b   15 years phi no support for mmap() within win32…
(edit) @1080:79a7f3ec66a7   15 years phi no stat() and struct stat in win32…
(edit) @1078:fa6ec67f156f   15 years phi do not use incomplete struct on win32 (no pwd.h *grrr*)
(edit) @1077:3c8a43bbd93e   15 years phi use an existing var ;)
(edit) @1076:57fa159b839d   15 years phi theoreticly this should fix mlock() support on win32
(edit) @1070:4db401cc5e5b   15 years phi link libroar against winsock if existing
(edit) @1068:cd86a0f4adab   15 years phi make OpenBSD security warnings patch a bit happyer...: strcpy() -> …
(edit) @1067:a2d7c244141b   15 years phi make OpenBSD security warnings patch a bit happyer...: sprintf() -> …
(edit) @1066:7c530eda2e41   15 years phi make OpenBSD security warnings patch a bit happyer…
(edit) @1063:7b84139b2350   15 years phi test for SSH support
(edit) @1043:1ca27ba72398   15 years phi added support to set flags via roarctl, update meta data on change of meta …
(edit) @1037:a4c5621a37cf   15 years phi check correctly for meta data length (explicide cast to not get strange …
(edit) @1033:f73039f25f25   15 years phi added another debug lion
(edit) @1026:4d1fc7a9a164   15 years phi get home dir via NSS if $HOME is not set
(edit) @1008:08abe13974ad   15 years phi don't modify our ENV
(edit) @1000:43afe5f9b605   15 years phi added Ogg FLAC and Ogg Speex magic
(edit) @996:56340a6a3c76   15 years phi added new error messages to roar_buffer_shift_out()
Note: See TracRevisionLog for help on using the revision log.