Timeline


and

02/28/09:

18:34 Changeset in roaraudio [1284:a4a8900acc08] by phi
corrected copyright notes
18:22 Changeset in roaraudio [1283:fa0f099648b0] by phi
info about stack
18:20 Changeset in roaraudio [1282:3a11f2afabde] by phi
done the stack implementation
18:20 Changeset in roaraudio [1281:e2817a9600eb] by phi
added new data types
17:25 Changeset in roaraudio [1280:bf973b529a75] by phi
added stack.[ch], including some prototypes
02:34 Changeset in roaraudio [1279:78fcd1e45007] by phi
added roarcatvio: vio based roarcat
02:34 Changeset in roaraudio [1278:98ae34fc5f05] by phi
use non-batch mode if no pw is given
02:31 Changeset in roaraudio [1277:d97b2c7bf5b0] by phi
added roar_vio_copy_data(): simple copy for vio

02/27/09:

17:13 Changeset in roaraudio [1276:ef7c26d2858a] by phi
added vio_ops.c and vio_magic.c
17:09 Changeset in roaraudio [1275:b1bc589b9c69] by phi
added support to create a vio object out of a simple stream
17:08 Changeset in roaraudio [1274:4665b8b52fac] by phi
added vio_ops.h and vio_magic.h
16:39 Changeset in roaraudio [1273:0b026aea0bcb] by phi
wait extra long to sync in case of a closeing sync
16:39 Changeset in roaraudio [1272:905b3fd3c02b] by phi
added reading test
16:28 Changeset in roaraudio [1271:7ff82047e706] by phi
wrote a working writer, done things for the sync() code, still need to do …
16:27 Changeset in roaraudio [1270:a5bc9395a2a8] by phi
added pgptest{,.c}
12:53 Changeset in roaraudio [1269:bf8648506a58] by phi
introduced OpenPGP commands: store, encrypt sym, encrypt pub
12:28 Changeset in roaraudio [1268:783017ba9f7b] by phi
make OpenBSD ld happy, moved writing of cmd<space>opts space to a mor …
04:08 Changeset in roaraudio [1267:f9df67534f93] by phi
updated changelog to represent today's work
04:07 Changeset in roaraudio [1266:75da91412f7f] by phi
added simple API to decrypt OpenPGP files (using GnuPG), will do mor work …
03:50 Changeset in roaraudio [1265:606afecf08cc] by phi
test for GnuPG
03:43 Changeset in roaraudio [1264:dbc74da142f9] by phi
added interface to interact with gzip
03:42 Changeset in roaraudio [1263:ed53ac813bec] by phi
test for gzip
03:41 Changeset in roaraudio [1262:24149b360349] by phi
use the new gzip interface
03:30 Changeset in roaraudio [1261:057cc6298acb] by phi
cleanup and new prototype for gzip
03:27 Changeset in roaraudio [1260:9d5611d31291] by phi
got vio cmd reader working, :)
03:27 Changeset in roaraudio [1259:4240fda8ae24] by phi
added zcat test prog
03:26 Changeset in roaraudio [1258:613e585eb244] by phi
don't test for sync() to exist and then exec close()... bug coused …
02:58 Changeset in roaraudio [1257:0822da400485] by phi
wrote a reader for vio cmd, fixed a bug forking at open even with …
02:27 Changeset in roaraudio [1256:24bb686ce5e1] by phi
wrote most of the vio_cmd_* code, there is still need to write the read() …
02:00 Changeset in roaraudio [1255:be5d76395131] by phi
added vio_cmd.[ch]
00:50 Changeset in roaraudio [1254:42feb2f88285] by phi
fixed bug in pinentry to not wait for the child
00:29 Changeset in roaraudio [1253:b3dc719b129f] by phi
done a converter to let you use an FILE* (stdio) stream as an VIO object
00:04 Changeset in roaraudio [1252:96c2d4610e28] by phi
started with some simple converters for the VIO interface
00:04 Changeset in roaraudio [1251:07369caecd6b] by phi
added support for ROAR_NEED_GNU_SOURCE and ROAR_NEED_BSD_VISIBLE

02/26/09:

23:59 Changeset in roaraudio [1250:4cb402cbdfcf] by phi
renamed ROAR_NEED_GNU_FOPENCOOKIE -> ROAR_NEED_GNU_SOURCE
23:46 Changeset in roaraudio [1249:05179f380dd6] by phi
test for (OpenBSD) funopen()
18:58 Changeset in roaraudio [1248:fd1bedae9761] by phi
test for GNU fopencookie()
14:41 Changeset in roaraudio [1247:a065d5774b74] by phi
added roar_vio_open_pass(), roar_vio_open_re() to libroar
14:35 Changeset in roaraudio [1246:e0bd23bfaea9] by phi
use vio close for raw driver
14:26 Changeset in roaraudio [1245:3fda0605065a] by phi
do no unessesery close if driver allready closed the device
14:23 Changeset in roaraudio [1244:7846de2d687a] by phi
use VIO close if driver does not have a specal close, change this for OSS …
14:06 Changeset in roaraudio [1243:741d7d9f165a] by phi
use vio close for normal streams (non-driver)
14:06 Changeset in roaraudio [1242:86402240c209] by phi
use vio close
12:38 Changeset in roaraudio [1241:9544b62432cb] by phi
added some more basic vio calls
12:13 Changeset in roaraudio [1240:6c3e092d611a] by phi
added yesterday's work
03:12 Changeset in roaraudio [1239:bfbca4801c7b] by phi
done the a bit cleanup
03:05 Changeset in roaraudio [1238:3c0eaf049201] by phi
done a lot to support meta data updates on encoding vorbis streams with …

02/25/09:

22:50 Changeset in roaraudio [1237:f7c55376fad3] by phi
test for tty dev
22:20 Changeset in roaraudio [1236:240a52b850a9] by phi
added non-install programm pinentrytest
22:17 Changeset in roaraudio [1235:e53f5bf8f19b] by phi
fixed some bugs…
21:36 Changeset in roaraudio [1234:a7b79e64107a] by phi
wrote the rest, hope it works *g*
18:46 Changeset in roaraudio [1233:f6b3c9c47813] by phi
done a lot basic code
18:23 Changeset in roaraudio [1232:c7a504b19d03] by phi
added files and consts for gnupg pinentry
16:16 Changeset in roaraudio [1231:0d5af7a1225f] by phi
added explizide casts (*size_t->int) to get compiler warning away
15:52 Changeset in roaraudio [1230:9ea7ab779201] by phi
support ksh, not only bash for echo -n workaround
14:28 Changeset in roaraudio [1229:287c6c1a333e] by phi
deleted useless driver_raw_pause(), added fdatasync() to …
14:13 Changeset in roaraudio [1228:fa46d78ceb29] by phi
removed useless driver_roar_pause()
14:07 Changeset in roaraudio [1227:203ed239f616] by phi
set sync and prim flag on output if only non-default driver is given but …
01:44 Changeset in roaraudio [1226:c14eba752b62] by phi
moved code to cf_vorbis_encode_*() instaed of close/open/write…
00:59 Changeset in roaraudio [1225:2fec0c5a2593] by phi
updates to changelog for today's changes…
00:56 Changeset in roaraudio [1224:d66ef0e2143d] by phi
start of stream ctl implementation
00:44 Changeset in roaraudio [1223:29f5a58d63ce] by phi
typo in 'streams_calc_delay' and added cf ctl, prototype for a stream …
00:03 Changeset in roaraudio [1222:260aca01b2af] by phi
unified driver vio ctl to support setting of blocksize
00:02 Changeset in roaraudio [1221:8ab0332cd92b] by phi
added support for flag primary as -oO flag, for flag cleanmeta, dummy for …
00:01 Changeset in roaraudio [1220:9a35e75d0707] by phi
added CTLs for drivers

02/24/09:

21:34 Changeset in roaraudio [1219:c15f4cac425f] by phi
added flags autoconf and cleanmeta
21:30 Changeset in roaraudio [1218:4613011128ae] by phi
added paragraph for next release
21:29 Changeset in roaraudio [1217:92eefc8f57db] by phi
added flag autoconf and cleanmeta
01:10 Changeset in roaraudio [1216:38d63c135230]roaraudio_0_2beta1 by phi
date for version 0.2beta1 :)

02/19/09:

15:32 Changeset in roaraudio [1215:5cf113ac883c] by phi
added support to buffer system for non alleced buffers
15:03 Changeset in roaraudio [1214:6aea9aad3fa2] by phi
another typo
15:02 Changeset in roaraudio [1213:0824b21be7ea] by phi
typo

02/14/09:

23:25 Changeset in roaraudio [1212:dadbeaab0265] by phi
added info about website

02/05/09:

03:44 Changeset in roaraudio [1211:cd16786b451f] by phi
added codec IDs for meta data streams

02/04/09:

20:56 Changeset in roaraudio [1210:6dcf8ec42c8b] by phi
updated to lasted changes
18:35 Changeset in roaraudio [1209:731db415c4df] by phi
reduced the OSS fragment (buffer) size, latenys of 35ms!
17:46 Changeset in roaraudio [1208:3ed0b4a1da52] by phi
added support to select a default codec for the default output driver
17:31 Changeset in roaraudio [1207:aa6872cc2c17] by phi
moved ENV vars ROAR_DRIVER and ROAR_DEVICE to new driver interface
17:23 Changeset in roaraudio [1206:67718bd5250e] by phi
decleared more API parts to be forzen
17:18 Changeset in roaraudio [1205:fdfe3d4d1c76] by phi
killed some compiler warnings on non GNU systems
17:15 Changeset in roaraudio [1204:73c1941b1c93] by phi
updated docs to represent current roarctl.
17:09 Changeset in roaraudio [1203:3cbf465d9e4e] by phi
added support for stereo->quadro channel mapping
17:02 Changeset in roaraudio [1202:f3d8bc61c7d3] by phi
added sleep command
17:00 Changeset in roaraudio [1201:d5acfaa1ee7f] by phi
updated display of rel pos id
16:58 Changeset in roaraudio [1200:7ab8a2d1c9a5] by phi
primary outputs are sync to there self
16:55 Changeset in roaraudio [1199:6eb25a4ffe7a] by phi
added support to disable cmd codecfilter
16:54 Changeset in roaraudio [1198:de0782b28a73] by phi
include needed files for gettimeofday()
16:21 Changeset in roaraudio [1197:7e5a7e4557e8] by phi
hacked a bit to get cf_cmd back working, you SHOULD NOT use it…
15:42 Changeset in roaraudio [1196:f76775b2af28] by phi
corrected test for RAUM-CF0, added test for native flac
15:29 Changeset in roaraudio [1195:66d00542e9a7] by phi
updated roarmon code, now conforms the esdmon parameters, set compile time …
15:07 Changeset in roaraudio [1194:0becc6f9403b] by phi
sets defaults to defaults, make client name settable, added all esdcat …
15:00 Changeset in roaraudio [1193:802c6cd9d484] by phi
list of stream options
14:04 Changeset in roaraudio [1192:287e1b8003a2] by phi
added entry for 0.2beta1, typo
00:13 Changeset in roaraudio [1191:2ec7c6ed5bb9]roaraudio_0_2beta0 by phi
update changelog, release date…

02/03/09:

23:51 Changeset in roaraudio [1190:4e497eeb311a] by phi
updated todo list for 0.2
23:49 Changeset in roaraudio [1189:406007a54dde] by phi
updates the manpage to correspond to 0.2er versions
22:25 Changeset in roaraudio [1188:81cf2019391c] by phi
updated OpenBSD testes

02/02/09:

20:18 Changeset in roaraudio [1187:b801908abee4] by phi
some cleenup and updated the (c)-notice

01/29/09:

13:37 Changeset in roaraudio [1186:b7ba4a4d62bd] by phi
changed sources interface a bit: added support for an optional …
Note: See TracTimeline for information about the timeline view.